servo/components/style/properties/longhand
bors-servo 26de7c6bc4 Auto merge of #14740 - glasserc:extremum-length, r=Manishearth
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 -->
2017-02-24 14:08:58 -08:00
..
background.mako.rs style: Unbox a bunch of color properties. 2017-02-14 20:18:31 +01:00
border.mako.rs Add support for most of the border-image properties, pass to WR. 2017-02-23 14:15:20 +10:00
box.mako.rs Remove rustc-serialize from style and style_traits 2017-02-23 21:47:23 +01:00
color.mako.rs style: Unbox a bunch of color properties. 2017-02-14 20:18:31 +01:00
column.mako.rs style: Unbox a bunch of color properties. 2017-02-14 20:18:31 +01:00
counters.mako.rs Stylo: add content: -moz-alt-content 2017-02-22 17:36:00 +01:00
effects.mako.rs Implement gecko glue for clip property 2017-02-24 15:17:23 +03:00
font.mako.rs stylo: Support lang property 2017-02-18 20:37:07 -08:00
inherited_box.mako.rs Replace NoViewportPercentage with a macro 2017-02-09 10:41:16 +01:00
inherited_svg.mako.rs stylo: Support marker shorthand; update boxing 2017-02-18 04:08:41 -08:00
inherited_table.mako.rs Remove rustc-serialize from style and style_traits 2017-02-23 21:47:23 +01:00
inherited_text.mako.rs stylo: Add helpers for converting Gecko keywords to Servo, use to support keyword pres attrs 2017-02-18 20:31:08 -08:00
list.mako.rs stylo: Add helpers for converting Gecko keywords to Servo, use to support keyword pres attrs 2017-02-18 20:31:08 -08:00
margin.mako.rs Add gecko leagcy logical properties aliases 2017-01-11 11:17:58 +11:00
outline.mako.rs style: Unbox a bunch of color properties. 2017-02-14 20:18:31 +01:00
padding.mako.rs Add gecko leagcy logical properties aliases 2017-01-11 11:17:58 +11:00
pointing.mako.rs stylo: Add helpers for converting Gecko keywords to Servo, use to support keyword pres attrs 2017-02-18 20:31:08 -08:00
position.mako.rs Add support for MaxLength 2017-02-24 15:44:49 -05:00
svg.mako.rs style: Unbox a bunch of color properties. 2017-02-14 20:18:31 +01:00
table.mako.rs stylo: Support -x-span for <col span> 2017-02-18 20:37:04 -08:00
text.mako.rs stylo: Support quirksmode text-decoration color override 2017-02-18 20:37:05 -08:00
ui.mako.rs Implement -moz-window-dragging 2017-02-09 10:16:29 -08:00
xul.mako.rs stylo: Implement -moz-stack-sizing 2017-02-09 10:16:36 -08:00