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)

x86
Linux
defect

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
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
over to style stystem for evaluation
Assignee: asa → pierre
Component: Browser-General → Style System
QA Contact: doronr → ckritzer
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
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.