Closed
Bug 371042
Opened 18 years ago
Closed 17 years ago
[FIX]Computed max-height/width should not include min-height/width, but height/width should
Categories
(Core :: DOM: CSS Object Model, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha5
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(1 file)
28.61 KB,
patch
|
dbaron
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
See bug 365932 comment 3. DOM computed max-height should not depend on min-height, and computed height should. Same for widths.
I'll write some tests as I go along, I guess.
Assignee | ||
Comment 1•17 years ago
|
||
Attachment #262473 -
Flags: superreview?(dbaron)
Attachment #262473 -
Flags: review?(dbaron)
Assignee | ||
Updated•17 years ago
|
Priority: -- → P3
Summary: Computed max-height/width should not include min-height/width, but height/width should → [FIX]Computed max-height/width should not include min-height/width, but height/width should
Target Milestone: mozilla1.9alpha3 → mozilla1.9alpha4
Comment on attachment 262473 [details] [diff] [review]
Like so
r+sr=dbaron
Attachment #262473 -
Flags: superreview?(dbaron)
Attachment #262473 -
Flags: superreview+
Attachment #262473 -
Flags: review?(dbaron)
Attachment #262473 -
Flags: review+
Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: mozilla1.9alpha4 → mozilla1.9alpha5
You need to log in
before you can comment on or make changes to this bug.
Description
•