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:
Bartłomiej Kalemba 2024-01-03 15:50:40 +01:00 committed by GitHub
parent 7580aa2fc2
commit 94d76b2946
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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