[html5] r5421 - [acgiow] (0) Somehow missed 'rowgroup' in my reading of the spec.

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 7 10:08:27 PDT 2010


Author: ianh
Date: 2010-09-07 10:08:20 -0700 (Tue, 07 Sep 2010)
New Revision: 5421

Modified:
   complete.html
   index
   source
Log:
[acgiow] (0) Somehow missed 'rowgroup' in my reading of the spec.

Modified: complete.html
===================================================================
--- complete.html	2010-09-07 17:04:43 UTC (rev 5420)
+++ complete.html	2010-09-07 17:08:20 UTC (rev 5421)
@@ -10786,12 +10786,18 @@
     <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-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
 
@@ -10801,6 +10807,9 @@
     <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
 

Modified: index
===================================================================
--- index	2010-09-07 17:04:43 UTC (rev 5420)
+++ index	2010-09-07 17:08:20 UTC (rev 5421)
@@ -10763,12 +10763,18 @@
     <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-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
 
@@ -10778,6 +10784,9 @@
     <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
 

Modified: source
===================================================================
--- source	2010-09-07 17:04:43 UTC (rev 5420)
+++ source	2010-09-07 17:08:20 UTC (rev 5421)
@@ -11095,6 +11095,10 @@
      <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
 
@@ -11103,6 +11107,10 @@
      <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
 
     <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
 
@@ -11115,6 +11123,10 @@
      <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
 




More information about the Commit-Watchers mailing list