From 10a331729cf28400f416ce6bc514d97c0c6bdd88 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Wed, 3 Jun 2026 13:19:50 +0200 Subject: [PATCH] [selectors-4] Fix URL of link to CSS Basic UI module There was a typo in the link to CSS Basic UI 3 introduced recently (`/` used in the domain name instead of `.`), see: https://github.com/w3c/csswg-drafts/commit/513d6f77cc23254734db5ab575de8876bd850339#diff-ff7e41817bff012f3ddff1f611038e554675a63acfb0ae367398437958b0baf4R5397 The URL should also have a final `/` to avoid a redirect. This update rather uses `[[CSS3UI inline]]` to let Bikeshed generate the URL and avoid any mistake. --- selectors-4/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selectors-4/Overview.bs b/selectors-4/Overview.bs index 740f4434055..8a56c7b924c 100644 --- a/selectors-4/Overview.bs +++ b/selectors-4/Overview.bs @@ -5428,7 +5428,7 @@ Changes Since Level 3

The following selectors were previously in - CSS Basic UI 3 + [[CSS3UI inline]] and have been moved to the main Selectors 4 specification for ease of reference.