servo/components/style
Patrick Walton 1c1c507c03 layout: Implement opacity per CSS-COLOR § 3.2.
This adds the infrastructure necessary to support stacking contexts that
are not containing blocks for absolutely-positioned elements. Our
infrastructure did not support that before. This minor revamp actually
ended up simplifying the logic around display list building and
stacking-relative position computation for absolutely-positioned flows,
which was nice.
2014-12-03 14:17:16 -08:00
..
properties layout: Implement opacity per CSS-COLOR § 3.2. 2014-12-03 14:17:16 -08:00
.gitignore Cargoify servo 2014-09-08 20:21:42 -06:00
Cargo.toml script: Use atom comparison in more places, especially for attributes. 2014-10-14 10:32:40 -07:00
errors.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00
font_face.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00
legacy.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
lib.rs style::properties::longhand shouldn’t be public. 2014-11-28 17:43:14 +00:00
makefile.cargo Cargoify servo 2014-09-08 20:21:42 -06:00
Mako-0.9.1.zip Cargoify servo 2014-09-08 20:21:42 -06:00
media_queries.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00
namespaces.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00
node.rs more efficient preorder DOM traversals 2014-10-21 10:01:15 -07:00
parsing_utils.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00
README.md Update style/README.md - libcss is gone now 2014-10-23 16:23:54 -05:00
selector_matching.rs Fix deprecation in selector matching test 2014-11-25 09:45:00 -05:00
selectors.rs Use atom! in place of Atom::from_slice where necessary 2014-11-23 22:03:27 +05:30
stylesheets.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00

servo-style

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