[Webkit-unassigned] [Bug 161747] Class selectors on pseudo elements should be forbidden.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 3 04:08:41 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=161747
--- Comment #2 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Plus for some reason, we don't have 'return nulltpr' in this:
if (m_precedingPseudoElement) {
// FIXME: https://bugs.webkit.org/show_bug.cgi?id=161747
// The UASheetMode check is a work-around to allow this selector in mediaControls(New).css:
// video::-webkit-media-text-track-region-container.scrolling
if (m_context.mode != UASheetMode && !isSimpleSelectorValidAfterPseudoElement(*selector, *m_precedingPseudoElement))
m_failedParsing = true;
// HERE MISSING Return?
}
--
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/20230903/485dae52/attachment.htm>
More information about the webkit-unassigned
mailing list