[Webkit-unassigned] [Bug 9687] WebKit needs to be able to log CSS errors (like FireFox & FireBug do)

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Sep 18 21:48:49 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9687





------- Comment #2 from hyatt at apple.com  2006-09-18 21:48 PDT -------
Errors basically break down into two classes I think...

(1) Errors that bison would catch, e.g., bad tokens, bad combinations, etc.

(2) Errors that cssparser.cpp would catch, i.e., grammatically well-formed
properties that are simply illegal (wrong unit types, wrong # of arguments,
etc.)

(1) is pretty hard, since we often don't even handle those errors well for
real. :)
(2) is easier and probably where you'd get more bang for your buck anyway.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list