html5/spec Overview.html,1.5318,1.5319

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

Modified Files:
	Overview.html 
Log Message:
revert r6610 per chair request (whatwg r6634)

Index: Overview.html
===================================================================
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:04 UTC