[html5] r4675 - [e] (0) Mention that ARIA restricts 'main' to one per page. Fixing http://www.w3 [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Feb 5 16:32:11 PST 2010


Author: ianh
Date: 2010-02-05 16:32:09 -0800 (Fri, 05 Feb 2010)
New Revision: 4675

Modified:
   complete.html
   index
   source
Log:
[e] (0) Mention that ARIA restricts 'main' to one per page.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8701

Modified: complete.html
===================================================================
--- complete.html	2010-02-06 00:28:52 UTC (rev 4674)
+++ complete.html	2010-02-06 00:32:09 UTC (rev 4675)
@@ -9428,7 +9428,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
@@ -9456,7 +9456,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

Modified: index
===================================================================
--- index	2010-02-06 00:28:52 UTC (rev 4674)
+++ index	2010-02-06 00:32:09 UTC (rev 4675)
@@ -9327,7 +9327,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
@@ -9355,7 +9355,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

Modified: source
===================================================================
--- source	2010-02-06 00:28:52 UTC (rev 4674)
+++ source	2010-02-06 00:32:09 UTC (rev 4675)
@@ -9633,7 +9633,7 @@
     <tr>
      <td><code>article</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>aside</code> element
@@ -9668,7 +9668,7 @@
     <tr>
      <td><code>section</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>table</code> element




More information about the Commit-Watchers mailing list