robnyman / domassistant

Automatically exported from code.google.com/p/domassistant
1 stars 0 forks source link

W3C selector test failures #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

The following empty attribute selectors fail when tested against the W3C test 
suite
http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/

[class$=""]
http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-1
84a.html 

[class^=""]
http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-1
84b.html 

[class*=""]
http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-1
84c.html 

Original issue reported on code.google.com by keithjcl...@gmail.com on 10 Aug 2010 at 11:54

GoogleCodeExporter commented 9 years ago

Original comment by chengh...@gmail.com on 12 Aug 2010 at 7:16

GoogleCodeExporter commented 9 years ago
I should probably point out that these tests were carried out in IE8 - 
important info that.

Original comment by keithjcl...@gmail.com on 12 Aug 2010 at 9:23

GoogleCodeExporter commented 9 years ago
Thanks! Fixed in r554.

Original comment by chengh...@gmail.com on 13 Aug 2010 at 8:44