p.test { color:red; }
*+html p#test1 { color:green; }
This text will be green if the rule has been applied.
This applies to: Win/IE7, Win/IE5.0, Mac/IE5, Opera 5, Opera 6
@media all { *+html p#test2 { color:green; } }
This text will be green if the rule has been applied.
This applies to: Win/IE7, Win/IE5.0, Opera 5, Opera 6
@media all { *+html p\#test3 { color:green; } }
This text will be green if the rule has been applied.
This applies to: [nobody]
@media all { *+html p#test4 { co\lor:green; } }
This text will be green if the rule has been applied.
This applies to: Win/IE7, Opera 6