html5/spec Overview.html,1.4450,1.4451

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

Modified Files:
	Overview.html 
Log Message:
remove anything to do with ARIA from the definitions of table elements (whatwg r5569)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4450
retrieving revision 1.4451
diff -u -d -r1.4450 -r1.4451
--- Overview.html	30 Sep 2010 08:27:00 -0000	1.4450
+++ Overview.html	30 Sep 2010 08:44:12 -0000	1.4451
@@ -9447,39 +9447,15 @@
     <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
 
@@ -9577,10 +9553,6 @@
      <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>

Received on Thursday, 30 September 2010 08:44:18 UTC