- From: poot <cvsmail@w3.org>
- Date: Sat, 6 Feb 2010 09:32:25 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Mention that ARIA restricts 'main' to one per page. (whatwg r4675) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3728&r2=1.3729&f=h http://html5.org/tools/web-apps-tracker?from=4674&to=4675 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3728 retrieving revision 1.3729 diff -u -d -r1.3728 -r1.3729 --- Overview.html 6 Feb 2010 00:28:57 -0000 1.3728 +++ Overview.html 6 Feb 2010 00:32:14 -0000 1.3729 @@ -8087,7 +8087,7 @@ <tr><td><code><a href="#the-article-element">article</a></code> element <td><code title="attr-aria-role-article">article</code> role - <td>Role must be either <code title="attr-aria-role-article">article</code>, <code title="attr-aria-role-document">document</code>, <code title="attr-aria-role-application">application</code>, or <code title="attr-aria-role-main">main</code> + <td>Role must be either <code title="attr-aria-role-article">article</code>, <code title="attr-aria-role-document">document</code>, <code title="attr-aria-role-application">application</code>, or <code title="attr-aria-role-main">main</code> (ARIA restricts usage of this role to one per page) <tr><td><code><a href="#the-aside-element">aside</a></code> element <td><code title="attr-aria-role-note">note</code> role @@ -8115,7 +8115,7 @@ <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>, <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> + <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> <tr><td><code><a href="#the-table-element">table</a></code> element <td><code title="attr-aria-role-grid">grid</code> role
Received on Saturday, 6 February 2010 00:32:53 UTC