[Webkit-unassigned] [Bug 30831] Web Inspector: syntax highlight inline JS and CSS in HTML resources
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 3 15:12:31 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=30831
Alexander Pavlov (apavlov) <apavlov at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |apavlov at chromium.org
--- Comment #5 from Alexander Pavlov (apavlov) <apavlov at chromium.org> 2011-01-03 15:12:30 PST ---
SourceHTMLTokenizer implements tokenization of the <script> tag contents with a SourceJavaScriptTokenizer, so we are good with that. We should implement a similar approach for the <style> tag and SourceCSSTokenizer.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list