Closed Bug 73700 Opened 23 years ago Closed 23 years ago

Mozilla can't handle correctly CSS size.

Categories

(Core :: CSS Parsing and Computation, defect)

x86
Windows 98
defect
Not set
normal

Tracking

()

VERIFIED INVALID

People

(Reporter: mixer, Assigned: pierre)

References

()

Details

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; 0.8.1) Gecko/20010323
BuildID:    2001032319

"Evil Islands" on the top of the window should be with size 150%.

.primaheading { font: bold 150%; color: #FFFF80 }
<div align="center" class="primaheading" id="title_text">Evil Islands</div>


But Mozilla always shows with size 100%

Reproducible: Always
Over to Style System, not a DOM problem.
Assignee: jst → pierre
Component: DOM Style → Style System
Reporter this is invalid CSS. In fact running your CSS page through
http://jigsaw.w3.org/css-validator/validator-uri.html found a whole bunch of
errors. 

In short, in order to display the font size correctly you must rewrite the item as:

font: bold 150% Palatino, serif;

Marking invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
very invalid css
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.