[Webkit-unassigned] [Bug 149157] Allow the page to render before <link> stylesheet tags in body

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 8 13:54:23 PST 2017


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

--- Comment #8 from Antti Koivisto <koivisto at iki.fi> ---
> Is this comment accurate with <link rel="stylesheet"> in the body? Won't we
> force renderer construction anyway?

In normal case we only compute style (and so construct renderers) up to the loading in-body stylesheet. Call to updateLayoutIgnorePendingStylesheet() forces renderer construction for all elements. In that case we generate renderers with non-final style.

> Wehre is this cleared? I see no calls to
> m_document.setHasNodesWithNonFinalStyle(false)

Document::resolveStyle() has

m_hasNodesWithNonFinalStyle = false;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170308/5cd1fd53/attachment.html>


More information about the webkit-unassigned mailing list