diff options
author | Shing Lyu <shing.lyu@gmail.com> | 2016-09-27 02:09:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-27 02:09:29 +0800 |
commit | d75dcf62de2df31f823a830e880d4039569a5a4c (patch) | |
tree | 70ad174b687b7df0abcdb831e2ba23afad8532b2 | |
parent | 6a0c70a22269cbec6b72cfa8db499838bb00a0c3 (diff) | |
download | servo-d75dcf62de2df31f823a830e880d4039569a5a4c.tar.gz servo-d75dcf62de2df31f823a830e880d4039569a5a4c.zip |
Fix some links in the style doc
-rw-r--r-- | docs/components/style.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/components/style.md b/docs/components/style.md index a4a83d4e8f2..8a1b4fac2d4 100644 --- a/docs/components/style.md +++ b/docs/components/style.md @@ -40,7 +40,7 @@ layout traits have the required traits implemented. The [`stylist`][stylist] structure is the one that holds all the selectors and device characteristics for a given document. -The stylesheets' CSS rules are converted into [`Rule`][selectors-rules]s, and +The stylesheets' CSS rules are converted into [`Rule`][selectors-rule]s, and introduced in a [`SelectorMap`][selectors-selectormap] depending on the pseudo-element (see [`PerPseudoElementSelectorMap`][per-pseudo-selectormap]), stylesheet origin (see [`PerOriginSelectorMap`][per-origin-selectormap]), and @@ -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/style/selector_matching/struct.SelectorMap.html -[selectors-rule]: http://doc.servo.org/style/selector_matching/struct.Rule.html +[selectors-selectormap]: http://doc.servo.org/selectors/matching/struct.SelectorMap.html +[selectors-rule]: http://doc.servo.org/selectors/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 |