Closed
Bug 56726
Opened 25 years ago
Closed 25 years ago
Links are underlined in Mozilla, but shouldn't
Categories
(Tech Evangelism Graveyard :: English US, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ezh, Assigned: pierre)
References
()
Details
1. Open the URL.
2. The links to the news are underlined and bold wihout underlining when mouse
over in Mozilla (they jumps when moveing over them), but should be always bold
and without underlining.
Build 2000101408-Mtrunk
Comment 1•25 years ago
|
||
style system
Assignee: asa → pierre
Component: Browser-General → Style System
QA Contact: doronr → chrisd
![]() |
||
Comment 2•25 years ago
|
||
If you look at the external stylesheet the page uses (fstyle.css), it starts with:
<style type="text/css">
<!--
and ends with:
-->
</style>
This is illegal syntax for an external stylesheet; those elements should only be
present for stylesheets embedded in HTML. Mozilla parses the first rule in the
stylesheet according to spec as:
<style type="text/css"> <!-- a:link { font-weight: bold; text-decoration: none;
color: #2C6B2C }
This contains all sorts of stuff that is illegal in CSS1 and CSS2 in the
selector (for example, the "!"), so the entire rule is thrown out according to
the parsing rules for CSS.
Removing the offending HTML from the stylesheet makes things works fine. I
suggest this be marked "Invalid" and that the owner of the site be contacted so
that he can fix his stylesheet.
![]() |
||
Comment 4•25 years ago
|
||
I've mailed the webmaster for the site and the problem has been fixed.
Reporter | ||
Comment 5•25 years ago
|
||
How shiould we mark it? Invalid? WFM?
Marking Resolved.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 8•24 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•