Bug on the trunk...
Lars Knoll
khtml-devel@kde.org
Fri, 21 Feb 2003 10:07:41 +0100
Hi Dave,
Looking at the new parser? ;-)
thanks for the tip. I fixed it in CVS.
I'm currently trying to add CSS3 namespace (see
http://www.w3.org/1999/06/25/WD-css3-namespace-19990625/) support to the
code. The parser part of is there, it just needs some help from the document
(to get an id for the namespace), and a little bit of work in the style
selector. I hope to have that done in the next days.
I'm not sure how far your codebase supports XML namespaces already, as you
forked from the 3.0.2 version, so you might have some small problems using
it. There is however a simple way to ignore the rules that have a namespace
defined. I can send you a patch once I'm done (and if you need it).
Cheers,
Lars
> line 234 of cssstyleselector.cpp... you're appending all the UA rules
> from html4.css into the quirks sheets list instead of the quirk sheet
> rules.
>
> defaultQuirksStyle->append( defaultSheet, "screen" );
>
> should be:
>
> defaultQuirksStyle->append( quirksSheet, "screen" );
>
> dave
>
> _______________________________________________
> Khtml-devel@mail.kde.org
> http://mail.kde.org/mailman/listinfo/khtml-devel