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=].