diff options
author | Bartłomiej Kalemba <github@sculpt0r.net> | 2024-01-03 15:50:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-03 14:50:40 +0000 |
commit | 94d76b29468d6468068a3d99eab7ddc14a5f7bb4 (patch) | |
tree | 81cd9240c944488f32697ab4b09fdca4ff7fd337 /docs/components | |
parent | 7580aa2fc2d779df979578d688e47986461c03d4 (diff) | |
download | servo-94d76b29468d6468068a3d99eab7ddc14a5f7bb4.tar.gz servo-94d76b29468d6468068a3d99eab7ddc14a5f7bb4.zip |
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>
Diffstat (limited to 'docs/components')
-rw-r--r-- | docs/components/style.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/components/style.md b/docs/components/style.md index a54482ad34c..3c79dfdcf49 100644 --- a/docs/components/style.md +++ b/docs/components/style.md @@ -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 |