hixie: tweak authoring conformance requirements to prevent some meaningless combinations (whatwg r6574)

hixie: tweak authoring conformance requirements to prevent some
meaningless combinations (whatwg r6574)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5267&r2=1.5268&f=h
http://html5.org/tools/web-apps-tracker?from=6573&to=6574

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5267
retrieving revision 1.5268
diff -u -d -r1.5267 -r1.5268
--- Overview.html 23 Sep 2011 19:43:08 -0000 1.5267
+++ Overview.html 23 Sep 2011 19:46:28 -0000 1.5268
@@ -10221,7 +10221,7 @@
 
     <tr><td><code><a href="#the-button-element">button</a></code> element
      <td><code title="attr-aria-role-button">button</code> role
-     <td>Role must be either <code title="attr-aria-role-button">button</code>, <code title="attr-aria-role-link">link</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-radio">radio</code>
+     <td>Role must be either <code title="attr-aria-role-button">button</code> or <code title="attr-aria-role-menuitem">menuitem</code>
 
     <tr><td><code><a href="#the-details-element">details</a></code> element
      <td><code title="attr-aria-role-group">group</code> role

Received on Friday, 23 September 2011 19:46:41 UTC