Closed
Bug 273283
Opened 20 years ago
Closed 20 years ago
text not underlined in a button while using doctypes
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 219516
People
(Reporter: ishtanzar, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.5) Gecko/20041108 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.5) Gecko/20041108 Firefox/1.0 while using this source for a toto.html page the text in the button is not underlined using the following doctypes: <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.1//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> but it works with this doctype: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> I encounter this problem only with firefox. HTML Source code: <html> <head> <title>Doctype Problem</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <input type="button" value="test" style="width:60px;height:30px;text-decoration:underline;" /> </body> </html> Reproducible: Always Steps to Reproduce:
Comment 1•20 years ago
|
||
Duplicate of bug 219516. The last doctype puts the browser into quirks mode (check page info). In quirks mode this will work.
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 219516 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•