[Webkit-unassigned] [Bug 161934] New: Treat some CSS properties as keyword properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 13 16:29:32 PDT 2016


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

            Bug ID: 161934
           Summary: Treat some CSS properties as keyword properties
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org
                CC: hyatt at apple.com, koivisto at iki.fi,
                    simon.fraser at apple.com, zalan at apple.com

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.

-- 
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/f294976c/attachment.html>


More information about the webkit-unassigned mailing list