From e96ab52ece76cd8980ad38137617bd12677539b5 Mon Sep 17 00:00:00 2001
From: Fuqiao Xue This subsection is not normative.
When elements are rendered according to the
-CSS box model [[!CSS2]],
+CSS box model [[!CSS-BOX-3]],
each element is either not displayed at all, or formatted as one
or more rectangular boxes. Each box has a rectangular content
area, a band of padding around the content, a border around the
@@ -51,7 +51,7 @@ negative, but margins have no influence on the background and border.)
content, padding, border and margin areas">
The various areas and edges of a typical box.
- (This diagram is explained in the CSS2.1 Box Model chapter [[!CSS2]].)
+ (This diagram is explained in the CSS Box Model Module [[!CSS-BOX-3]].)
The properties of this module deal with the decoration of the border
diff --git a/css-shapes-1/Overview.bs b/css-shapes-1/Overview.bs
index 3f11b36ee086..29481bb75534 100644
--- a/css-shapes-1/Overview.bs
+++ b/css-shapes-1/Overview.bs
@@ -706,7 +706,7 @@ Shapes from Box Values
Shapes can be defined
by reference to edges in the
- CSS Box Model.
+ CSS Box Model.
These edges include
border-radius curvature [[!CSS3BG]]
from the used border-radius values.