From e96ab52ece76cd8980ad38137617bd12677539b5 Mon Sep 17 00:00:00 2001 From: Fuqiao Xue Date: Tue, 4 Sep 2018 16:15:05 +0800 Subject: [PATCH] [css-backgrounds-3] [css-shapes-1] Update refs to the box model Because we have a new css-box-3 spec now. --- css-backgrounds-3/Overview.bs | 4 ++-- css-shapes-1/Overview.bs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css-backgrounds-3/Overview.bs b/css-backgrounds-3/Overview.bs index 5b5e260781ca..49d6a823a0c3 100644 --- a/css-backgrounds-3/Overview.bs +++ b/css-backgrounds-3/Overview.bs @@ -39,7 +39,7 @@ spec:css-values-3; type:type; text:

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.