[html5] r3714 - [] (0) Work around bug in the ARIA spec that requires the <body> element to be t [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Aug 30 19:36:51 PDT 2009


Author: ianh
Date: 2009-08-30 19:36:50 -0700 (Sun, 30 Aug 2009)
New Revision: 3714

Modified:
   index
   source
Log:
[] (0) Work around bug in the ARIA spec that requires the <body> element to be the 'root' instead of <html>...

Modified: index
===================================================================
--- index	2009-08-31 02:28:53 UTC (rev 3713)
+++ index	2009-08-31 02:36:50 UTC (rev 3714)
@@ -9163,10 +9163,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>
@@ -9191,6 +9187,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

Modified: source
===================================================================
--- source	2009-08-31 02:28:53 UTC (rev 3713)
+++ source	2009-08-31 02:36:50 UTC (rev 3714)
@@ -9499,11 +9499,6 @@
      <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>html</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>li</code> element whose parent is an <code>ol</code> or <code>ul</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>
@@ -9533,6 +9528,11 @@
      <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><span>The body element</span>
+     <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">




More information about the Commit-Watchers mailing list