WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
164153
[CSS Parser] Support hanging-punctuation
https://bugs.webkit.org/show_bug.cgi?id=164153
Summary
[CSS Parser] Support hanging-punctuation
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Dave Hyatt
Comment 1
2016-10-28 14:33:50 PDT
Created
attachment 293218
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug