- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Sep 2010 17:19:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv32383
Modified Files:
Overview.html
Log Message:
remove some inaccurate non-normative statements (whatwg r5424)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4326
retrieving revision 1.4327
diff -u -d -r1.4326 -r1.4327
--- Overview.html 7 Sep 2010 17:16:43 -0000 1.4326
+++ Overview.html 7 Sep 2010 17:19:07 -0000 1.4327
@@ -9346,11 +9346,11 @@
<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)
+ <td>If specified, role must be <code title="attr-aria-role-contentinfo">contentinfo</code>
<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> (ARIA restricts usage of this role to one per page)
+ <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>
<tr><td><code><a href="#the-aside-element">aside</a></code> element
<td><code title="attr-aria-role-note">note</code> role
@@ -9370,11 +9370,11 @@
<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)
+ <td>If specified, role must be <code title="attr-aria-role-contentinfo">contentinfo</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> (ARIA restricts usage of this role to one per page)
+ <td>If specified, role must be <code title="attr-aria-role-banner">banner</code>
<tr><td><code><a href="#the-iframe-element">iframe</a></code> element
<td>No role
@@ -9410,7 +9410,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> (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>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>
<tr><td><code><a href="#the-table-element">table</a></code> element
<td><code title="attr-aria-role-grid">grid</code> role
Received on Tuesday, 7 September 2010 17:19:12 UTC