Version: 3.2.0 (using KDE 3.2.0, compiled sources) Compiler: gcc version 3.3.3 20040110 (prerelease) (Debian) OS: Linux (i686) release 2.6.1-rc1-mm2 In HP drivers download page text is rendered in white to the white background. For example - http://h18007.www1.hp.com/support/files/EvoNotebook/us/locate/20_5557.html It's OK with Mozilla and Opera.
Created attachment 4290 [details] test case I wonder there is no css test case for that, but it's surely mean
CVS commit by mueller: CCMAIL: 73214-done@bugs.kde.org M +5 -0 ChangeLog 1.205 M +1 -1 css/css_base.cpp 1.14 --- kdelibs/khtml/ChangeLog #1.204:1.205 @@ -1,2 +1,7 @@ +2004-02-15 Dirk Mueller <mueller@kde.org> + + * css/css_base.cpp (specificity): fix detection of the * + selector (#73214). + 2004-02-13 Zack Rusin <zack@kde.org> --- kdelibs/khtml/css/css_base.cpp #1.13:1.14 @@ -135,5 +135,5 @@ unsigned int CSSSelector::specificity() return 0; - int s = ((tag == 0xffff) ? 0 : 1); + int s = ((( tag & NodeImpl_IdLocalMask ) == 0xffff) ? 0 : 1); switch(match) {
*** Bug 75821 has been marked as a duplicate of this bug. ***