Closed
Bug 39616
Opened 25 years ago
Closed 25 years ago
XLinks with no href should be styled like links
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
VERIFIED
FIXED
M17
People
(Reporter: attinasi, Assigned: attinasi)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
The XLink spec clearly states that no href is required to have a valid XLink.
The check for an href attribute in the IsSimpleXLink method in nsCSSStyleSheet
is incorrect and should be removed - the type is enough.
Assignee | ||
Comment 1•25 years ago
|
||
Extremely simple to fix: remove two lines of code to not check for href.
Status: NEW → ASSIGNED
Target Milestone: --- → M17
Assignee | ||
Comment 2•25 years ago
|
||
Assignee | ||
Comment 3•25 years ago
|
||
Fix slipped in with bug 38026... less risk to leave it than to back it out.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 4•24 years ago
|
||
Using the testcase from 12766 with modification, verified bug fixed.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•