- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 18 Apr 2012 23:30:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9619
Modified Files:
Overview.html
Log Message:
Apply W3C WG chair decision. (whatwg r7058)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5627
retrieving revision 1.5628
diff -u -d -r1.5627 -r1.5628
--- Overview.html 18 Apr 2012 23:22:49 -0000 1.5627
+++ Overview.html 18 Apr 2012 23:30:30 -0000 1.5628
@@ -62564,20 +62564,13 @@
<p>Unfocuses the element. Use of this method is discouraged. Focus
another element instead.</p>
- <p>Do not use this method to hide the focus ring if you find the
- focus ring unsightly. Instead, use a CSS rule to override the
- 'outline' property. (Be aware, however, that this makes the page
- significantly less usable for some people, especially those with
- reduced vision who use focus outlines to help them navigate the
- page.)</p>
-
- <div class="example">
-
- <p>For example, to hide the outline from links, you could use:</p>
-
- <pre>:link:focus, :visited:focus { outline: none; }</pre>
+ <p>Do not use this method to hide the focus ring. Do not use any
+ other method that hides the focus ring from keyboard users,in
+ particluar do not use a CSS rule to override the 'outline'
+ property. Removal of the focus ring leads to serious accessibility
+ issues for users who navigate and interact with interactive
+ content using the keyboard.</p>
- </div>
</dd>
Received on Wednesday, 18 April 2012 23:30:37 UTC