Comment #2 on issue 1873 by felix8a: Caja strips out multiple CSS pseudo-selectors, if present
http://code.google.com/p/google-caja/issues/detail?id=1873

footnotes:

I suspect this is legacy from supporting ie6. in that era, browsers interpreted things like a:foo:bar differently, so we conservatively disallowed these potential-misinterpretation cases. I don't know of any supported browser that misbehaves on that today.

this problem is limited to the js css sanitizer. the java css sanitizer allows multiple pseudo selectors (but doesn't work on that particular css snippet because it's rejecting :checked for some reason. I'll try to fix that too.)

--
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