servo/components/style
bors-servo 05212b702d Auto merge of #6214 - glennw:parse-transforms, r=pcwalton
* Add parser support for 3d transforms.
 * Change ComputedMatrix to a representation that suits interpolation.
 * Switch stacking contexts to use 4x4 matrices.

The transforms themselves are still converted to 2d and handled by azure for now, but this is a small standalone part that can be landed now to make it easier to review.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6214)
<!-- Reviewable:end -->
2015-06-02 19:56:17 -05:00
..
animation.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
build.rs Reduce max line length from 150 to 120 characters 2015-05-24 00:01:49 -04:00
Cargo.toml Remove usage of the mod_path compiler plugin. 2015-05-22 10:08:38 +02:00
font_face.rs Use iterators for iterating through CSS rules 2015-04-07 22:28:06 -06:00
legacy.rs Reduce max line length from 150 to 120 characters 2015-05-24 00:01:49 -04:00
lib.rs Remove usage of the mod_path compiler plugin. 2015-05-22 10:08:38 +02:00
Mako-0.9.1.zip Cargoify servo 2014-09-08 20:21:42 -06:00
media_queries.rs Rename Au methods with f32/f64 instead of frac32/frac/subpx 2015-05-05 18:23:29 +02:00
node.rs Move textarea cols/rows to the new infrastructure. 2015-05-12 09:14:42 +02:00
parser.rs Implement parsing of an @viewport rule 2015-05-05 21:01:31 -06:00
properties.mako.rs Auto merge of #6214 - glennw:parse-transforms, r=pcwalton 2015-06-02 19:56:17 -05:00
README.md Update style/README.md - libcss is gone now 2014-10-23 16:23:54 -05:00
selector_matching.rs fix Stylist::add_quirks_mode_stylesheet() to not panic when resources cannot be loaded 2015-05-12 13:45:48 -04:00
stylesheets.rs Move parsing of @viewport rules in a stylesheet behind --experimental. 2015-05-06 09:18:57 -06:00
values.rs Convert remaining CSS values types to use AllowedNumericType when parsing numbers 2015-05-06 00:34:34 -06:00
viewport.rs Reduce max line length from 150 to 120 characters 2015-05-24 00:01:49 -04:00

servo-style

Style system for Servo, using rust-cssparser for parsing.