Bug 164153

Summary: [CSS Parser] Support hanging-punctuation
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: CSSAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch simon.fraser: review+

Dave Hyatt
Reported 2016-10-28 14:32:48 PDT
[CSS Parser] Support hanging-punctuation
Attachments
Patch (2.71 KB, patch)
2016-10-28 14:33 PDT, Dave Hyatt
simon.fraser: review+
Dave Hyatt
Comment 1 2016-10-28 14:33:50 PDT
Simon Fraser (smfr)
Comment 2 2016-10-28 14:44:34 PDT
Comment on attachment 293218 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=293218&action=review > Source/WebCore/css/parser/CSSPropertyParser.cpp:3156 > + std::bitset<numCSSValueKeywords> seenValues; Do we really need a bitset with 906 entries when we're just looking for a few values?
Dave Hyatt
Comment 3 2016-10-28 14:55:26 PDT
Landed in r208073.
Note You need to log in before you can comment on or make changes to this bug.