On Mar 5, 2008, at 10:32 PM, Alan Gresley wrote:

> http://dev.l-c-n.com/CSS3-selectors/browser-support.php
>
> You mentioned about grouped selectors:
>
> "IE Mac: it incorrectly recognizes a group that contains selectors  
> or tokens that it does not support."

e.g
h4~p, h5 {color: blue; background:yellow;}
<h4>foo</h4>
<h5>bar</h5>
<p>xxx</p>

IE 5 Mac will incorrectly style the h5 as specified, even though it  
doesn't recognise  'h4~p'.
This is contrary to 4.1.7
<http://www.w3.org/TR/CSS21/syndata.html#rule-sets>
It should ignore the whole block.

Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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