servo/components/style_traits
Cameron McCormack 10f2d3c38e style: Add support for property value aliases.
For keyword-typed properties with aliases but no extra_specified values,
the storage of the specified and computed values could be the same,
since value aliases are resolved at parse time.  But to prevent
computed_value::T::parse from recognizing these aliases, we keep the
specified and computed value types distinct.
2017-04-17 11:24:21 +10:00
..
Cargo.toml Update cssparser in Cargo.toml. 2017-04-07 16:07:37 +10:00
cursor.rs Borrow input to match_ignore_ascii_case! 2017-02-26 10:40:09 +01:00
lib.rs Update cssparser for https://github.com/servo/rust-cssparser/pull/123 2017-02-28 17:16:36 +01:00
values.rs style: Add support for property value aliases. 2017-04-17 11:24:21 +10:00
viewport.rs Rename AllowedNumericType to AllowedLengthType 2017-04-12 13:58:38 +02:00