[html5] r6511 - [e] (0) add a note about accessibility Fixing http://www.w3.org/Bugs/Public/show [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Aug 18 14:41:24 PDT 2011
Author: ianh
Date: 2011-08-18 14:41:23 -0700 (Thu, 18 Aug 2011)
New Revision: 6511
Modified:
complete.html
index
source
Log:
[e] (0) add a note about accessibility
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13200
Modified: complete.html
===================================================================
--- complete.html 2011-08-18 21:37:11 UTC (rev 6510)
+++ complete.html 2011-08-18 21:41:23 UTC (rev 6511)
@@ -71323,7 +71323,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>
Modified: index
===================================================================
--- index 2011-08-18 21:37:11 UTC (rev 6510)
+++ index 2011-08-18 21:41:23 UTC (rev 6511)
@@ -71219,7 +71219,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>
Modified: source
===================================================================
--- source 2011-08-18 21:37:11 UTC (rev 6510)
+++ source 2011-08-18 21:41:23 UTC (rev 6511)
@@ -81137,7 +81137,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">
More information about the Commit-Watchers
mailing list