From db834d652608a53258f604606d0766c3b283f99e Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Tue, 25 Aug 2026 11:19:25 +0200 Subject: [PATCH] Fix broken links to "layout viewport" The "layout viewport" term is now defined in CSS Viewport: https://drafts.csswg.org/css-viewport/#layout-viewport This update fixes the link, leveraging ReSpec's cross-spec referencing capabilities to avoid hardcoding a URL that can evolve over time. (Also using the opportunity to refresh the nearby link to "px") --- index.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 3dd28a0..008e020 100644 --- a/index.html +++ b/index.html @@ -53,7 +53,9 @@ , "geometry-1" , "uievents" , "infra" - , "input-events"] + , "input-events" + , "css-viewport" + , "css-values"] }; @@ -139,13 +141,10 @@

EditContext state

[=Control bounds=], [=selection bounds=], and [=codepoint rects=] are given in the client coordinate system, which is defined as a two-dimensional Cartesian coordinate system (x, y) where the origin is the top-left corner of the - layout viewport, - the x-axis points towards the top-right of the - layout viewport, - and the y-axis points towards the bottom-left of the - layout viewport. - The units of the client coordinate system are - CSS pixels. + [=layout viewport=], the x-axis points towards the top-right of the + [=layout viewport=], and the y-axis points towards the bottom-left of the + [=layout viewport=]. The units of the client coordinate system are + [=pixel unit|CSS pixels=].