[Webkit-unassigned] [Bug 111014] New: Either let normal outline include sub-elements or let auto outline not include them

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 27 14:44:47 PST 2013


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

           Summary: Either let normal outline include sub-elements or let
                    auto outline not include them
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wangxianzhu at chromium.org
                CC: hyatt at apple.com, darin at apple.com,
                    jchaffraix at webkit.org


Currently 'auto' outline-style (normally for focus ring) and non-auto outline-style behave very differently. The former draws outlines for sub-elements while the latter doesn't. Should we make them the same?

Behaviors of other browsers:

Outlines:
- Firefox (19.0). a single rectangle enclosing the the element and its sub-elements when outline-style!=auto. Doesn't support 'auto'.
- IE9: a single rectangle enclosing the element only when outline-style!=auto. Doesn't support 'auto'.

IE9 is same as WebKit when outline-style!=auto.

Real focus rings (when an element is really focused):
- Firefox: position same as outline (enclosing sub-elements), using dotted black-and-white outline style.
- IE9: position same as outline (not enclosing sub-elements), using dotted black-and-white outline style. The sub-layer covers part of the focus ring.

-- 
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