[Bug] Label tag doesnt work

ismail (cartman) donmez voidcartman at yahoo.com
Sat Jan 18 10:36:00 GMT 2003


While using Bugzilla I noticed that checkboxes has no text near them. A little
investigation showed that label tag is broken cvs head ( not sure about rc6
though ) . Here is a very simple test case to see issue.


***********************************************************************


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>Khtml Label Tag Bug</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</HEAD>
<BODY>
<LABEL for="textbox">This text is not displayed but it should :</LABEL><br>
<INPUT type="text" size="20" id="textbox">
</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