Closed
Bug 2044
Opened 26 years ago
Closed 26 years ago
problems with condensed padding, margin, and border-width
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
VERIFIED
WORKSFORME
M4
People
(Reporter: dbaron, Assigned: peterl-retired)
References
()
Details
There are problems with condensed padding, border, and margin properties when
the sides have different units. For example,
padding: 5px 5%;
is rendered as
padding: 0 5%;
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 2•26 years ago
|
||
Verified fixed. I do think it was a bug when I reported it 3 months ago.
You need to log in
before you can comment on or make changes to this bug.
Description
•