[Webkit-unassigned] [Bug 245105] CSS properties set to 'initial' don't roundtrip from CSSOM correctly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 22 04:59:52 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=245105
--- Comment #3 from Karl Dubost <karlcow at apple.com> ---
ah there's also a different behavior for background with regards to shorthands.
.foo {
background: green;
}
and
document.querySelector('style').sheet.cssRules[0].cssText
will return:
in chrome
.foo { background: green; }
in firefox
.foo { background: green; }
but in safari
.foo { background-color: green; }
--
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/20220922/dced6783/attachment.htm>
More information about the webkit-unassigned
mailing list