Skip to content

Commit

Permalink
[giow] (0) Disallow some combinations that would indicate element mis…
Browse files Browse the repository at this point in the history
…use.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13265

git-svn-id: http://svn.whatwg.org/webapps@6610 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 2, 2011
1 parent 5cb5546 commit 73cf478
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 2 additions & 3 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 30 September 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -12219,7 +12219,6 @@ <h4 id=wai-aria><span class=secno>3.2.7 </span><dfn>WAI-ARIA</dfn></h4>

<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>
Expand Down Expand Up @@ -12422,7 +12421,7 @@ <h4 id=wai-aria><span class=secno>3.2.7 </span><dfn>WAI-ARIA</dfn></h4>

<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>
Expand Down
5 changes: 2 additions & 3 deletions index
Expand Up @@ -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 &mdash; Last Updated 30 September 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -12083,7 +12083,6 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )

<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>
Expand Down Expand Up @@ -12286,7 +12285,7 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )

<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>
Expand Down
3 changes: 1 addition & 2 deletions source
Expand Up @@ -12628,7 +12628,6 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )
<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
Expand Down Expand Up @@ -12901,7 +12900,7 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )
<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
Expand Down

0 comments on commit 73cf478

Please sign in to comment.