We should let block-size/min-block-size/max-block-size accept keywords as the
initial value, just like width in vertical writing mode or height in horizontal
writing mode.
Depends on D7536
Differential D14320
Bug 1322780 - Part 3: Let logical height, block-size, accept keywords. Authored by boris on Dec 12 2018, 8:42 PM.
Details
We should let block-size/min-block-size/max-block-size accept keywords as the Depends on D7536
Diff Detail
Event TimelineComment Actions So, code-wise this looks good, but it worries me that people can no longer detect whether we support block-size: -moz-available. https://bugzilla.mozilla.org/show_bug.cgi?id=1496694 was closed less than a day ago... If WebKit somehow supports -webkit-fill-available in the block direction, maybe we should probably reject block-size: -moz-available? Though maybe it's not a big deal... @mats do you have any opinion here? Comment Actions I see. Either way is ok to me. Rejecting -moz-available and -moz-fit-content on block-size matches the current spec, so it would be fine. Comment Actions Add @mats as the reviewer to make sure if we should support -moz-fit-content and -moz-available on block-size. Comment Actions Per the feedback from irc, it's fine to support all keywords assuming that we already support them on 'height'. I remove the reviewer because I got the feedback already. |