- From: poot <cvsmail@w3.org>
- Date: Thu, 18 Aug 2011 17:45:46 -0400
- To: public-html-diffs@w3.org
hixie: add a note about accessibility (whatwg r6511)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5210&r2=1.5211&f=h
http://html5.org/tools/web-apps-tracker?from=6510&to=6511
===================================================================
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:45:48 UTC