[Webkit-unassigned] [Bug 183994] New: border-radius inline style serializes with invalid syntax

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 25 04:46:14 PDT 2018


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

            Bug ID: 183994
           Summary: border-radius inline style serializes with invalid
                    syntax
           Product: WebKit
           Version: Safari 11
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ericwilligers at chromium.org

https://jsfiddle.net/ericwilligers/49xccjzv/

Spec: https://drafts.csswg.org/css-backgrounds/#border-radius
<length-percentage>{1,4} [ / <length-percentage>{1,4} ]?

Set border-radius inline style to '11px 12px 13px 14px / 25px 26px 27px 28px'.

Reading inline style should give the same value.

Reading inline style gives the invalid value '11px 25px 12px 26px 13px 27px 14px 28px'.
Reading computed style gives correct value '11px 12px 13px 14px / 25px 26px 27px 28px'.

Blink has the same bug.

(Edge and Firefox have the inverse bug: they give correct inline style but give empty string as computed style.)

-- 
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/20180325/16fd897b/attachment.html>


More information about the webkit-unassigned mailing list