From 94d76b29468d6468068a3d99eab7ddc14a5f7bb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Kalemba?= Date: Wed, 3 Jan 2024 15:50:40 +0100 Subject: [PATCH] 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 --- docs/components/style.md | 3 +-- 1 file changed, 1 insertion(+), 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. ## 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