servo/components/style
2014-10-21 10:01:15 -07:00
..
properties layout: Remove FontStyle in favor of using the font style struct 2014-10-15 22:17:57 -07: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 Cargoify servo 2014-09-08 20:21:42 -06:00
font_face.rs Implement media queries parser and matching. Improves mobile first sites like bootstrap3. 2014-10-15 07:36:31 +10:00
legacy.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
lib.rs Implement media queries parser and matching. Improves mobile first sites like bootstrap3. 2014-10-15 07:36:31 +10: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 Implement media queries parser and matching. Improves mobile first sites like bootstrap3. 2014-10-15 07:36:31 +10:00
namespaces.rs Use string-cache's Namespace type 2014-09-29 21:40:54 -07:00
node.rs more efficient preorder DOM traversals 2014-10-21 10:01:15 -07:00
parsing_utils.rs Implement media queries parser and matching. Improves mobile first sites like bootstrap3. 2014-10-15 07:36:31 +10:00
README.md Cargoify servo 2014-09-08 20:21:42 -06:00
selector_matching.rs Implement media queries parser and matching. Improves mobile first sites like bootstrap3. 2014-10-15 07:36:31 +10:00
selectors.rs script: Use atom comparison in more places, especially for attributes. 2014-10-14 10:32:40 -07:00
stylesheets.rs Implement media queries parser and matching. Improves mobile first sites like bootstrap3. 2014-10-15 07:36:31 +10:00

servo-style

Prototype replacement style system for Servo, based on rust-cssparser instead of NetSurfs libcss.