[Webkit-unassigned] [Bug 118012] Do not consider title from non-css stylesheet for preferred set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 20 23:10:53 PDT 2022


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

--- Comment #4 from Ahmad Saleem <zlip.792 at gmail.com> ---
Webkit GitHub Source:

https://github.com/WebKit/WebKit/blob/a39b520b8e0ca63489db7a45fe19181a33fac903/Source/WebCore/style/StyleScope.cpp#L373

_____

if (!enabledViaScript && !title.isEmpty() && m_preferredStylesheetSetName.isEmpty()) {

___

Blink Patch modifying:

if (!enabledViaScript && sheet && !title.isEmpty()) {

-- 
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/20220821/bc2ee636/attachment-0001.htm>


More information about the webkit-unassigned mailing list