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

whatwg at whatwg.org whatwg at whatwg.org
Fri Feb 5 16:14:53 PST 2010


Author: ianh
Date: 2010-02-05 16:14:51 -0800 (Fri, 05 Feb 2010)
New Revision: 4672

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

Modified: complete.html
===================================================================
--- complete.html	2010-02-06 00:12:37 UTC (rev 4671)
+++ complete.html	2010-02-06 00:14:51 UTC (rev 4672)
@@ -9438,7 +9438,7 @@
 
     <tr><td><code><a href=#the-header-element>header</a></code> element
      <td>No role
-     <td>If specified, role must be <code title=attr-aria-role-banner>banner</code>
+     <td>If specified, role must be <code title=attr-aria-role-banner>banner</code> (ARIA restricts usage of this role to one per page)
 
     <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

Modified: index
===================================================================
--- index	2010-02-06 00:12:37 UTC (rev 4671)
+++ index	2010-02-06 00:14:51 UTC (rev 4672)
@@ -9337,7 +9337,7 @@
 
     <tr><td><code><a href=#the-header-element>header</a></code> element
      <td>No role
-     <td>If specified, role must be <code title=attr-aria-role-banner>banner</code>
+     <td>If specified, role must be <code title=attr-aria-role-banner>banner</code> (ARIA restricts usage of this role to one per page)
 
     <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

Modified: source
===================================================================
--- source	2010-02-06 00:12:37 UTC (rev 4671)
+++ source	2010-02-06 00:14:51 UTC (rev 4672)
@@ -9646,7 +9646,7 @@
     <tr>
      <td><code>header</code> element
      <td>No role
-     <td>If specified, role must be <code title="attr-aria-role-banner">banner</code>
+     <td>If specified, role must be <code title="attr-aria-role-banner">banner</code> (ARIA restricts usage of this role to one per page)
 
     <tr>
      <td><code>li</code> element whose parent is an <code>ol</code> or <code>ul</code> element




More information about the Commit-Watchers mailing list