servo/components/style
Bruno de Oliveira Abinader dc008977f9 Share supported CSS properties between style and CSSStyleDeclaration
Avoids duplicated code when implementing the CSS properties accessors in
CSSStyleDeclaration WebIDL. Servo internal CSS properties are not
accessible.

CSS property "float" is unnacessible because we currently lack support
for BinaryName IDL annotation (#4435).

Fixes #4429, #4430.
2015-01-19 13:21:03 -04:00
..
properties Share supported CSS properties between style and CSSStyleDeclaration 2015-01-19 13:21:03 -04:00
.gitignore Cargoify servo 2014-09-08 20:21:42 -06:00
Cargo.toml Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. 2015-01-08 09:58:46 -05:00
errors.rs Fix obsolete format traits. 2015-01-02 19:04:18 +01:00
font_face.rs Import ast::ComponentValue more consistently. 2015-01-04 15:23:08 +01:00
legacy.rs Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. 2015-01-08 09:58:46 -05:00
lib.rs auto merge of #4575 : mttr/servo/warnings, r=jdm 2015-01-08 16:03:55 -07: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 Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. 2015-01-08 09:58:46 -05:00
namespaces.rs Import ast::ComponentValue more consistently. 2015-01-04 15:23:08 +01:00
node.rs Implements :indeterminate pseudo-class 2014-12-16 11:34:04 -08:00
parsing_utils.rs Import ast::ComponentValue more consistently. 2015-01-04 15:23:08 +01:00
README.md Update style/README.md - libcss is gone now 2014-10-23 16:23:54 -05:00
selector_matching.rs Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. 2015-01-08 09:58:46 -05:00
selectors.rs Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. 2015-01-08 09:58:46 -05:00
stylesheets.rs Fix obsolete format traits. 2015-01-02 19:04:18 +01:00

servo-style

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