html5/spec Overview.html,1.3727,1.3728

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

Modified Files:
	Overview.html 
Log Message:
Mention that ARIA restricts 'contentinfo' to one per page, and adjust requirements accordingly. (whatwg r4674)

Index: Overview.html
===================================================================
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:03 UTC