Closed Bug 309146 Opened 19 years ago Closed 19 years ago

[FIX]malformed syntax for vertical-align property in html.css

Categories

(Core :: Layout, defect, P1)

x86
Linux
defect

Tracking

()

RESOLVED FIXED
mozilla1.9alpha1

People

(Reporter: Biesinger, Assigned: bzbarsky)

References

()

Details

Attachments

(1 file)

CSS Error (resource://gre/res/html.css :413.25): Error in parsing value for
property 'vertical-align'.  Declaration dropped.

Indeed, that line contains:
413   vertical-align: normal !important;

That's not a valid value per:
http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align

The initial value is baseline, which is probably meant here.
Attached patch DohSplinter Review
Attachment #196648 - Flags: superreview?(dbaron)
Attachment #196648 - Flags: review?(dbaron)
Priority: -- → P1
Summary: malformed syntax for vertical-align property in html.css → [FIX]malformed syntax for vertical-align property in html.css
Target Milestone: --- → mozilla1.9alpha
Attachment #196648 - Flags: superreview?(dbaron)
Attachment #196648 - Flags: superreview+
Attachment #196648 - Flags: review?(dbaron)
Attachment #196648 - Flags: review+
Fixed.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: