Version: 3.5.9 (using 3.5.9, Gentoo) Compiler: Target: i686-pc-linux-gnu OS: Linux (i686) release 2.6.23-gentoo-r2 On page http://disruptive-innovations.com/zoo/css3tests/selectorTest.html#target we have 2 errors: 1) negative pseudo-class accepts only simple se ectors argument 2) ch Idhood and element type selectors
SVN commit 790074 by ggarand: empty value should not match empty class list CCBUG: 159201 M +1 -1 cssstyleselector.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=790074
SVN commit 790155 by ggarand: automatically merged revision 790074: empty value should not match empty class list CCBUG: 159201 M +1 -1 cssstyleselector.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=790155
SVN commit 793659 by ggarand: fix parsing of the argument of the functional :not() selector to obey CSS3's definition of a simple selector. KHTML now fully passes Daniel Glazman's selector test! http://disruptive-innovations.com/zoo/css3tests/selectorTest.html#target BUG: 159201 M +442 -389 parser.cpp M +32 -2 parser.y WebSVN link: http://websvn.kde.org/?view=rev&revision=793659