[Webkit-unassigned] [Bug 190753] New: 'all' shorthand not serialized in cssText

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 19 09:12:52 PDT 2018


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

            Bug ID: 190753
           Summary: 'all' shorthand not serialized in cssText
           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: obrufau at igalia.com
        Depends on: 190496

Run this code:

  document.body.style.cssText = "all: inherit";
  document.body.style.cssText;

Expected result:

  "all: inherit;"

Actual result:

  "color: inherit; display: inherit; font-family: inherit; font-feature-settings: inherit; .....

Specifications:
https://drafts.csswg.org/cssom/#serialize-a-css-declaration-block
https://drafts.csswg.org/css-cascade/#all-shorthand

Works in Firefox and Chromium.

This would be fixed by bug 190496.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=190496
[Bug 190496] Simplify cssText according to CSSOM
-- 
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/20181019/65d97398/attachment.html>


More information about the webkit-unassigned mailing list