Bug 38848
Summary: | HTMLTokenizer needs to access the console | ||
---|---|---|---|
Product: | WebKit | Reporter: | Julien Chaffraix <jchaffraix> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | ahmad.saleem792, annevk, ap, bfulgham, rniwa |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Julien Chaffraix
HTML5 states that the tokenizer should be able to dispatch "parser error". Currently only the HTMLParser has a way of accessing the console.
It could be nice to unify access to the console for those 2 objects.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
rniwa@webkit.org - Is it something still an issue or something to simplify or this would be "RESOLVED LATER"?
Would appreciate your input. Thanks!
Anne van Kesteren
We don't currently implement any HTML parser error reporting. We should probably have a dedicated bug for that if we wanted to do that, not separate bugs for each piece of work (at least not initially).