Open
Bug 507992
Opened 16 years ago
Updated 3 years ago
Deleting the link attribute doesn't change the colour of links
Categories
(Core :: Layout, enhancement)
Core
Layout
Tracking
()
NEW
People
(Reporter: neil, Unassigned)
References
(
URL
)
Details
While altering or creating the link attribute on the body element changes the colour of links, deleting it does not. I imagine this breaks serialisation as after saving and loading the link colour would revert to user's default.
It would appear that we've never supported this as I tried it in Mozilla 1.6.
This is the mess of nsHTMLStyleSheet's interaction with nsHTMLBodyElement. Probably we'd need to add an UnsetLinkColor, etc., to nsHTMLStyleSheet and make nsHTMLBodyElement call them.
Updated•7 years ago
|
Product: Core → Core Graveyard
| Assignee | ||
Updated•7 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•