CSS cleaner question
Dec. 2nd, 2010 01:54 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I'm not sure if this is the best place for this, but I bet someone here has the relevant deep understanding.
Is there a way to vouch for Unicode characters as safe (or otherwise input them) in custom CSS? I'd like to use asterisms (\u2042) in a content: attribute as separators in my custom stylesheet, but the cleaner objects and removes the whole bunch of CSS due to suspect high bytes (whether I use the \u2042 as suggested in the spec, or the character ⁂, wrapped as CDATA or not).
Thanks for any insight you can share!
Is there a way to vouch for Unicode characters as safe (or otherwise input them) in custom CSS? I'd like to use asterisms (\u2042) in a content: attribute as separators in my custom stylesheet, but the cleaner objects and removes the whole bunch of CSS due to suspect high bytes (whether I use the \u2042 as suggested in the spec, or the character ⁂, wrapped as CDATA or not).
Thanks for any insight you can share!