html5/spec Overview.html,1.2892,1.2893

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

Modified Files:
	Overview.html 
Log Message:
Work around bug in the ARIA spec that requires the <body> element to be the 'root' instead of <html>... (whatwg r3714)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2892
retrieving revision 1.2893
diff -u -d -r1.2892 -r1.2893
--- Overview.html	31 Aug 2009 02:26:31 -0000	1.2892
+++ Overview.html	31 Aug 2009 02:34:27 -0000	1.2893
@@ -8139,10 +8139,6 @@
      <td><code title="attr-aria-role-note">note</code> role
      <td>Role must be either <code title="attr-aria-role-note">note</code>, <code title="attr-aria-role-complementary">complementary</code>, or <code title="attr-aria-role-search">search</code>
 
-    <tr><td><code><a href="#the-html-element-0">html</a></code> element
-     <td><code title="attr-aria-role-document">document</code> role
-     <td>Role must be either <code title="attr-aria-role-document">document</code> or <code title="attr-aria-role-application">application</code>
-
     <tr><td><code><a href="#the-li-element">li</a></code> element whose parent is an <code><a href="#the-ol-element">ol</a></code> or <code><a href="#the-ul-element">ul</a></code> element
      <td><code title="attr-aria-role-listitem">listitem</code> role
      <td>Role must be either <code title="attr-aria-role-listitem">listitem</code> or <code title="attr-aria-role-treeitem">treeitem</code>
@@ -8167,6 +8163,10 @@
      <td><code title="attr-aria-role-list">list</code> role
      <td>Role must be either <code title="attr-aria-role-list">list</code> or <code title="attr-aria-role-tree">tree</code>, or <code title="attr-aria-role-directory">directory</code>
 
+    <tr><td><a href="#the-body-element">The body element</a>
+     <td><code title="attr-aria-role-document">document</code> role
+     <td>Role must be either <code title="attr-aria-role-document">document</code> or <code title="attr-aria-role-application">application</code>
+
   </table><div class="impl">
 
   <p>User agents may apply different defaults than those described in

Received on Monday, 31 August 2009 02:34:40 UTC