RESOLVED FIXED 117414
Autoclose braces and parentheses at the end of style sheet
https://bugs.webkit.org/show_bug.cgi?id=117414
Summary Autoclose braces and parentheses at the end of style sheet
Sergio Villar Senin
Reported 2013-06-10 10:23:48 PDT
We should consider merging: https://src.chromium.org/viewvc/blink?view=rev&revision=150202 Autoclosing braces and parentheses at TOKEN_EOF in CSS grammar. It's consistent with the spec http://www.w3.org/TR/CSS21/syndata.html#parsing-errors which mentions that: "User agents must close all open constructs (for example: blocks, parentheses, brackets, rules, strings, and comments) at the end of the style sheet"
Attachments
Patch (9.03 KB, patch)
2013-06-10 10:36 PDT, Sergio Villar Senin
no flags
Sergio Villar Senin
Comment 1 2013-06-10 10:36:51 PDT
Andreas Kling
Comment 2 2013-06-10 14:41:49 PDT
Comment on attachment 204174 [details] Patch Good pick. r=me
Sergio Villar Senin
Comment 3 2013-06-11 00:10:13 PDT
Comment on attachment 204174 [details] Patch Clearing flags on attachment: 204174 Committed r151424: <http://trac.webkit.org/changeset/151424>
Sergio Villar Senin
Comment 4 2013-06-11 00:10:19 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.