Closed
Bug 42933
Opened 26 years ago
Closed 26 years ago
Mozilla changes font of some paragraphs in page
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: xalkina, Assigned: pierre)
References
()
Details
Text after "Firewall Woes" renders with different font, although code seems to
specify the same list. It's very bad HTML, i know
linux-2000061708
Comment 1•26 years ago
|
||
Confirmed on Linux build 2000061708. This might have something to do
with the line:
<link disabled rel="stylesheet" href="/library/msdn_ie3.css">
since if you take this line out all of the text becomes the same size.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•26 years ago
|
||
over to style stystem for evaluation
Assignee: asa → pierre
Component: Browser-General → Style System
QA Contact: doronr → ckritzer
| Assignee | ||
Comment 3•26 years ago
|
||
Thanks to Matthew Cline for the investigation. The syntax "link disabled" is
incorrect (see http://www.w3.org/TR/html4/struct/links.html for more info). It
looks like it is a Microsoft extension because the word "disabled" is
specifically recognized by IE. Mozilla and Nav4x ignore this keyword and the
style sheet is loaded, causing the bad display you are seeing.
Closed as Invalid.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Comment 4•25 years ago
|
||
Marking VERIFIED INVALID per Pierre's comments.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•