hixie: ARIA for <li>, <ol>, <ul> (whatwg r5420)

hixie: ARIA for <li>, <ol>, <ul> (whatwg r5420)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4322&r2=1.4323&f=h
http://html5.org/tools/web-apps-tracker?from=5419&to=5420

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4322
retrieving revision 1.4323
diff -u -d -r1.4322 -r1.4323
--- Overview.html 7 Sep 2010 08:23:10 -0000 1.4322
+++ Overview.html 7 Sep 2010 17:04:55 -0000 1.4323
@@ -9381,7 +9381,7 @@
 
     <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>
+     <td>Role must be either <code title="attr-aria-role-listitem">listitem</code>, <code title="attr-aria-role-menuitemcheckbox">menuitemcheckbox</code>, <code title="attr-aria-role-menuitemradio">menuitemradio</code>, <code title="attr-aria-role-option">option</code>, <code title="attr-aria-role-tab">tab</code>, or <code title="attr-aria-role-treeitem">treeitem</code>
 
     <tr><td><code><a href="#the-object-element">object</a></code> element
      <td>No role
@@ -9389,7 +9389,7 @@
 
     <tr><td><code><a href="#the-ol-element">ol</a></code> element
      <td><code title="attr-aria-role-list">list</code> role
-     <td>Role must be either <code title="attr-aria-role-list">list</code>, <code title="attr-aria-role-tree">tree</code>, or <code title="attr-aria-role-directory">directory</code>
+     <td>Role must be either <code title="attr-aria-role-directory">directory</code>, <code title="attr-aria-role-list">list</code>, <code title="attr-aria-role-listbox">listbox</code>, <code title="attr-aria-role-menu">menu</code>, <code title="attr-aria-role-menubar">menubar</code>, <code title="attr-aria-role-tablist">tablist</code>, <code title="attr-aria-role-toolbar ">toolbar</code>, <code title="attr-aria-role-tree">tree</code>
 
     <tr><td><code><a href="#the-output-element">output</a></code> element
      <td><code title="attr-aria-role-status">status</code> role
@@ -9405,7 +9405,7 @@
 
     <tr><td><code><a href="#the-ul-element">ul</a></code> element
      <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>
+     <td>Role must be either <code title="attr-aria-role-directory">directory</code>, <code title="attr-aria-role-list">list</code>, <code title="attr-aria-role-listbox">listbox</code>, <code title="attr-aria-role-menu">menu</code>, <code title="attr-aria-role-menubar">menubar</code>, <code title="attr-aria-role-tablist">tablist</code>, <code title="attr-aria-role-toolbar ">toolbar</code>, <code title="attr-aria-role-tree">tree</code>
 
     <tr><td><code><a href="#video">video</a></code> element
      <td>No role
@@ -65044,7 +65044,7 @@
    <dt>Change controller:</dt>
    <dd>W3C</dd>
   </dl><p>Fragment identifiers used with <code><a href="#text-html">text/html</a></code> resources
-  refer to <a href="#the-indicated-part-of-the-document">the indicated part of the document</a>.<h3 id="text-html-sandboxed"><span class="secno">12.2 </span><dfn><code>text/html-sandboxed</code></dfn></h3><p>This registration is for community review and will be submitted
+  refer to <a href="#the-indicated-part-of-the-document">the indicated part of the document</a>.<h3 id="text-html-sandboxed"><span class="secno">12.2 </span><dfn><code>text/html-sandboxed</code></dfn></h3><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/110">ISSUE-110</a> (sandbox-type-owner) blocks progress to Last Call</span><p>This registration is for community review and will be submitted
   to the IESG for review, approval, and registration with IANA.</p><!--
    To: ietf-types@iana.org
    Subject: Registration of media type text/html-sandboxed

Received on Tuesday, 7 September 2010 17:05:39 UTC