[html5] r4124 - [cgiow] (2) Default <header> to no ARIA role, but allow it to be set to 'banner'.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 13 00:34:21 PDT 2009
Author: ianh
Date: 2009-10-13 00:34:20 -0700 (Tue, 13 Oct 2009)
New Revision: 4124
Modified:
complete.html
index
source
Log:
[cgiow] (2) Default <header> to no ARIA role, but allow it to be set to 'banner'.
Modified: complete.html
===================================================================
--- complete.html 2009-10-13 07:23:34 UTC (rev 4123)
+++ complete.html 2009-10-13 07:34:20 UTC (rev 4124)
@@ -9252,9 +9252,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>
@@ -9417,6 +9414,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>
@@ -85604,6 +85605,7 @@
Erik Arvidsson,
Evan Martin,
Evan Prodromou,
+ Evert,
fantasai,
Felix Sasaki,
Francesco Schwarz,
Modified: index
===================================================================
--- index 2009-10-13 07:23:34 UTC (rev 4123)
+++ index 2009-10-13 07:34:20 UTC (rev 4124)
@@ -9082,9 +9082,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>
@@ -9247,6 +9244,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>
@@ -76573,6 +76574,7 @@
Erik Arvidsson,
Evan Martin,
Evan Prodromou,
+ Evert,
fantasai,
Felix Sasaki,
Francesco Schwarz,
Modified: source
===================================================================
--- source 2009-10-13 07:23:34 UTC (rev 4123)
+++ source 2009-10-13 07:34:20 UTC (rev 4124)
@@ -9340,10 +9340,6 @@
<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 <span>outline depth</span>
<tr>
- <td><code>header</code> element
- <td><code title="attr-aria-role-banner">banner</code> role
-
- <tr>
<td><code>hgroup</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 <span>outline depth</span>
@@ -9563,6 +9559,11 @@
<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>header</code> element
+ <td>No role
+ <td>If specified, role must be <code title="attr-aria-role-banner">banner</code>
+
+ <tr>
<td><code>li</code> element whose parent is an <code>ol</code> or <code>ul</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>
@@ -94416,6 +94417,7 @@
Erik Arvidsson,
Evan Martin,
Evan Prodromou,
+ Evert,
fantasai,
Felix Sasaki,
Francesco Schwarz,
More information about the Commit-Watchers
mailing list