[Webkit-unassigned] [Bug 20807] focus ring should respect -webkit-border-radius

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 2 08:57:15 PDT 2020


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

Manuel Rego Casasnovas <rego at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rego at igalia.com
           See Also|                            |https://bugs.chromium.org/p
                   |                            |/chromium/issues/detail?id=
                   |                            |81556

--- Comment #14 from Manuel Rego Casasnovas <rego at igalia.com> ---
It seems this was fixed when "outline-style" is "auto", but not if it's "solid" or something else.

Example where the outline line (the magenta line) is rounded using "outline-style: auto":
  data:text/html,<style>div{outline: auto thick magenta; border: solid thick cyan; width: 200px; height: 200px; border-radius: 50px;}</style><div></div>

Example where the outline line (the magenta line) is not rounded using "outline-style: solid":
  data:text/html,<style>div{outline: solid thick magenta; border: solid thick cyan; width: 200px; height: 200px; border-radius: 50px;}</style><div></div>

>From the spec point of view this is not mandatory though (https://drafts.csswg.org/css-ui/#outline-props): "it should follow the border-radius curve."

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200402/1bc082cc/attachment-0001.htm>


More information about the webkit-unassigned mailing list