The Servo Browser Engine
Find a file
Simon Sapin 25d6448f28 Fix SimonSapin/servo-style#2: failed assertion in selector parsing.
Add a test: "parse bootstrap.css without failing"
2013-09-30 17:46:18 +01:00
properties Add cascading. 2013-09-03 19:05:59 +01:00
tests Fix SimonSapin/servo-style#2: failed assertion in selector parsing. 2013-09-30 17:46:18 +01:00
.gitignore Add PropertyDeclaration, refactor property parsing to use a Mako template. 2013-08-22 15:37:49 +01:00
configure Initial pass at a stylesheet and selector parser 2013-08-08 17:13:48 +01:00
errors.rs Upgrade to rustc 0.8-pre (0a677bc 2013-08-14 10:35:12 -0700) 2013-08-16 14:49:32 +01:00
LICENSE Add a license (MPL2) and readme. 2013-08-09 16:49:07 +01:00
Makefile.in Add PropertyDeclaration, refactor property parsing to use a Mako template. 2013-08-22 15:37:49 +01:00
Mako-0.8.1.zip Add PropertyDeclaration, refactor property parsing to use a Mako template. 2013-08-22 15:37:49 +01:00
media_queries.rs Upgrade to rustc 0.8-pre (0a677bc 2013-08-14 10:35:12 -0700) 2013-08-16 14:49:32 +01:00
namespaces.rs Update to rustc 0.8-pre (ecfc9a8 2013-08-12 04:29:11 -0700) 2013-08-12 17:08:02 +01:00
parsing_utils.rs Upgrade to rustc 0.8-pre (0a677bc 2013-08-14 10:35:12 -0700) 2013-08-16 14:49:32 +01:00
README.md Update to rustc 0.8-pre (ecfc9a8 2013-08-12 04:29:11 -0700) 2013-08-12 17:08:02 +01:00
selectors.rs Fix SimonSapin/servo-style#2: failed assertion in selector parsing. 2013-09-30 17:46:18 +01:00
servo-style.rc Fix SimonSapin/servo-style#2: failed assertion in selector parsing. 2013-09-30 17:46:18 +01:00
stylesheets.rs Fix SimonSapin/servo-style#2: failed assertion in selector parsing. 2013-09-30 17:46:18 +01:00

servo-style

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

This is meant to go into Servos src/components/script/style directory, but is maintained here for now because it requires at least Rust ecfc9a8 (2013-08-12).