Skip to content

Commit f5507b6

Browse files
committed
[css-shapes] Dfn the <shape-box> values properly.
1 parent 607a1cb commit f5507b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-shapes/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ Shapes from Box Values</h2>
707707

708708
The definitions of the values are:
709709

710-
The <dfn>margin-box</dfn> value defines the shape
710+
The <dfn value for="<shape-box>, shape-outside">margin-box</dfn> value defines the shape
711711
enclosed by the outside margin edge.
712712
The corner radii of this shape are determined
713713
by the corresponding border-radius and margin values.
@@ -718,19 +718,19 @@ Shapes from Box Values</h2>
718718
then the margin box corner radius is
719719
<code>border-radius + (margin * (1 + (ratio-1)^3))</code>.
720720

721-
The <dfn>border-box</dfn> value defines the shape
721+
The <dfn value for="<shape-box>, shape-outside">border-box</dfn> value defines the shape
722722
enclosed by the outside border edge.
723723
This shape follows all
724724
of the normal border radius shaping rules
725725
for the outside of the border.
726726

727-
The <dfn>padding-box</dfn> value defines the shape
727+
The <dfn value for="<shape-box>, shape-outside">padding-box</dfn> value defines the shape
728728
enclosed by the outside padding edge.
729729
This shape follows all
730730
of the normal border radius shaping rules
731731
for the inside of the border.
732732

733-
The <dfn>content-box</dfn> value defines the shape
733+
The <dfn value for="<shape-box>, shape-outside">content-box</dfn> value defines the shape
734734
enclosed by the outside content edge.
735735
Each corner radius of this box
736736
is the larger of 0

0 commit comments

Comments
 (0)