- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 18 Aug 2011 21:42:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11114
Modified Files:
Overview.html
Log Message:
add a note about accessibility (whatwg r6511)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5210
retrieving revision 1.5211
diff -u -d -r1.5210 -r1.5211
--- Overview.html 18 Aug 2011 21:37:49 -0000 1.5210
+++ Overview.html 18 Aug 2011 21:41:58 -0000 1.5211
@@ -52359,7 +52359,10 @@
<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.</p>
+ '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">
Received on Thursday, 18 August 2011 21:42:37 UTC