[Webkit-unassigned] [Bug 185729] The effect of writing-mode property remains after the property is removed (on the root element)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 28 16:58:26 PDT 2022


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

--- Comment #8 from zalan <zalan at apple.com> ---
This bug is not specific to writing-mode. Other properties fail too (e.g. 'direction'). I am not a style expert but it looks like when the inline property is "removed" by setting the value to "", we just take the parent's property value (see makeResolutionContext()&friends). However in case of the document renderer, the parent's renderer style(m_document) has the invalid (old) value.

-- 
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/20221028/d039e633/attachment.htm>


More information about the webkit-unassigned mailing list