- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 06:13:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8531
Modified Files:
Overview.html
Log Message:
Add a suggestion that focused controls be outlined. (whatwg r5019)
Index: Overview.html
===================================================================
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:13:28 UTC