diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2016-08-18 18:54:36 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2016-08-21 03:40:30 +0200 |
commit | 4062899fd8ff98e54a683f79e6d491bd916d841e (patch) | |
tree | 5ae8b69e724893aaf980b1bdeb87ddd71d6c5151 /docs/components | |
parent | bc71e8b65b1da3959c28d820a7bc54725118bcef (diff) | |
download | servo-4062899fd8ff98e54a683f79e6d491bd916d841e.tar.gz servo-4062899fd8ff98e54a683f79e6d491bd916d841e.zip |
Import SelectorMap back from the selectors crate.
Nobody else uses it, and I want to make breaking changes to it.
Diffstat (limited to 'docs/components')
-rw-r--r-- | docs/components/style.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/style.md b/docs/components/style.md index 0bf82713de1..a4a83d4e8f2 100644 --- a/docs/components/style.md +++ b/docs/components/style.md @@ -149,8 +149,8 @@ that you didn't find it here so it can be added :) [mdn-pseudo-after]: https://developer.mozilla.org/en/docs/Web/CSS/::after [mdn-pseudo-selection]: https://developer.mozilla.org/en/docs/Web/CSS/::selection [stylist]: http://doc.servo.org/style/selector_matching/struct.Stylist.html -[selectors-selectormap]: http://doc.servo.org/selectors/matching/struct.SelectorMap.html -[selectors-rule]: http://doc.servo.org/selectors/matching/struct.Rule.html +[selectors-selectormap]: http://doc.servo.org/style/selector_matching/struct.SelectorMap.html +[selectors-rule]: http://doc.servo.org/style/selector_matching/struct.Rule.html [per-pseudo-selectormap]: http://doc.servo.org/style/selector_matching/struct.PerPseudoElementSelectorMap.html [per-origin-selectormap]: http://doc.servo.org/style/selector_matching/struct.PerOriginSelectorMap.html [docs-pipeline]: https://github.com/servo/servo/blob/master/docs/glossary.md#pipeline |