html5/spec Overview.html,1.3278,1.3279

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30047

Modified Files:
	Overview.html 
Log Message:
Default <header> to no ARIA role, but allow it to be set to 'banner'. (whatwg r4124)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3278
retrieving revision 1.3279
diff -u -d -r1.3278 -r1.3279
--- Overview.html	13 Oct 2009 07:12:26 -0000	1.3278
+++ Overview.html	13 Oct 2009 07:23:11 -0000	1.3279
@@ -8059,9 +8059,6 @@
     <tr><td><code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> element that does not have an <code><a href="#the-hgroup-element">hgroup</a></code> ancestor
      <td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a href="#outline-depth">outline depth</a>
 
-    <tr><td><code><a href="#the-header-element">header</a></code> element
-     <td><code title="attr-aria-role-banner">banner</code> role
-
     <tr><td><code><a href="#the-hgroup-element">hgroup</a></code> element
      <td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a href="#outline-depth">outline depth</a>
 
@@ -8222,6 +8219,10 @@
      <td><code title="attr-aria-role-note">note</code> role
      <td>Role must be either <code title="attr-aria-role-note">note</code>, <code title="attr-aria-role-complementary">complementary</code>, or <code title="attr-aria-role-search">search</code>
 
+    <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>
+
     <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
      <td>Role must be either <code title="attr-aria-role-listitem">listitem</code> or <code title="attr-aria-role-treeitem">treeitem</code>
@@ -69962,6 +69963,7 @@
   Erik Arvidsson,
   Evan Martin,
   Evan Prodromou,
+  Evert,
   fantasai,
   Felix Sasaki,
   Francesco Schwarz,

Received on Tuesday, 13 October 2009 07:23:18 UTC