This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 20530 - For example, to hide the outline from links and instead use a yellow background, you could use: :link:focus, :visited:focus { outline: none; background: yellow; color: black; }
Summary: For example, to hide the outline from links and instead use a yellow backgrou...
Status: RESOLVED NEEDSINFO
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-28 16:11 UTC by contributor
Modified: 2012-12-30 19:29 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2012-12-28 16:11:06 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html
Multipage: http://www.whatwg.org/C#element-level-focus-apis
Complete: http://www.whatwg.org/c#element-level-focus-apis

Comment:
For example, to hide the outline from links and instead use a yellow
background, you could use: :link:focus, :visited:focus { outline: none;
background: yellow; color: black; }

Posted from: 27.55.3.254
User agent: Mozilla/5.0 (iPhone; CPU iPhone OS 6_0_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A523 Safari/8536.25
Comment 1 Ian 'Hixie' Hickson 2012-12-30 19:29:51 UTC
Yes?