[Webkit-unassigned] [Bug 131389] Web Inspector: Preference to "always display focus ring" overriding site styles

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 8 14:44:58 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=131389





--- Comment #3 from James Craig <jcraig at apple.com>  2014-04-08 14:45:17 PST ---
Many web sites and web apps have a proliferation of outline: 0, because designers dislike focus styles and misguided developers disable the outline entirely rather than implementing an alternative. 

This allows an engineer to clearly see what the event target for keyboard events will be, even if the style is modified to not display focus on anything, or display as if focus is on an ancestor or descendant node. For example, some implementations of grouped widgets like tabs leave focus on each tab, and some leave focus on the tab list container. Some even ignore focus and change styles based on body element event delegation. SproutCore used to be this way, and the control libraries still hide focus outlines sometimes.

Related to bug 127998.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list