[Webkit-unassigned] [Bug 238549] New: InspectorCSSAgent::getSupportedCSSProperties() should use a real CSS parser context
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 30 06:48:51 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=238549
Bug ID: 238549
Summary: InspectorCSSAgent::getSupportedCSSProperties() should
use a real CSS parser context
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: gsnedders at apple.com
CC: inspector-bugzilla-changes at group.apple.com
Currently this calls:
CSSParserFastPaths::isValidKeywordPropertyAndValue(propertyID, valueID, strictCSSParserContext())
However, by using a strictCSSParserContext() we're actually calling this with basically everything that can be runtime-disabled disabled, which likely means we're missing some valid values.
--
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/20220330/b7bfae62/attachment.htm>
More information about the webkit-unassigned
mailing list