aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/element_state.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Add some documentation to the style crate.Ms2ger2016-06-271-0/+2
|
* Make the style crate almost build on stable Rust.Simon Sapin2016-06-221-1/+1
| | | | `discriminant_value` will need to be replaced with something else later.
* Implement :placeholder-shown (fixes #10561)Anthony Ramine2016-06-031-1/+3
|
* Upgrade to bitflags 0.6.0 and selectors 0.5.6Matt Brubeck2016-04-301-1/+1
| | | | | Types generated by `bitflags!` are now private by default. This PR marks them `pub` where necessary.
* added support for :read-only and :read-write pseudo-classesYoav Alon2016-04-271-0/+2
| | | | partial fix for https://github.com/servo/servo/issues/10732
* Update rust-selectorsEmilio Cobos Álvarez2016-02-031-0/+31
This commits updates rust-selectors to use the generic parser, and as such it moves the element state into the style crate.