servo/components/style/properties
Brian Birtles c1bf6d3efc Only include shorthands with at least one animatable component in TransitionProperty
This allows simplifying the code somewhat and means we can ignore
unanimated shorthands a little sooner. Furthermore, it removes the odd
inconsistency where TransitionProperty only included animatable
longhands but allowed all shorthands regardless of whether or not they
were animatable.
2017-06-15 10:12:03 +09:00
..
helpers Only include shorthands with at least one animatable component in TransitionProperty 2017-06-15 10:12:03 +09:00
longhand stylo: support font-variant shorthand. 2017-06-14 12:42:10 +08:00
shorthand stylo: support font-variant shorthand. 2017-06-14 12:42:10 +08:00
build.py Use ascii_case_insensitive_phf_map! in PropertyId::parse 2017-02-26 11:10:33 +01:00
data.py Move definition of animatable for shorthands to Shorthand object 2017-06-15 10:11:34 +09:00
declaration_block.rs style: Avoid extra allocations in serialization of a property declaration block. 2017-06-14 15:39:28 +02:00
gecko.mako.rs Resolve counter style during parallel traversal when possible. 2017-06-14 20:05:38 +10:00
helpers.mako.rs Resolve counter style during parallel traversal when possible. 2017-06-14 20:05:38 +10: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 Auto merge of #17315 - emilio:quadratic-serialization, r=SimonSapin 2017-06-14 08:32:27 -07:00