- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 26 Aug 2010 19:32:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3123
Modified Files:
Overview.html
Log Message:
apparently role=status means something else (whatwg r5365)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4281
retrieving revision 1.4282
diff -u -d -r1.4281 -r1.4282
--- Overview.html 26 Aug 2010 19:31:04 -0000 1.4281
+++ Overview.html 26 Aug 2010 19:32:55 -0000 1.4282
@@ -9363,10 +9363,6 @@
<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>
- <tr><td><code><a href="#the-output-element">output</a></code> element
- <td><code title="attr-aria-role-status">status</code> role
- <td>No restrictions
-
<tr><td><code><a href="#the-section-element">section</a></code> element
<td><code title="attr-aria-role-region">region</code> role
<td>Role must be either <code title="attr-aria-role-region">region</code>, <code title="attr-aria-role-document">document</code>, <code title="attr-aria-role-application">application</code>, <code title="attr-aria-role-contentinfo">contentinfo</code> (ARIA restricts usage of this role to one per page), <code title="attr-aria-role-main">main</code> (ARIA restricts usage of this role to one per page), <code title="attr-aria-role-search">search</code>, <code title="attr-aria-role-alert">alert</code>, <code title="attr-aria-role-dialog">dialog</code>, <code title="attr-aria-role-alertdialog">alertdialog</code>, <code title="attr-aria-role-status">status</code>, or <code title="attr-aria-role-log">log</code>
@@ -9425,6 +9421,7 @@
<li><code><a href="#the-link-element">link</a></code> (unless it creates a <a href="#hyperlink">hyperlink</a>)
<li><code><a href="#the-map-element">map</a></code>
<li><code><a href="#the-mark-element">mark</a></code>
+ <li><code><a href="#the-output-element">output</a></code>
<li><code><a href="#the-p-element">p</a></code>
<li><code><a href="#the-pre-element">pre</a></code>
<li><code><a href="#the-q-element">q</a></code>
Received on Thursday, 26 August 2010 19:33:00 UTC