Skip to content

Commit 580da22

Browse files
xfqtabatkins
authored andcommitted
[css-backgrounds-3] [css-shapes-1] Update refs to the box model (#3078)
Because we have a new css-box-3 spec now.
1 parent 5cb52d9 commit 580da22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css-backgrounds-3/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:css-values-3; type:type; text:<position>
3939
<p><em>This subsection is not normative.</em>
4040

4141
<p>When elements are rendered according to the
42-
<a href="https://www.w3.org/TR/CSS2/box.html">CSS box model</a> [[!CSS2]],
42+
<a href="https://www.w3.org/TR/css-box-3/#the-css-box-model">CSS box model</a> [[!CSS-BOX-3]],
4343
each element is either not displayed at all, or formatted as one
4444
or more rectangular boxes. Each box has a rectangular content
4545
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.)
5151
content, padding, border and margin areas">
5252

5353
<p class="caption">The various areas and edges of a typical box.
54-
(This diagram is explained in the CSS2.1 Box Model chapter [[!CSS2]].)
54+
(This diagram is explained in the CSS Box Model Module [[!CSS-BOX-3]].)
5555
</div>
5656

5757
<p>The properties of this module deal with the decoration of the border

css-shapes-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ Shapes from Box Values</h2>
706706

707707
Shapes can be defined
708708
by reference to edges in the
709-
<a href="https://www.w3.org/TR/CSS21/box.html#box-dimensions">CSS Box Model</a>.
709+
<a href="https://www.w3.org/TR/css-box-3/#the-css-box-model">CSS Box Model</a>.
710710
These edges include
711711
<a href="https://www.w3.org/TR/css3-background/#corner-shaping">border-radius curvature</a> [[!CSS3BG]]
712712
from the used border-radius values.

0 commit comments

Comments
 (0)