In CSS3 Selectors, I can see two possible interpretations of E:enabled:first-of-type. One is that it returns the first enabled element of type E. That is, this selects the first child that matches E:enabled. The second is that it returns the first child of type E provided that it is enabled. I don't see anything in the specification that would prefer one over the other altho, If the first is the correct interpretation, then I can get the effect of the second in this case with the selector E:first-of-type:enabled. If the second is the correct interpretion, I can't see anyway to get the effect of the first interpretation. Can anyone shed light over what should happen and/or what does happen if there is a browser that implements this yet?Received on Tuesday, 4 March 2003 01:03:20 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:20 GMT