[Webkit-unassigned] [Bug 185729] The effect of writing-mode property remains after the property is removed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 15 20:44:13 PDT 2022


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

--- Comment #3 from zalan <zalan at apple.com> ---
document.documentElement.style.writingMode = ''; is indeed broken. it works as long as a non-empty, value value is set e.g. "horizontal-tb".
We probably miss re-setting the computed value to the initial value, when "" is passed in.

-- 
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/20220716/bc575ca0/attachment-0001.htm>


More information about the webkit-unassigned mailing list