Rule matching oddness with new CSS parser

David Hyatt khtml-devel@kde.org
Fri, 21 Feb 2003 12:55:28 -0800


My merge actually predates the namespace landing in the css 
directory... can one of you try out this test case with your tip of 
tree and see if you see the 10px red border by default?

<html>
<head>
<style>
.links > a:link:hover { border: 10px solid red }
</style>
</head>
<body>

<div class="links">
<a href="foo.html">Hello</a>
</div>
</body>
</html>

On Friday, February 21, 2003, at 07:23 AM, Lars Knoll wrote:

> Ok, I think (hope) I fixed all issues. The parser should now work as 
> before
> for non namespaced CSS.
>
> Lars
>
> _______________________________________________
> Khtml-devel@mail.kde.org
> http://mail.kde.org/mailman/listinfo/khtml-devel