[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
Tue Nov 1 02:22:57 PDT 2022


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

--- Comment #12 from Karl Dubost <karlcow at apple.com> ---
The comment on 
https://searchfox.org/wubkat/rev/c4da39ca9400b440d2d14664731fe2b2ed4c45f4/Source/WebCore/style/MatchedDeclarationsCache.cpp#50-51



bool MatchedDeclarationsCache::isCacheable(const Element& element, const RenderStyle& style, const RenderStyle& parentStyle)
{
    // FIXME: Writing mode and direction properties modify state when applying to document element by calling
    // Document::setWritingMode/DirectionSetOnDocumentElement. We can't skip the applying by caching.

// cut for Brevity
}


Refers to something which has been removed since.
https://github.com/WebKit/WebKit/commit/2d0180a9a3dee52363070c4cc1b8c46012774d59

-- 
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/20221101/1e98ed2d/attachment.htm>


More information about the webkit-unassigned mailing list