- From: poot <cvsmail@w3.org>
- Date: Wed, 8 Sep 2010 02:15:45 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Somehow missed 'rowgroup' in my reading of the spec. (whatwg r5421) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4323&r2=1.4324&f=h http://html5.org/tools/web-apps-tracker?from=5420&to=5421 =================================================================== 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:09:13 UTC