aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/selector_impl.rs
Commit message (Collapse)AuthorAgeFilesLines
* Refactor style to be completely backend-independentEmilio Cobos Álvarez2016-02-131-7/+57
| | | | | | | | | | | This commit refactors the style crate to be completely independent of the actual implementation and pseudo-elements supported. This also adds a gecko backend which introduces parsing for the anonymous box pseudo-elements[1], although there's still no way of querying them. https://mxr.mozilla.org/mozilla-central/source/layout/style/nsCSSAnonBoxList.h
* Update rust-selectorsEmilio Cobos Álvarez2016-02-031-0/+91
This commits updates rust-selectors to use the generic parser, and as such it moves the element state into the style crate.