Closed
Bug 11377
Opened 27 years ago
Closed 27 years ago
text-decoration:none is ignored
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: MatsPalmgren_bugz, Assigned: peterl-retired)
References
()
Details
(Whiteboard: [TESTCASE])
Attachments
(1 file)
|
157 bytes,
text/html
|
Details |
Have a look at the navbar at the top that says:
"Semiconductors" "System & Software" ...
The links are underlined using build 1999-08-04-09-M9.
They are not underlined in Communicator 4.08.
| Reporter | ||
Updated•27 years ago
|
Whiteboard: [TESTCASE]
| Reporter | ||
Comment 1•27 years ago
|
||
| Assignee | ||
Updated•27 years ago
|
Status: NEW → RESOLVED
Closed: 27 years ago
Resolution: --- → INVALID
| Assignee | ||
Comment 2•27 years ago
|
||
Working per CSS spec. 'text-decoration: none' does NOT turn off inherited text
decorations, it merely doesn't add any more. The link underline is coming from
the enclosing <A> tag, to turn off underlines for links the 'text-decoration:
none' must be applied to the <A> not within it.
| Reporter | ||
Comment 3•27 years ago
|
||
I see, its a bug in Communicator 4.08 then.
Updated•27 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•27 years ago
|
||
Verified invalid.
You need to log in
before you can comment on or make changes to this bug.
Description
•