- From: poot <cvsmail@w3.org>
- Date: Wed, 8 Sep 2010 02:35:41 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Try giving a better suggestion. (whatwg r5426) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4328&r2=1.4329&f=h http://html5.org/tools/web-apps-tracker?from=5425&to=5426 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4328 retrieving revision 1.4329 diff -u -d -r1.4328 -r1.4329 --- Overview.html 7 Sep 2010 17:22:39 -0000 1.4328 +++ Overview.html 7 Sep 2010 17:28:27 -0000 1.4329 @@ -9497,10 +9497,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><div class="example"> @@ -9512,7 +9512,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 .'`/ ' / (
Received on Tuesday, 7 September 2010 17:29:09 UTC