- From: poot <cvsmail@w3.org>
- Date: Sat, 6 Feb 2010 09:29:09 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Mention that ARIA restricts 'contentinfo' to one per page, and adjust requirements accordingly. (whatwg r4674) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3727&r2=1.3728&f=h http://html5.org/tools/web-apps-tracker?from=4673&to=4674 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3727 retrieving revision 1.3728 diff -u -d -r1.3727 -r1.3728 --- Overview.html 6 Feb 2010 00:23:56 -0000 1.3727 +++ Overview.html 6 Feb 2010 00:28:57 -0000 1.3728 @@ -7902,9 +7902,6 @@ <tbody><tr><td><code><a href="#the-a-element">a</a></code> element that represents a <a href="#hyperlink">hyperlink</a> <td><code title="attr-aria-role-link">link</code> role - <tr><td><code><a href="#the-address-element">address</a></code> element - <td><code title="attr-aria-role-contentinfo">contentinfo</code> role - <tr><td><code><a href="#the-area-element">area</a></code> element that represents a <a href="#hyperlink">hyperlink</a> <td><code title="attr-aria-role-link">link</code> role @@ -7914,9 +7911,6 @@ <tr><td><code><a href="#the-datalist-element">datalist</a></code> element <td><code title="attr-aria-role-listbox">listbox</code> role, with the <code title="attr-aria-multiselectable">aria-multiselectable</code> property set to "false" - <tr><td><code><a href="#the-footer-element">footer</a></code> element - <td><code title="attr-aria-role-contentinfo">contentinfo</code> role - <tr><td><code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</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> @@ -8087,7 +8081,11 @@ <th>Default implied ARIA semantic <th>Restrictions - <tbody><tr><td><code><a href="#the-article-element">article</a></code> element + <tbody><tr><td><code><a href="#the-address-element">address</a></code> element + <td>No role + <td>If specified, role must be <code title="attr-aria-role-contentinfo">contentinfo</code> (ARIA restricts usage of this role to one per page) + + <tr><td><code><a href="#the-article-element">article</a></code> element <td><code title="attr-aria-role-article">article</code> role <td>Role must be either <code title="attr-aria-role-article">article</code>, <code title="attr-aria-role-document">document</code>, <code title="attr-aria-role-application">application</code>, or <code title="attr-aria-role-main">main</code> @@ -8095,6 +8093,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-footer-element">footer</a></code> element + <td>No role + <td>If specified, role must be <code title="attr-aria-role-contentinfo">contentinfo</code> (ARIA restricts usage of this role to one per page) + <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> (ARIA restricts usage of this role to one per page) @@ -8113,7 +8115,7 @@ <tr><td><code><a href="#the-section-element">section</a></code> element <td><code title="attr-aria-role-region">region</code> role - <td>Role must be either <code title="attr-aria-role-region">region</code>, <code title="attr-aria-role-document">document</code>, <code title="attr-aria-role-application">application</code>, <code title="attr-aria-role-contentinfo">contentinfo</code>, <code title="attr-aria-role-main">main</code>, <code title="attr-aria-role-search">search</code>, <code title="attr-aria-role-alert">alert</code>, <code title="attr-aria-role-dialog">dialog</code>, <code title="attr-aria-role-alertdialog">alertdialog</code>, <code title="attr-aria-role-status">status</code>, or <code title="attr-aria-role-log">log</code> + <td>Role must be either <code title="attr-aria-role-region">region</code>, <code title="attr-aria-role-document">document</code>, <code title="attr-aria-role-application">application</code>, <code title="attr-aria-role-contentinfo">contentinfo</code> (ARIA restricts usage of this role to one per page), <code title="attr-aria-role-main">main</code>, <code title="attr-aria-role-search">search</code>, <code title="attr-aria-role-alert">alert</code>, <code title="attr-aria-role-dialog">dialog</code>, <code title="attr-aria-role-alertdialog">alertdialog</code>, <code title="attr-aria-role-status">status</code>, or <code title="attr-aria-role-log">log</code> <tr><td><code><a href="#the-table-element">table</a></code> element <td><code title="attr-aria-role-grid">grid</code> role
Received on Saturday, 6 February 2010 00:29:37 UTC