The Servo Browser Engine
Find a file
2013-08-09 16:49:07 +01:00
.gitignore Initial pass at a stylesheet and selector parser 2013-08-08 17:13:48 +01:00
configure Initial pass at a stylesheet and selector parser 2013-08-08 17:13:48 +01:00
LICENSE Add a license (MPL2) and readme. 2013-08-09 16:49:07 +01:00
Makefile.in Makefile: rebuild when rust-cssparser changes. 2013-08-09 16:17:50 +01:00
properties.rs Add a license (MPL2) and readme. 2013-08-09 16:49:07 +01:00
README.md Add a license (MPL2) and readme. 2013-08-09 16:49:07 +01:00
selectors.rs Add a license (MPL2) and readme. 2013-08-09 16:49:07 +01:00
servo-style.rc Add a license (MPL2) and readme. 2013-08-09 16:49:07 +01:00
stylesheets.rs Add a license (MPL2) and readme. 2013-08-09 16:49:07 +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 Im using a patched Rust. (See pull request.)