mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
docs(style): update outdated stylo
project name and link (#30960)
* docs(style): update outdated `stylo` project name and link * docs(style): remove outdated link to Stylo project * Update style.md --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
7580aa2fc2
commit
94d76b2946
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,7 @@ Boris Zbarsky and Patrick Walton about how style sharing works.
|
|||
<a name="selector-impl"></a>
|
||||
## Selector Implementation
|
||||
|
||||
In order to be sharable and compatible with [Stylo][stylo](a project that aims
|
||||
In order to be sharable and compatible with Stylo (a project that aims
|
||||
to integrate Servo's style system into Gecko), the style must be consistent.
|
||||
|
||||
The consistency is implemented in [selectors' SelectorImpl][selector-impl],
|
||||
|
@ -131,7 +131,6 @@ that you didn't find it here so it can be added :)
|
|||
|
||||
[style-doc]: https://doc.servo.org/style/index.html
|
||||
[wiki-styling-overview]: https://github.com/servo/servo/wiki/Styling-overview
|
||||
[stylo]: https://public.etherpad-mozilla.org/p/stylo
|
||||
[selector-impl]: https://doc.servo.org/selectors/parser/trait.SelectorImpl.html
|
||||
[selector-impl-ext]: https://doc.servo.org/style/selector_parser/trait.SelectorImplExt.html
|
||||
[servo-selector-impl]: https://doc.servo.org/style/servo/selector_parser/struct.SelectorImpl.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue