html5/spec Overview.html,1.4323,1.4324

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29935

Modified Files:
	Overview.html 
Log Message:
Somehow missed 'rowgroup' in my reading of the spec. (whatwg r5421)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4323
retrieving revision 1.4324
diff -u -d -r1.4323 -r1.4324
--- Overview.html	7 Sep 2010 17:04:55 -0000	1.4323
+++ Overview.html	7 Sep 2010 17:08:33 -0000	1.4324
@@ -9288,12 +9288,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
 
@@ -9303,6 +9309,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
 

Received on Tuesday, 7 September 2010 17:08:38 UTC