- From: poot <cvsmail@w3.org>
- Date: Tue, 7 Sep 2010 17:28:21 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: revert earlier change here based on updated information (whatwg r5418) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4320&r2=1.4321&f=h http://html5.org/tools/web-apps-tracker?from=5417&to=5418 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4320 retrieving revision 1.4321 diff -u -d -r1.4320 -r1.4321 --- Overview.html 7 Sep 2010 08:14:29 -0000 1.4320 +++ Overview.html 7 Sep 2010 08:21:10 -0000 1.4321 @@ -9391,6 +9391,10 @@ <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> @@ -9449,7 +9453,6 @@ <code><a href="#the-link-element">link</a></code> (unless it creates a <a href="#hyperlink">hyperlink</a>), <code><a href="#the-map-element">map</a></code>, <code><a href="#the-mark-element">mark</a></code>, - <code><a href="#the-output-element">output</a></code>, <code><a href="#the-p-element">p</a></code>, <code><a href="#the-pre-element">pre</a></code>, <code><a href="#the-q-element">q</a></code>,
Received on Tuesday, 7 September 2010 08:21:51 UTC