servo/components/style/properties
bors-servo bd2cd40c50 Auto merge of #16754 - canaltinova:text-shadow, r=emilio
Fix parsing behavior of text-shadow property

Blur radius should reject negative values. There was already `Shadow` struct for properties like this. `filter: drop-shadow` also has the same syntax with that property. I thought sharing the same code would be better and used Shadow struct for parsing. Converted to SpecifiedTextShadow to get rid of unneccessary fields and to be able to convert its computed value. Maybe it would be better to avoid using `Shadow` or just using `Shadow` but sharing code and avoiding unneccessary fields seems better.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors

<!-- 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/16754)
<!-- Reviewable:end -->
2017-05-06 16:10:22 -05:00
..
helpers Bug 1360144 - make stroke-{*} animatable for stylo. r=boris 2017-05-04 14:31:38 +08:00
longhand Auto merge of #16754 - canaltinova:text-shadow, r=emilio 2017-05-06 16:10:22 -05:00
shorthand Fix serialisation of place-content 2017-05-02 00:52:32 +02:00
build.py Use ascii_case_insensitive_phf_map! in PropertyId::parse 2017-02-26 11:10:33 +01:00
data.py Add iterators for vector types 2017-05-04 07:15:16 -07:00
declaration_block.rs Propagate quirks mode all the way to ParserContext 2017-04-27 10:41:55 +02:00
gecko.mako.rs Fix stylo issue after changing counter style names to nsIAtom. 2017-05-06 12:50:08 +10:00
helpers.mako.rs Allow vector properties to be set by iterator 2017-05-04 09:21:57 -07: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 Handle fallback to default variable font in case of nonexistant generic 2017-05-05 08:34:21 -07:00