hixie: Mention that ARIA restricts 'banner' to one per page. (whatwg r4672)

hixie: Mention that ARIA restricts 'banner' to one per page. (whatwg
r4672)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3725&r2=1.3726&f=h
http://html5.org/tools/web-apps-tracker?from=4671&to=4672

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3725
retrieving revision 1.3726
diff -u -d -r1.3725 -r1.3726
--- Overview.html 6 Feb 2010 00:12:42 -0000 1.3725
+++ Overview.html 6 Feb 2010 00:14:56 -0000 1.3726
@@ -8097,7 +8097,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

Received on Saturday, 6 February 2010 00:15:36 UTC