Bug 117068

Summary: Autoclosing braces and parentheses at TOKEN_EOF in CSS grammar
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
WIP gyuyoung.kim: commit-queue-

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 ***