mirror of
https://github.com/servo/servo.git
synced 2025-06-22 08:08:59 +01:00
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. |
||
---|---|---|
.. | ||
properties | ||
.gitignore | ||
Cargo.toml | ||
errors.rs | ||
font_face.rs | ||
legacy.rs | ||
lib.rs | ||
makefile.cargo | ||
Mako-0.9.1.zip | ||
media_queries.rs | ||
namespaces.rs | ||
node.rs | ||
parsing_utils.rs | ||
README.md | ||
selector_matching.rs | ||
selectors.rs | ||
stylesheets.rs |
servo-style
Style system for Servo, using rust-cssparser for parsing.