Bug 165362

Summary: [CSS Parser] Remove Inspector test of Bison errors
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: New BugsAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, joepeck
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch simon.fraser: review+

Description Dave Hyatt 2016-12-03 13:24:24 PST
[CSS Parser] Remove Inspector test of Bison errors
Comment 1 Dave Hyatt 2016-12-03 13:28:13 PST
Created attachment 296061 [details]
Patch
Comment 2 Dave Hyatt 2016-12-03 13:31:47 PST
Created attachment 296062 [details]
Patch
Comment 3 Dave Hyatt 2016-12-03 13:43:34 PST
Removed in r209305.
Comment 4 BJ Burg 2016-12-04 13:25:03 PST
Do we have a story for how these errors will be reported to Inspector with the new CSS parser?
Comment 5 Joseph Pecoraro 2016-12-05 10:52:25 PST
(In reply to comment #4)
> Do we have a story for how these errors will be reported to Inspector with
> the new CSS parser?

Maybe the "*" class of warnings should go away (this invalid syntax is frequently used for "IE6 only styles" because IE6 parsed them as valid).

However we would certainly want to make sure that general CSS parse errors make it to Web Inspector.