[html5] r6610 - [giow] (0) Disallow some combinations that would indicate element misuse. Fixing [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Oct 1 22:09:45 PDT 2011
Author: ianh
Date: 2011-10-01 22:09:43 -0700 (Sat, 01 Oct 2011)
New Revision: 6610
Modified:
complete.html
index
source
Log:
[giow] (0) Disallow some combinations that would indicate element misuse.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13265
Modified: complete.html
===================================================================
--- complete.html 2011-09-30 23:55:11 UTC (rev 6609)
+++ complete.html 2011-10-02 05:09:43 UTC (rev 6610)
@@ -239,7 +239,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 30 September 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 2 October 2011</h2>
</hgroup><dl><dt>Multiple-page version:</dt>
<dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd>
<dt>One-page version:</dt>
@@ -12219,7 +12219,6 @@
<tbody><tr><td><code><a href=#the-area-element>area</a></code> element that creates a <a href=#hyperlink>hyperlink</a>
<td><code title=attr-aria-role-link>link</code> role
- <!--!--><!-- (this should really be the same as <a>) -->
<tr><td><code><a href=#the-base-element>base</a></code> element
<td><a href=#concept-role-none title=concept-role-none>No role</a>
@@ -12422,7 +12421,7 @@
<tbody><tr><td><code><a href=#the-a-element>a</a></code> element that creates a <a href=#hyperlink>hyperlink</a>
<td><code title=attr-aria-role-link>link</code> role
- <td>Role must be either <code title=attr-aria-role-link>link</code>, <code title=attr-aria-role-button>button</code><!--!-->, <code title=attr-aria-role-checkbox>checkbox</code><!--!-->, <code title=attr-aria-role-menuitem>menuitem</code>, <code title=attr-aria-role-menuitemcheckbox>menuitemcheckbox</code><!--!-->, <code title=attr-aria-role-menuitemradio>menuitemradio</code><!--!-->, <code title=attr-aria-role-tab>tab</code><!--!-->, or <code title=attr-aria-role-treeitem>treeitem</code><!--!-->
+ <td>Role must be either <code title=attr-aria-role-link>link</code>, <code title=attr-aria-role-menuitem>menuitem</code>, or <code title=attr-aria-role-tab>tab</code>
<tr><td><code><a href=#the-address-element>address</a></code> element
<td><a href=#concept-role-none title=concept-role-none>No role</a>
Modified: index
===================================================================
--- index 2011-09-30 23:55:11 UTC (rev 6609)
+++ index 2011-10-02 05:09:43 UTC (rev 6610)
@@ -243,7 +243,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 30 September 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 2 October 2011</h2>
</hgroup><dl><dt><strong>Web developer edition</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -12083,7 +12083,6 @@
<tbody><tr><td><code><a href=#the-area-element>area</a></code> element that creates a <a href=#hyperlink>hyperlink</a>
<td><code title=attr-aria-role-link>link</code> role
- <!--!--><!-- (this should really be the same as <a>) -->
<tr><td><code><a href=#the-base-element>base</a></code> element
<td><a href=#concept-role-none title=concept-role-none>No role</a>
@@ -12286,7 +12285,7 @@
<tbody><tr><td><code><a href=#the-a-element>a</a></code> element that creates a <a href=#hyperlink>hyperlink</a>
<td><code title=attr-aria-role-link>link</code> role
- <td>Role must be either <code title=attr-aria-role-link>link</code>, <code title=attr-aria-role-button>button</code><!--!-->, <code title=attr-aria-role-checkbox>checkbox</code><!--!-->, <code title=attr-aria-role-menuitem>menuitem</code>, <code title=attr-aria-role-menuitemcheckbox>menuitemcheckbox</code><!--!-->, <code title=attr-aria-role-menuitemradio>menuitemradio</code><!--!-->, <code title=attr-aria-role-tab>tab</code><!--!-->, or <code title=attr-aria-role-treeitem>treeitem</code><!--!-->
+ <td>Role must be either <code title=attr-aria-role-link>link</code>, <code title=attr-aria-role-menuitem>menuitem</code>, or <code title=attr-aria-role-tab>tab</code>
<tr><td><code><a href=#the-address-element>address</a></code> element
<td><a href=#concept-role-none title=concept-role-none>No role</a>
Modified: source
===================================================================
--- source 2011-09-30 23:55:11 UTC (rev 6609)
+++ source 2011-10-02 05:09:43 UTC (rev 6610)
@@ -12628,7 +12628,6 @@
<tr>
<td><code>area</code> element that creates a <span>hyperlink</span>
<td><code title="attr-aria-role-link">link</code> role
- <!--!--><!-- (this should really be the same as <a>) -->
<tr>
<td><code>base</code> element
@@ -12901,7 +12900,7 @@
<tr>
<td><code>a</code> element that creates a <span>hyperlink</span>
<td><code title="attr-aria-role-link">link</code> role
- <td>Role must be either <code title="attr-aria-role-link">link</code>, <code title="attr-aria-role-button">button</code><!--!-->, <code title="attr-aria-role-checkbox">checkbox</code><!--!-->, <code title="attr-aria-role-menuitem">menuitem</code>, <code title="attr-aria-role-menuitemcheckbox">menuitemcheckbox</code><!--!-->, <code title="attr-aria-role-menuitemradio">menuitemradio</code><!--!-->, <code title="attr-aria-role-tab">tab</code><!--!-->, or <code title="attr-aria-role-treeitem">treeitem</code><!--!-->
+ <td>Role must be either <code title="attr-aria-role-link">link</code>, <code title="attr-aria-role-menuitem">menuitem</code>, or <code title="attr-aria-role-tab">tab</code>
<tr>
<td><code>address</code> element
More information about the Commit-Watchers
mailing list