Khtml bgcolor parsing bug

ismail (cartman) donmez voidcartman at yahoo.com
Thu Jan 16 16:26:16 GMT 2003


For last two days khtml fails to render html tags like bgcolor="414141" but 
handles bgcolor="#414141" right . I checked w3.org both representations are 
valid html.

This bug seems to be broke colors over :

http://mail.yahoo.com ( When you login to your mail box )
http://www.fazlamesai.net

Just a side note http://www.mozillazine.org/weblogs/hyatt has a weird color 
bug too but I don't think its related to this one.

Test cases are below.

Case 1  ( Working case )  :

<html>
<head>
<title>Html bug </title>
</head>
<body bgcolor="#414141">
This document has right background color
</body>
</html>

Case 2 ( Non-Working Case ) :

<html>
<head>
<title>Html bug </title>
</head>
<body bgcolor="#414141">
This document has wrong background color
</body>
</html>


-- 
"Those who will be able to conquer software will be able to conquer the 
world." 

-- Tadahiro Sekimoto, president, NEC Corp. 




More information about the kfm-devel mailing list