[html5] r5019 - [giow] (0) Add a suggestion that focused controls be outlined. Fixing http://www [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Apr 12 23:12:19 PDT 2010
Author: ianh
Date: 2010-04-12 23:12:17 -0700 (Mon, 12 Apr 2010)
New Revision: 5019
Modified:
complete.html
index
source
Log:
[giow] (0) Add a suggestion that focused controls be outlined.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9435
Modified: complete.html
===================================================================
--- complete.html 2010-04-13 05:57:41 UTC (rev 5018)
+++ complete.html 2010-04-13 06:12:17 UTC (rev 5019)
@@ -82781,6 +82781,8 @@
del, s, strike { text-decoration: line-through; }
blink { text-decoration: blink; }
+:focus { outline: auto; }
+
q:before { content: open-quote; }
q:after { content: close-quote; }
Modified: index
===================================================================
--- index 2010-04-13 05:57:41 UTC (rev 5018)
+++ index 2010-04-13 06:12:17 UTC (rev 5019)
@@ -76047,6 +76047,8 @@
del, s, strike { text-decoration: line-through; }
blink { text-decoration: blink; }
+:focus { outline: auto; }
+
q:before { content: open-quote; }
q:after { content: close-quote; }
Modified: source
===================================================================
--- source 2010-04-13 05:57:41 UTC (rev 5018)
+++ source 2010-04-13 06:12:17 UTC (rev 5019)
@@ -94270,6 +94270,8 @@
del, s, strike { text-decoration: line-through; }
blink { text-decoration: blink; }
+:focus { outline: auto; }
+
q:before { content: open-quote; }
q:after { content: close-quote; }
More information about the Commit-Watchers
mailing list