mirror of
https://github.com/servo/servo.git
synced 2025-10-17 16:59:27 +01:00
Add support for keyword values for min-width and max-width This is a follow-up to #14432 which got closed and can no longer be re-opened. This PR aims to add support for keyword-values max-content, min-content, fit-content, and fill-available to the properties that use them, namely min-width, min-height, max-width, and max-height. It's still untested because I still haven't figured out how to do that. I guess I should write or find some web page that uses these properties. Refs #13821. <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #13821 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14740) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
background.mako.rs | ||
border.mako.rs | ||
box.mako.rs | ||
color.mako.rs | ||
column.mako.rs | ||
counters.mako.rs | ||
effects.mako.rs | ||
font.mako.rs | ||
inherited_box.mako.rs | ||
inherited_svg.mako.rs | ||
inherited_table.mako.rs | ||
inherited_text.mako.rs | ||
list.mako.rs | ||
margin.mako.rs | ||
outline.mako.rs | ||
padding.mako.rs | ||
pointing.mako.rs | ||
position.mako.rs | ||
svg.mako.rs | ||
table.mako.rs | ||
text.mako.rs | ||
ui.mako.rs | ||
xul.mako.rs |