servo/components/style/values/specified
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
..
align.rs Auto merge of #15606 - mbrubeck:align-items, r=Manishearth 2017-02-18 22:26:06 -08:00
basic_shape.rs fix #15492 2017-02-12 07:22:28 +02:00
grid.rs Add docs for grid types 2017-02-20 14:31:30 +05:30
image.rs Ensure that gradients have at least 2 stops 2017-01-31 22:23:00 -08:00
length.rs Add support for MaxLength 2017-02-24 15:44:49 -05:00
mod.rs Auto merge of #14740 - glasserc:extremum-length, r=Manishearth 2017-02-24 14:08:58 -08:00
position.rs Box CalcLengthOrPercentage to reduce inline size of PropertyDeclaration(s) 2017-01-17 08:09:54 -08:00
url.rs stylo: Add mako template for URLOrNone, use for marker-* properties 2017-02-18 02:43:31 -08:00