Closed
Bug 230983
Opened 21 years ago
Closed 21 years ago
text-decoration on <button> elements is ignored
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 219516
People
(Reporter: rick, Unassigned)
Details
(Keywords: css2, testcase)
Attachments
(1 file)
987 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7a) Gecko/20040109
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7a) Gecko/20040109
Setting the CSS text-decoration property on <button elements> does nothing. The
text remains undecorated. I'm not sure if this is a CSS inheritance issue or
something, but Opera and IE handle this as I expected.
By the way I'm sorry if this is on the wrong component - I'm not sure if it's a
CSS, a form or GFX problem. Not sure if it's specific to Windows either.
Reproducible: Always
Steps to Reproduce:
1. Load the test page (I'll attach next post)
2. Look at each button
Actual Results:
Text on buttons are not decorated
Expected Results:
Text on buttons should have been decorated
Here is the test case. Each button should be decorated as it's text suggests.
Comment 3•21 years ago
|
||
Duping... Note that it works if you don't trigger the "Standards Mode" rendering.
*** This bug has been marked as a duplicate of 219516 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•