[Webkit-unassigned] [Bug 247852] Setting CSS shorthands should not set all longhands

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 13 01:00:47 PST 2022


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

--- Comment #2 from Oriol Brufau <obrufau at igalia.com> ---
I guess the style attribute is just set to div.style.cssText.
I recently refactored this, there are various shorthands that are not serialized: https://searchfox.org/wubkat/rev/8b4aafa95d0aa976fe71b6dd3183242487807bc8/Source/WebCore/css/StyleProperties.cpp#1704-1770

So setting font should set all longhands, it's just that they should be serialized with the shorthand. Not sure if there are existing bugs about this.

-- 
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/20221113/5fb2d06d/attachment.htm>


More information about the webkit-unassigned mailing list