servo/components/style/properties
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
..
helpers Add support for MaxLength 2017-02-24 15:44:49 -05:00
longhand Auto merge of #14740 - glasserc:extremum-length, r=Manishearth 2017-02-24 14:08:58 -08:00
shorthand Auto merge of #15685 - absoludity:fix-animation-serialization-15398-pt2, r=upsuper 2017-02-23 20:12:30 -08:00
build.py Mako: configure included templates like the main one. 2017-01-24 20:04:27 +01:00
data.py stylo: Add helpers for converting Gecko keywords to Servo, use to support keyword pres attrs 2017-02-18 20:31:08 -08:00
declaration_block.rs Animation shorthand should be serialized only when the value lists have the same length. 2017-02-24 12:03:04 +11:00
gecko.mako.rs Auto merge of #14740 - glasserc:extremum-length, r=Manishearth 2017-02-24 14:08:58 -08:00
helpers.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
Mako-0.9.1.zip Revert "Remove mako.zip" 2016-09-04 12:52:30 +08:00
properties.html.mako Move Mako-related files into a new sub-directory. 2016-04-20 14:49:27 +02:00
properties.mako.rs Animation shorthand should be serialized only when the value lists have the same length. 2017-02-24 12:03:04 +11:00