[html5] r5426 - [e] (0) Try giving a better suggestion. Fixing http://www.w3.org/Bugs/Public/sho [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Sep 7 10:28:22 PDT 2010
Author: ianh
Date: 2010-09-07 10:28:16 -0700 (Tue, 07 Sep 2010)
New Revision: 5426
Modified:
complete.html
index
source
Log:
[e] (0) Try giving a better suggestion.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10496
Modified: complete.html
===================================================================
--- complete.html 2010-09-07 17:22:29 UTC (rev 5425)
+++ complete.html 2010-09-07 17:28:16 UTC (rev 5426)
@@ -10999,10 +10999,10 @@
authors are encouraged to use more appropriate elements rather than
remove accessibility annotations. For example, if an <code><a href=#the-a-element>a</a></code>
element is marked as having the <code title=attr-aria-role-button>button</code> role, a conformance
- checker could say "Either a <code><a href=#the-button-element>button</a></code> element or an
- <code><a href=#the-input-element>input</a></code> element is required when using the <code title=attr-aria-role-button>button</code> role" rather than "The
- <code title=attr-aria-role-button>button</code> role cannot be
- used with <code><a href=#the-a-element>a</a></code> elements".</p>
+ checker could say "Use a more appropriate element to represent a
+ button, for example a <code><a href=#the-button-element>button</a></code> element or an
+ <code><a href=#the-input-element>input</a></code> element" rather than "The <code title=attr-aria-role-button>button</code> role cannot be used with
+ <code><a href=#the-a-element>a</a></code> elements".</p>
</div>
@@ -11016,7 +11016,7 @@
features described in this section, one can instead make the ATs
skip the ASCII art and just read the caption:</p>
- <pre><figure <strong>role="img" aria-labelledby="fish-caption"</strong>>
+ <pre><figure <strong>role="img" aria-labeledby="fish-caption"</strong>>
<pre>
o .'`/
' / (
Modified: index
===================================================================
--- index 2010-09-07 17:22:29 UTC (rev 5425)
+++ index 2010-09-07 17:28:16 UTC (rev 5426)
@@ -10976,10 +10976,10 @@
authors are encouraged to use more appropriate elements rather than
remove accessibility annotations. For example, if an <code><a href=#the-a-element>a</a></code>
element is marked as having the <code title=attr-aria-role-button>button</code> role, a conformance
- checker could say "Either a <code><a href=#the-button-element>button</a></code> element or an
- <code><a href=#the-input-element>input</a></code> element is required when using the <code title=attr-aria-role-button>button</code> role" rather than "The
- <code title=attr-aria-role-button>button</code> role cannot be
- used with <code><a href=#the-a-element>a</a></code> elements".</p>
+ checker could say "Use a more appropriate element to represent a
+ button, for example a <code><a href=#the-button-element>button</a></code> element or an
+ <code><a href=#the-input-element>input</a></code> element" rather than "The <code title=attr-aria-role-button>button</code> role cannot be used with
+ <code><a href=#the-a-element>a</a></code> elements".</p>
</div>
@@ -10993,7 +10993,7 @@
features described in this section, one can instead make the ATs
skip the ASCII art and just read the caption:</p>
- <pre><figure <strong>role="img" aria-labelledby="fish-caption"</strong>>
+ <pre><figure <strong>role="img" aria-labeledby="fish-caption"</strong>>
<pre>
o .'`/
' / (
Modified: source
===================================================================
--- source 2010-09-07 17:22:29 UTC (rev 5425)
+++ source 2010-09-07 17:28:16 UTC (rev 5426)
@@ -11354,11 +11354,11 @@
remove accessibility annotations. For example, if an <code>a</code>
element is marked as having the <code
title="attr-aria-role-button">button</code> role, a conformance
- checker could say "Either a <code>button</code> element or an
- <code>input</code> element is required when using the <code
- title="attr-aria-role-button">button</code> role" rather than "The
- <code title="attr-aria-role-button">button</code> role cannot be
- used with <code>a</code> elements".</p>
+ checker could say "Use a more appropriate element to represent a
+ button, for example a <code>button</code> element or an
+ <code>input</code> element" rather than "The <code
+ title="attr-aria-role-button">button</code> role cannot be used with
+ <code>a</code> elements".</p>
</div>
@@ -11372,7 +11372,7 @@
features described in this section, one can instead make the ATs
skip the ASCII art and just read the caption:</p>
- <pre><figure <strong>role="img" aria-labelledby="fish-caption"</strong>>
+ <pre><figure <strong>role="img" aria-labeledby="fish-caption"</strong>>
<pre>
o .'`/
' / (
More information about the Commit-Watchers
mailing list