Skip to content
Permalink
Browse files
[giow] (1) remove anything to do with ARIA from the definitions of ta…
…ble elements

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10478

git-svn-id: http://svn.whatwg.org/webapps@5569 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 30, 2010
1 parent ca9f2a4 commit 392ca31
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 93 deletions.
@@ -10961,39 +10961,15 @@ <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-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 @@ <h4 id=annotations-for-assistive-technology-products-(aria)><span class=secno>3.
<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>
28 index
@@ -10938,39 +10938,15 @@ 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-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 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<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>
37 source
@@ -11281,14 +11281,6 @@ 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

<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
@@ -11297,34 +11289,10 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<td><code>textarea</code> element with a <code title="attr-textarea-required">required</code> attribute
<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
@@ -11455,11 +11423,6 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<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>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

0 comments on commit 392ca31

Please sign in to comment.