[Webkit-unassigned] [Bug 157180] New: Specifying a longhand property should not serialize to a shorthand property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 06:43:39 PDT 2016


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

            Bug ID: 157180
           Summary: Specifying a longhand property should not serialize to
                    a shorthand property
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at webkit.org

The CSS spec defines what should happen when serializing a CSS declaration block at http://www.w3.org/TR/cssom-1/#serialize-a-css-declaration-block. In there, the spec says that we should only serialize to a shorthand property if all required longhand properties are specified. So an element with a "style" attribute set to "background-color: green" should not return "green" when querying element.style.background, but "".

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160429/3f259729/attachment.html>


More information about the webkit-unassigned mailing list