RESOLVED FIXED 189391
[LFC] Add support for min/max-height percentage values.
https://bugs.webkit.org/show_bug.cgi?id=189391
Summary [LFC] Add support for min/max-height percentage values.
zalan
Reported 2018-09-06 19:16:44 PDT
https://www.w3.org/TR/CSS22/visudet.html#min-max-heights <percentage> Specifies a percentage for determining the used value. The percentage is calculated with respect to the height of the generated box's containing block. If the height of the containing block is not specified explicitly (i.e., it depends on content height), and this element is not absolutely positioned, the percentage value is treated as '0' (for 'min-height') or 'none' (for 'max-height').
Attachments
Patch (12.95 KB, patch)
2018-09-06 19:20 PDT, zalan
koivisto: review+
zalan
Comment 1 2018-09-06 19:20:15 PDT
zalan
Comment 2 2018-09-06 19:27:49 PDT
Radar WebKit Bug Importer
Comment 3 2018-09-06 19:28:19 PDT
Note You need to log in before you can comment on or make changes to this bug.