Skip to content

Commit

Permalink
[giow] (0) Add a suggestion that focused controls be outlined.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9435

git-svn-id: http://svn.whatwg.org/webapps@5019 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 13, 2010
1 parent e9f4cf6 commit 91b0ef8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions complete.html
Expand Up @@ -82781,6 +82781,8 @@ <h4 id=punctuation-and-decorations><span class=secno>14.2.6 </span>Punctuation a
del, s, strike { text-decoration: line-through; }
blink { text-decoration: blink; }

:focus { outline: auto; }

q:before { content: open-quote; }
q:after { content: close-quote; }

Expand Down
2 changes: 2 additions & 0 deletions index
Expand Up @@ -76047,6 +76047,8 @@ abbr[title], acronym[title] { text-decoration: dotted underline; }<!-- CSS3 http
del, s, strike { text-decoration: line-through; }
blink { text-decoration: blink; }

:focus { outline: auto; }

q:before { content: open-quote; }
q:after { content: close-quote; }

Expand Down
2 changes: 2 additions & 0 deletions source
Expand Up @@ -94270,6 +94270,8 @@ abbr[title], acronym[title] { text-decoration: dotted underline; }<!-- CSS3 http
del, s, strike { text-decoration: line-through; }
blink { text-decoration: blink; }

:focus { outline: auto; }

q:before { content: open-quote; }
q:after { content: close-quote; }

Expand Down

0 comments on commit 91b0ef8

Please sign in to comment.