- From: poot <cvsmail@w3.org>
- Date: Tue, 13 Oct 2009 16:23:28 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Default <header> to no ARIA role, but allow it to be set to 'banner'. (whatwg r4124) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3278&r2=1.3279&f=h http://html5.org/tools/web-apps-tracker?from=4123&to=4124 =================================================================== 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:57 UTC