[Webkit-unassigned] [Bug 161918] New: Remove CSS keyword properties from CSSParser::parseValue(CSSPropertyID, bool)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 13 11:35:22 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=161918
Bug ID: 161918
Summary: Remove CSS keyword properties from
CSSParser::parseValue(CSSPropertyID, bool)
Classification: Unclassified
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: dbates at webkit.org
There is little to no value in calling ASSERT_NOT_REACHED() from CSSParser::parseValue(CSSPropertyID, bool) when processing a CSS keyword property (properties that only accept keyword values) given that the switch block in CSSParser::parseValue(CSSPropertyID, bool) defaults to parsing a unrecognized CSS properties as SVG CSS properties. We should remove all CSS keyword property case statements from CSSParser::parseValue(CSSPropertyID, bool).
--
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/20160913/82a1999f/attachment.html>
More information about the webkit-unassigned
mailing list