RESOLVED FIXED 161934
Treat some CSS properties as keyword properties
https://bugs.webkit.org/show_bug.cgi?id=161934
Summary Treat some CSS properties as keyword properties
Daniel Bates
Reported 2016-09-13 16:29:32 PDT
Make the following CSS properties as keyword properties: CSSPropertyColumnProgression CSSPropertyFontStretch CSSPropertyTextAlign CSSPropertyUnicodeBidi CSSPropertyWebkitColumnAxis CSSPropertyWebkitCursorVisibility CSSPropertyWebkitTextDecorationStyle CSSPropertyWebkitTextOrientation CSSPropertyWebkitTextZoom CSSPropertyWebkitTouchCallout These properties only accepts values that are keywords. Treating these properties as keyword properties is a step towards migrating from CSSParser::is{KeywordPropertyID, ValidKeywordPropertyAndValue}() to CSSParserFastPaths::is{KeywordPropertyID, ValidKeywordPropertyAndValue}(), respectively.
Attachments
Patch (15.87 KB, patch)
2016-09-13 16:33 PDT, Daniel Bates
no flags
Daniel Bates
Comment 1 2016-09-13 16:33:07 PDT
Daniel Bates
Comment 2 2016-09-13 17:12:27 PDT
Comment on attachment 288744 [details] Patch Clearing flags on attachment: 288744 Committed r205888: <http://trac.webkit.org/changeset/205888>
Daniel Bates
Comment 3 2016-09-13 17:12:32 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.