Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add some documentation to the style crate. | Ms2ger | 2016-06-27 | 1 | -0/+2 | |
| | ||||||
* | Make the style crate almost build on stable Rust. | Simon Sapin | 2016-06-22 | 1 | -1/+1 | |
| | | | | `discriminant_value` will need to be replaced with something else later. | |||||
* | Implement :placeholder-shown (fixes #10561) | Anthony Ramine | 2016-06-03 | 1 | -1/+3 | |
| | ||||||
* | Upgrade to bitflags 0.6.0 and selectors 0.5.6 | Matt Brubeck | 2016-04-30 | 1 | -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-classes | Yoav Alon | 2016-04-27 | 1 | -0/+2 | |
| | | | | partial fix for https://github.com/servo/servo/issues/10732 | |||||
* | Update rust-selectors | Emilio Cobos Álvarez | 2016-02-03 | 1 | -0/+31 | |
This commits updates rust-selectors to use the generic parser, and as such it moves the element state into the style crate. |