Status: New
Owner: felix8a
Labels: Type-Defect Priority-Medium

New issue 1770 by felix8a: client-side css parser error recovery is too greedy
http://code.google.com/p/google-caja/issues/detail?id=1770

<style>
 bad{bad}p{color:red}
</style>
<p>hello</p>

In es5 mode, the paragraph should be red, but it isn't, because the p{} rule gets elided.
Adding a space after the {bad} will make it work correctly.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to