[html5] r5569 - [giow] (1) remove anything to do with ARIA from the definitions of table element [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 30 01:44:07 PDT 2010


Author: ianh
Date: 2010-09-30 01:44:06 -0700 (Thu, 30 Sep 2010)
New Revision: 5569

Modified:
   complete.html
   index
   source
Log:
[giow] (1) remove anything to do with ARIA from the definitions of table elements
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10478

Modified: complete.html
===================================================================
--- complete.html	2010-09-30 08:26:54 UTC (rev 5568)
+++ complete.html	2010-09-30 08:44:06 UTC (rev 5569)
@@ -10961,39 +10961,15 @@
     <tr><td><code><a href=#the-summary-element>summary</a></code> element
      <td><code title=attr-aria-role-heading>heading</code> role
 
-    <tr><td><code><a href=#the-tbody-element>tbody</a></code> element
-     <td><code title=attr-aria-role-rowgroup>rowgroup</code> role
-
-    <tr><td><code><a href=#the-td-element>td</a></code> element
-     <td><code title=attr-aria-role-gridcell>gridcell</code> role, with the <code title=attr-aria-labelledby>aria-labelledby</code> property set to the value of the <code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code> attribute, if any
-
     <tr><td><code><a href=#the-textarea-element>textarea</a></code> element
      <td><code title=attr-aria-role-textbox>textbox</code> role, with the <code title=attr-aria-multiline>aria-multiline</code> property set to "true", and the <code title=title-aria-readonly>aria-readonly</code> state set to "true" if the element has a <code title=attr-textarea-readonly><a href=#attr-textarea-readonly>readonly</a></code> attribute
 
     <tr><td><code><a href=#the-textarea-element>textarea</a></code> element with a <code title=attr-textarea-required><a href=#attr-textarea-required>required</a></code> attribute
      <td>The <code title=title-aria-required>aria-required</code> state set to "true"
 
-    <tr><td><code><a href=#the-tfoot-element>tfoot</a></code> element
-     <td><code title=attr-aria-role-rowgroup>rowgroup</code> role
-
-    <tr><td><code><a href=#the-th-element>th</a></code> element that is a <a href=#column-header>column header</a>
-     <td><code title=attr-aria-role-columnheader>columnheader</code> role, with the <code title=attr-aria-labelledby>aria-labelledby</code> property set to the value of the <code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code> attribute, if any
-
-    <tr><td><code><a href=#the-th-element>th</a></code> element that is a <a href=#row-header>row header</a>
-     <td><code title=attr-aria-role-rowheader>rowheader</code> role, with the <code title=attr-aria-labelledby>aria-labelledby</code> property set to the value of the <code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code> attribute, if any
-
-    <tr><td><code><a href=#the-th-element>th</a></code> element that is neither a <a href=#column-header>column header</a> nor a <a href=#row-header>row header</a>
-     <td><code title=attr-aria-role-gridcell>gridcell</code> role, with the <code title=attr-aria-labelledby>aria-labelledby</code> property set to the value of the <code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code> attribute, if any
-
-    <tr><td><code><a href=#the-thead-element>thead</a></code> element
-     <td><code title=attr-aria-role-rowgroup>rowgroup</code> role
-
     <tr><td><code><a href=#the-title-element-0>title</a></code> element
      <td>No role
 
-    <tr><td><code><a href=#the-tr-element>tr</a></code> element
-     <td><code title=attr-aria-role-row>row</code> role
-
     <tr><td>An element that <a href=#concept-command title=concept-command>defines a command</a>, whose <a href=#command-facet-type title=command-facet-type>Type</a> facet is "checkbox", and that is a descendant of a <code><a href=#menus>menu</a></code> element whose <code title=attr-menu-type><a href=#attr-menu-type>type</a></code> attribute in the <a href=#list-state title="list state">list</a> state
      <td><code title=attr-aria-role-menuitemcheckbox>menuitemcheckbox</code> role, with the <code title=attr-aria-checked>aria-checked</code> state set to "true" if the command's <a href=#command-facet-checkedstate title=command-facet-checkedstate>Checked State</a> facet is true, and "false" otherwise
 
@@ -11093,10 +11069,6 @@
      <td><code title=attr-aria-role-region>region</code> role
      <td>Role must be either <code title=attr-aria-role-region>region</code>, <code title=attr-aria-role-document>document</code>, <code title=attr-aria-role-application>application</code>, <code title=attr-aria-role-contentinfo>contentinfo</code>, <code title=attr-aria-role-main>main</code>, <code title=attr-aria-role-search>search</code>, <code title=attr-aria-role-alert>alert</code>, <code title=attr-aria-role-dialog>dialog</code>, <code title=attr-aria-role-alertdialog>alertdialog</code>, <code title=attr-aria-role-status>status</code>, or <code title=attr-aria-role-log>log</code>
 
-    <tr><td><code><a href=#the-table-element>table</a></code> element
-     <td><code title=attr-aria-role-grid>grid</code> role
-     <td>Role must be either <code title=attr-aria-role-grid>grid</code> or <code title=attr-aria-role-treegrid>treegrid</code>
-
     <tr><td><code><a href=#the-ul-element>ul</a></code> element
      <td><code title=attr-aria-role-list>list</code> role
      <td>Role must be either <code title=attr-aria-role-directory>directory</code>, <code title=attr-aria-role-list>list</code>, <code title=attr-aria-role-listbox>listbox</code>, <code title=attr-aria-role-menu>menu</code>, <code title=attr-aria-role-menubar>menubar</code>, <code title=attr-aria-role-tablist>tablist</code>, <code title="attr-aria-role-toolbar ">toolbar</code>, <code title=attr-aria-role-tree>tree</code>

Modified: index
===================================================================
--- index	2010-09-30 08:26:54 UTC (rev 5568)
+++ index	2010-09-30 08:44:06 UTC (rev 5569)
@@ -10938,39 +10938,15 @@
     <tr><td><code><a href=#the-summary-element>summary</a></code> element
      <td><code title=attr-aria-role-heading>heading</code> role
 
-    <tr><td><code><a href=#the-tbody-element>tbody</a></code> element
-     <td><code title=attr-aria-role-rowgroup>rowgroup</code> role
-
-    <tr><td><code><a href=#the-td-element>td</a></code> element
-     <td><code title=attr-aria-role-gridcell>gridcell</code> role, with the <code title=attr-aria-labelledby>aria-labelledby</code> property set to the value of the <code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code> attribute, if any
-
     <tr><td><code><a href=#the-textarea-element>textarea</a></code> element
      <td><code title=attr-aria-role-textbox>textbox</code> role, with the <code title=attr-aria-multiline>aria-multiline</code> property set to "true", and the <code title=title-aria-readonly>aria-readonly</code> state set to "true" if the element has a <code title=attr-textarea-readonly><a href=#attr-textarea-readonly>readonly</a></code> attribute
 
     <tr><td><code><a href=#the-textarea-element>textarea</a></code> element with a <code title=attr-textarea-required><a href=#attr-textarea-required>required</a></code> attribute
      <td>The <code title=title-aria-required>aria-required</code> state set to "true"
 
-    <tr><td><code><a href=#the-tfoot-element>tfoot</a></code> element
-     <td><code title=attr-aria-role-rowgroup>rowgroup</code> role
-
-    <tr><td><code><a href=#the-th-element>th</a></code> element that is a <a href=#column-header>column header</a>
-     <td><code title=attr-aria-role-columnheader>columnheader</code> role, with the <code title=attr-aria-labelledby>aria-labelledby</code> property set to the value of the <code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code> attribute, if any
-
-    <tr><td><code><a href=#the-th-element>th</a></code> element that is a <a href=#row-header>row header</a>
-     <td><code title=attr-aria-role-rowheader>rowheader</code> role, with the <code title=attr-aria-labelledby>aria-labelledby</code> property set to the value of the <code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code> attribute, if any
-
-    <tr><td><code><a href=#the-th-element>th</a></code> element that is neither a <a href=#column-header>column header</a> nor a <a href=#row-header>row header</a>
-     <td><code title=attr-aria-role-gridcell>gridcell</code> role, with the <code title=attr-aria-labelledby>aria-labelledby</code> property set to the value of the <code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code> attribute, if any
-
-    <tr><td><code><a href=#the-thead-element>thead</a></code> element
-     <td><code title=attr-aria-role-rowgroup>rowgroup</code> role
-
     <tr><td><code><a href=#the-title-element-0>title</a></code> element
      <td>No role
 
-    <tr><td><code><a href=#the-tr-element>tr</a></code> element
-     <td><code title=attr-aria-role-row>row</code> role
-
     <tr><td>An element that <a href=#concept-command title=concept-command>defines a command</a>, whose <a href=#command-facet-type title=command-facet-type>Type</a> facet is "checkbox", and that is a descendant of a <code><a href=#menus>menu</a></code> element whose <code title=attr-menu-type><a href=#attr-menu-type>type</a></code> attribute in the <a href=#list-state title="list state">list</a> state
      <td><code title=attr-aria-role-menuitemcheckbox>menuitemcheckbox</code> role, with the <code title=attr-aria-checked>aria-checked</code> state set to "true" if the command's <a href=#command-facet-checkedstate title=command-facet-checkedstate>Checked State</a> facet is true, and "false" otherwise
 
@@ -11070,10 +11046,6 @@
      <td><code title=attr-aria-role-region>region</code> role
      <td>Role must be either <code title=attr-aria-role-region>region</code>, <code title=attr-aria-role-document>document</code>, <code title=attr-aria-role-application>application</code>, <code title=attr-aria-role-contentinfo>contentinfo</code>, <code title=attr-aria-role-main>main</code>, <code title=attr-aria-role-search>search</code>, <code title=attr-aria-role-alert>alert</code>, <code title=attr-aria-role-dialog>dialog</code>, <code title=attr-aria-role-alertdialog>alertdialog</code>, <code title=attr-aria-role-status>status</code>, or <code title=attr-aria-role-log>log</code>
 
-    <tr><td><code><a href=#the-table-element>table</a></code> element
-     <td><code title=attr-aria-role-grid>grid</code> role
-     <td>Role must be either <code title=attr-aria-role-grid>grid</code> or <code title=attr-aria-role-treegrid>treegrid</code>
-
     <tr><td><code><a href=#the-ul-element>ul</a></code> element
      <td><code title=attr-aria-role-list>list</code> role
      <td>Role must be either <code title=attr-aria-role-directory>directory</code>, <code title=attr-aria-role-list>list</code>, <code title=attr-aria-role-listbox>listbox</code>, <code title=attr-aria-role-menu>menu</code>, <code title=attr-aria-role-menubar>menubar</code>, <code title=attr-aria-role-tablist>tablist</code>, <code title="attr-aria-role-toolbar ">toolbar</code>, <code title=attr-aria-role-tree>tree</code>

Modified: source
===================================================================
--- source	2010-09-30 08:26:54 UTC (rev 5568)
+++ source	2010-09-30 08:44:06 UTC (rev 5569)
@@ -11282,14 +11282,6 @@
      <td><code title="attr-aria-role-heading">heading</code> role
 
     <tr>
-     <td><code>tbody</code> element
-     <td><code title="attr-aria-role-rowgroup">rowgroup</code> role
-
-    <tr>
-     <td><code>td</code> element
-     <td><code title="attr-aria-role-gridcell">gridcell</code> role, with the <code title="attr-aria-labelledby">aria-labelledby</code> property set to the value of the <code title="attr-tdth-headers">headers</code> attribute, if any
-
-    <tr>
      <td><code>textarea</code> element
      <td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="attr-aria-multiline">aria-multiline</code> property set to "true", and the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-textarea-readonly">readonly</code> attribute
 
@@ -11298,34 +11290,10 @@
      <td>The <code title="title-aria-required">aria-required</code> state set to "true"
 
     <tr>
-     <td><code>tfoot</code> element
-     <td><code title="attr-aria-role-rowgroup">rowgroup</code> role
-
-    <tr>
-     <td><code>th</code> element that is a <span>column header</span>
-     <td><code title="attr-aria-role-columnheader">columnheader</code> role, with the <code title="attr-aria-labelledby">aria-labelledby</code> property set to the value of the <code title="attr-tdth-headers">headers</code> attribute, if any
-
-    <tr>
-     <td><code>th</code> element that is a <span>row header</span>
-     <td><code title="attr-aria-role-rowheader">rowheader</code> role, with the <code title="attr-aria-labelledby">aria-labelledby</code> property set to the value of the <code title="attr-tdth-headers">headers</code> attribute, if any
-
-    <tr>
-     <td><code>th</code> element that is neither a <span>column header</span> nor a <span>row header</span>
-     <td><code title="attr-aria-role-gridcell">gridcell</code> role, with the <code title="attr-aria-labelledby">aria-labelledby</code> property set to the value of the <code title="attr-tdth-headers">headers</code> attribute, if any
-
-    <tr>
-     <td><code>thead</code> element
-     <td><code title="attr-aria-role-rowgroup">rowgroup</code> role
-
-    <tr>
      <td><code>title</code> element
      <td>No role
 
     <tr>
-     <td><code>tr</code> element
-     <td><code title="attr-aria-role-row">row</code> role
-
-    <tr>
      <td>An element that <span title="concept-command">defines a command</span>, whose <span title="command-facet-type">Type</span> facet is "checkbox", and that is a descendant of a <code>menu</code> element whose <code title="attr-menu-type">type</code> attribute in the <span title="list state">list</span> state
      <td><code title="attr-aria-role-menuitemcheckbox">menuitemcheckbox</code> role, with the <code title="attr-aria-checked">aria-checked</code> state set to "true" if the command's <span title="command-facet-checkedstate">Checked State</span> facet is true, and "false" otherwise
 
@@ -11456,11 +11424,6 @@
      <td>Role must be either <code title="attr-aria-role-region">region</code>, <code title="attr-aria-role-document">document</code>, <code title="attr-aria-role-application">application</code>, <code title="attr-aria-role-contentinfo">contentinfo</code>, <code title="attr-aria-role-main">main</code>, <code title="attr-aria-role-search">search</code>, <code title="attr-aria-role-alert">alert</code>, <code title="attr-aria-role-dialog">dialog</code>, <code title="attr-aria-role-alertdialog">alertdialog</code>, <code title="attr-aria-role-status">status</code>, or <code title="attr-aria-role-log">log</code>
 
     <tr>
-     <td><code>table</code> element
-     <td><code title="attr-aria-role-grid">grid</code> role
-     <td>Role must be either <code title="attr-aria-role-grid">grid</code> or <code title="attr-aria-role-treegrid">treegrid</code>
-
-    <tr>
      <td><code>ul</code> element
      <td><code title="attr-aria-role-list">list</code> role
      <td>Role must be either <code title="attr-aria-role-directory">directory</code>, <code title="attr-aria-role-list">list</code>, <code title="attr-aria-role-listbox">listbox</code>, <code title="attr-aria-role-menu">menu</code>, <code title="attr-aria-role-menubar">menubar</code>, <code title="attr-aria-role-tablist">tablist</code>, <code title="attr-aria-role-toolbar ">toolbar</code>, <code title="attr-aria-role-tree">tree</code>




More information about the Commit-Watchers mailing list