Hi Alan,

> Ok, thank you, you gave me that extra clue. Here is a revived test.
> 
> 
> <http://css-class.com/test/css/colors/declaration-string-character-
> exscapes2.htm>
> 
> <http://css-class.com/test/css/selectors/str-pseudo-class.htm>
> 
> IE9 now supports all structural pseudo-classes along with Gecko,
> WebKit and Opera so,
> 
> :root #ie9 {background: teal\0;}
> 
> or
> 
> :root #id {property: value\0;}
> 
> works in IE9 and Opera (from at least 10.50) since they both support
> the specs regarding valid escapes in CSS2.1 correctly. IE9 only fails
> when the property is color.

I think there is more to it.
Try these ones for example: 
font:3em arial\9;
font-size:13em\9;

I don't have time to check all properties, but I'm sure there are plenty of
other cases.

--
Regards,
Thierry
www.tjkdesign.com | www.ez-css.org | @thierrykoblentz

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to