servo/components/style/properties
Emilio Cobos Álvarez 1bb15d8819 style: scroll-snap-coordinate shouldn't use NotInitial.
The initial value for this is indeed `none` (and thus empty). The Rust code was
confused.

This property is disabled by default these days, and I think the
get_initial_value() function, which is what could get confused, is not called
for this property, so I think this shouldn't be observable.

Differential Revision: https://phabricator.services.mozilla.com/D30124
2019-05-07 13:01:55 +02:00
..
helpers style: Implement CSS revert keyword. 2019-03-13 15:08:35 +01:00
longhands style: scroll-snap-coordinate shouldn't use NotInitial. 2019-05-07 13:01:55 +02:00
shorthands style: [css-grid-2] Remove single keyword 'subgrid' as a valid value for the 'grid' and 'grid-template' shorthands. 2019-05-07 13:01:05 +02:00
build.py Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
cascade.rs style: Cleanup generic font-family handling. 2019-04-12 12:19:55 +02:00
computed_value_flags.rs style: Remove ComputedStyle::mBits. 2019-03-27 14:29:16 +01:00
data.py style: Allow animating the 'all' property from Web Animations. 2019-05-07 12:55:33 +02:00
declaration_block.rs style: Fix servo build, and appease tidy / fmt. 2019-04-12 12:20:15 +02:00
gecko.mako.rs style: Use rust types for vertical-align. 2019-05-07 12:55:41 +02:00
helpers.mako.rs style: Use rust lengths for row-gap / column-gap. 2019-04-12 12:20:11 +02: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 style: Allow CSS wide-keywords in custom property fallback. 2019-05-07 12:55:31 +02:00