hixie: revert r6610 per chair request (whatwg r6634)

hixie: revert r6610 per chair request (whatwg r6634)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5318&r2=1.5319&f=h
http://html5.org/tools/web-apps-tracker?from=6633&to=6634

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5318
retrieving revision 1.5319
diff -u -d -r1.5318 -r1.5319
--- Overview.html 5 Oct 2011 17:31:38 -0000 1.5318
+++ Overview.html 5 Oct 2011 17:39:58 -0000 1.5319
@@ -10180,7 +10180,7 @@
 
    <tbody><tr><td><code><a href="#the-a-element">a</a></code> element that creates a <a href="#hyperlink">hyperlink</a>
      <td><code title="attr-aria-role-link">link</code> role
-     <td>Role must be either <code title="attr-aria-role-link">link</code>, <code title="attr-aria-role-menuitem">menuitem</code>, or <code title="attr-aria-role-tab">tab</code>
+     <td>Role must be either <code title="attr-aria-role-link">link</code>, <code title="attr-aria-role-button">button</code>, <code title="attr-aria-role-checkbox">checkbox</code>, <code title="attr-aria-role-menuitem">menuitem</code>, <code title="attr-aria-role-menuitemcheckbox">menuitemcheckbox</code>, <code title="attr-aria-role-menuitemradio">menuitemradio</code>, <code title="attr-aria-role-tab">tab</code>, or <code title="attr-aria-role-treeitem">treeitem</code>
 
     <tr><td><code><a href="#the-address-element">address</a></code> element
      <td><a href="#concept-role-none" title="concept-role-none">No role</a>

Received on Wednesday, 5 October 2011 17:40:08 UTC