Bug 117068 - Autoclosing braces and parentheses at TOKEN_EOF in CSS grammar
Summary: Autoclosing braces and parentheses at TOKEN_EOF in CSS grammar
Status: RESOLVED DUPLICATE of bug 117500
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-31 03:57 PDT by Gyuyoung Kim
Modified: 2013-06-12 02:30 PDT (History)
0 users

See Also:


Attachments
WIP (6.20 KB, patch)
2013-05-31 03:58 PDT, Gyuyoung Kim
gyuyoung.kim: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2013-05-31 03:57:11 PDT
According to CSS 2.1 spec, user agent must handle unexpected tokens encountered while parsing a statement by reading until the end of the statement.

http://www.w3.org/TR/CSS21/syndata.html#parsing-errors
Comment 1 Gyuyoung Kim 2013-05-31 03:58:28 PDT
Created attachment 203432 [details]
WIP
Comment 2 Gyuyoung Kim 2013-06-12 02:30:37 PDT

*** This bug has been marked as a duplicate of bug 117500 ***