Closed
Bug 270379
Opened 20 years ago
Closed 20 years ago
CSS text-decoration : underline ; does not apply to input type = button
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 219516
People
(Reporter: charonme, Unassigned)
References
()
Details
Attachments
(1 file)
|
493 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 CSS text-decoration : underline ; does not apply to input type = button in firefox 0.9.3 and 1.0 in win2000 and win98 works in: MSIE 5.01,5.5,6.0, mozilla 1.2a and older, netscape 7.0 does not work in: mozilla 1.4 and newer, netscape 7.2, all operas Reproducible: Always Steps to Reproduce: 1.open a page that uses css style definition text-decoration:underline; for inputs 2.check whether a button has undelined text Actual Results: the button text is not underlined Expected Results: the button text should be underlined
Updated•20 years ago
|
Assignee: firefox → general
Component: General → Browser-General
Product: Firefox → Browser
QA Contact: firefox.general → general
Version: unspecified → Trunk
Comment 1•20 years ago
|
||
http://w3c.org/TR/CSS1#text-decoration "This property describes decorations that are added to the text of an element. If the element has no text (e.g. the 'IMG' element in HTML) or is an empty element (e.g. '<EM></EM>'), this property has no effect. A value of 'blink' causes the text to blink." Do we see text on top of a button as text or not? I think not.
Comment 2•20 years ago
|
||
Hmm, I should search before commenting. It's a duplicate of bug 219516. Putting your browser in non-standard mode will make it work.
Comment 3•20 years ago
|
||
*** This bug has been marked as a duplicate of 219516 *** *** This bug has been marked as a duplicate of 219516 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•