Skip to content

Commit

Permalink
[acgiow] (0) Somehow missed 'rowgroup' in my reading of the spec.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5421 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 7, 2010
1 parent 5435ac7 commit 22f31d9
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
9 changes: 9 additions & 0 deletions complete.html
Expand Up @@ -10786,12 +10786,18 @@ <h4 id=annotations-for-assistive-technology-products-(aria)><span class=secno>3.
<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

Expand All @@ -10801,6 +10807,9 @@ <h4 id=annotations-for-assistive-technology-products-(aria)><span class=secno>3.
<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

Expand Down
9 changes: 9 additions & 0 deletions index
Expand Up @@ -10763,12 +10763,18 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<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

Expand All @@ -10778,6 +10784,9 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<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

Expand Down
12 changes: 12 additions & 0 deletions source
Expand Up @@ -11094,6 +11094,10 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<td><code>summary</code> element
<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
Expand All @@ -11102,6 +11106,10 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<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

<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
Expand All @@ -11114,6 +11122,10 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<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
Expand Down

0 comments on commit 22f31d9

Please sign in to comment.