mirror of
https://github.com/servo/servo.git
synced 2025-07-14 19:03:40 +01:00
Relevant spec: https://html.spec.whatwg.org/multipage/scripting.html#selector-checked Also modifies HTMLInputElement::SetChecked to no longer modify its checked content value, instead making use of its internal checkedness state now that we can match `:checked` properly. |
||
---|---|---|
.. | ||
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.