- From: poot <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 15:13:38 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Add a suggestion that focused controls be outlined. (whatwg
r5019)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4034&r2=1.4035&f=h
http://html5.org/tools/web-apps-tracker?from=5018&to=5019
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4034
retrieving revision 1.4035
diff -u -d -r1.4034 -r1.4035
--- Overview.html 13 Apr 2010 05:53:23 -0000 1.4034
+++ Overview.html 13 Apr 2010 06:13:23 -0000 1.4035
@@ -61241,6 +61241,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; }
Received on Tuesday, 13 April 2010 06:14:07 UTC