- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 06 Feb 2010 00:36:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv1854 Modified Files: Overview.html content-models.html spec.html Log Message: Mention that ARIA restricts 'main' to one per page. (whatwg r4675) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.646 retrieving revision 1.647 diff -u -d -r1.646 -r1.647 --- Overview.html 6 Feb 2010 00:26:54 -0000 1.646 +++ Overview.html 6 Feb 2010 00:36:55 -0000 1.647 @@ -302,7 +302,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3727. +This is revision 1.3729. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec-author-view/content-models.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- content-models.html 6 Feb 2010 00:17:07 -0000 1.18 +++ content-models.html 6 Feb 2010 00:36:55 -0000 1.19 @@ -780,9 +780,6 @@ </th></tr></thead><tbody><tr><td><code><a href="text-level-semantics.html#the-a-element">a</a></code> element that represents a <a href="links.html#hyperlink">hyperlink</a> </td><td><code title="attr-aria-role-link">link</code> role - </td></tr><tr><td><code><a href="sections.html#the-address-element">address</a></code> element - </td><td><code title="attr-aria-role-contentinfo">contentinfo</code> role - </td></tr><tr><td><code><a href="the-map-element.html#the-area-element">area</a></code> element that represents a <a href="links.html#hyperlink">hyperlink</a> </td><td><code title="attr-aria-role-link">link</code> role @@ -792,9 +789,6 @@ </td></tr><tr><td><code><a href="the-button-element.html#the-datalist-element">datalist</a></code> element </td><td><code title="attr-aria-role-listbox">listbox</code> role, with the <code title="attr-aria-multiselectable">aria-multiselectable</code> property set to "false" - </td></tr><tr><td><code><a href="sections.html#the-footer-element">footer</a></code> element - </td><td><code title="attr-aria-role-contentinfo">contentinfo</code> role - </td></tr><tr><td><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> element that does not have an <code><a href="sections.html#the-hgroup-element">hgroup</a></code> ancestor </td><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> @@ -965,14 +959,22 @@ </th><th>Default implied ARIA semantic </th><th>Restrictions - </th></tr></thead><tbody><tr><td><code><a href="sections.html#the-article-element">article</a></code> element + </th></tr></thead><tbody><tr><td><code><a href="sections.html#the-address-element">address</a></code> element + </td><td>No role + </td><td>If specified, role must be <code title="attr-aria-role-contentinfo">contentinfo</code> (ARIA restricts usage of this role to one per page) + + </td></tr><tr><td><code><a href="sections.html#the-article-element">article</a></code> element </td><td><code title="attr-aria-role-article">article</code> role - </td><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> + </td><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> (ARIA restricts usage of this role to one per page) </td></tr><tr><td><code><a href="sections.html#the-aside-element">aside</a></code> element </td><td><code title="attr-aria-role-note">note</code> role </td><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> + </td></tr><tr><td><code><a href="sections.html#the-footer-element">footer</a></code> element + </td><td>No role + </td><td>If specified, role must be <code title="attr-aria-role-contentinfo">contentinfo</code> (ARIA restricts usage of this role to one per page) + </td></tr><tr><td><code><a href="sections.html#the-header-element">header</a></code> element </td><td>No role </td><td>If specified, role must be <code title="attr-aria-role-banner">banner</code> (ARIA restricts usage of this role to one per page) @@ -991,7 +993,7 @@ </td></tr><tr><td><code><a href="sections.html#the-section-element">section</a></code> element </td><td><code title="attr-aria-role-region">region</code> role - </td><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><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> (ARIA restricts usage of this role to one per page), <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></tr><tr><td><code><a href="tabular-data.html#the-table-element">table</a></code> element </td><td><code title="attr-aria-role-grid">grid</code> role Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.651 retrieving revision 1.652 diff -u -d -r1.651 -r1.652 --- spec.html 6 Feb 2010 00:26:54 -0000 1.651 +++ spec.html 6 Feb 2010 00:36:55 -0000 1.652 @@ -300,7 +300,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3727. +This is revision 1.3729. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -3583,9 +3583,6 @@ </th></tr></thead><tbody><tr><td><code><a href=#the-a-element>a</a></code> element that represents a <a href=#hyperlink>hyperlink</a> </td><td><code title=attr-aria-role-link>link</code> role - </td></tr><tr><td><code><a href=#the-address-element>address</a></code> element - </td><td><code title=attr-aria-role-contentinfo>contentinfo</code> role - </td></tr><tr><td><code><a href=#the-area-element>area</a></code> element that represents a <a href=#hyperlink>hyperlink</a> </td><td><code title=attr-aria-role-link>link</code> role @@ -3595,9 +3592,6 @@ </td></tr><tr><td><code><a href=#the-datalist-element>datalist</a></code> element </td><td><code title=attr-aria-role-listbox>listbox</code> role, with the <code title=attr-aria-multiselectable>aria-multiselectable</code> property set to "false" - </td></tr><tr><td><code><a href=#the-footer-element>footer</a></code> element - </td><td><code title=attr-aria-role-contentinfo>contentinfo</code> role - </td></tr><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><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> @@ -3768,14 +3762,22 @@ </th><th>Default implied ARIA semantic </th><th>Restrictions - </th></tr></thead><tbody><tr><td><code><a href=#the-article-element>article</a></code> element + </th></tr></thead><tbody><tr><td><code><a href=#the-address-element>address</a></code> element + </td><td>No role + </td><td>If specified, role must be <code title=attr-aria-role-contentinfo>contentinfo</code> (ARIA restricts usage of this role to one per page) + + </td></tr><tr><td><code><a href=#the-article-element>article</a></code> element </td><td><code title=attr-aria-role-article>article</code> role - </td><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> + </td><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> (ARIA restricts usage of this role to one per page) </td></tr><tr><td><code><a href=#the-aside-element>aside</a></code> element </td><td><code title=attr-aria-role-note>note</code> role </td><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> + </td></tr><tr><td><code><a href=#the-footer-element>footer</a></code> element + </td><td>No role + </td><td>If specified, role must be <code title=attr-aria-role-contentinfo>contentinfo</code> (ARIA restricts usage of this role to one per page) + </td></tr><tr><td><code><a href=#the-header-element>header</a></code> element </td><td>No role </td><td>If specified, role must be <code title=attr-aria-role-banner>banner</code> (ARIA restricts usage of this role to one per page) @@ -3794,7 +3796,7 @@ </td></tr><tr><td><code><a href=#the-section-element>section</a></code> element </td><td><code title=attr-aria-role-region>region</code> role - </td><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><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> (ARIA restricts usage of this role to one per page), <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></tr><tr><td><code><a href=#the-table-element>table</a></code> element </td><td><code title=attr-aria-role-grid>grid</code> role
Received on Saturday, 6 February 2010 00:37:03 UTC