[Webkit-unassigned] [Bug 210695] CSS logical longhands are not enumerated in the computed style.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 18 12:34:58 PDT 2020


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

--- Comment #1 from Emilio Cobos Álvarez (:emilio) <emilio at crisal.io> ---
The relevant spec is https://drafts.csswg.org/cssom/#supported-css-property:

> The term supported CSS property refers to a CSS property that the user agent implements, including any vendor-prefixed properties, but excluding custom properties. A supported CSS property must be in its lowercase form for the purpose of comparisons in this specification.

And https://drafts.csswg.org/cssom/#dom-window-getcomputedstyle:

>  set decls to a list of all longhand properties that are supported CSS properties, in lexicographical order, with the value being the resolved value computed for obj using the style rules associated with doc.

So I guess enumerating shorthands altogether is a bit bogus.

-- 
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/20200418/20555a84/attachment-0001.htm>


More information about the webkit-unassigned mailing list