Bug 118008
Summary: | Don't wrap non-stylesheet (CSSOM rule, selectors, etc) input strings to CSS parser in braces | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | kling, koivisto, krit |
Priority: | P2 | Keywords: | BlinkMergeCandidate |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
Consider merging
https://chromium.googlesource.com/chromium/blink/+/fb5ccdacce0a0ddb7571c68e815dd907b409e141
Auto-closing at unexpected EOF for all entry points.
Don't wrap non-stylesheet (CSSOM rule, selectors, etc) input strings to CSS
parser in braces as that will break auto-closing of blocks, parentheses, etc
in the actual input string.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |