- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Sep 2010 17:28:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv1005 Modified Files: Overview.html Log Message: Try giving a better suggestion. (whatwg r5426) Index: Overview.html =================================================================== 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:28:32 UTC