@@ -707,7 +707,7 @@ Shapes from Box Values</h2>
707
707
708
708
The definitions of the values are:
709
709
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
711
711
enclosed by the outside margin edge.
712
712
The corner radii of this shape are determined
713
713
by the corresponding border-radius and margin values.
@@ -718,19 +718,19 @@ Shapes from Box Values</h2>
718
718
then the margin box corner radius is
719
719
<code> border-radius + (margin * (1 + (ratio-1)^3))</code> .
720
720
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
722
722
enclosed by the outside border edge.
723
723
This shape follows all
724
724
of the normal border radius shaping rules
725
725
for the outside of the border.
726
726
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
728
728
enclosed by the outside padding edge.
729
729
This shape follows all
730
730
of the normal border radius shaping rules
731
731
for the inside of the border.
732
732
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
734
734
enclosed by the outside content edge.
735
735
Each corner radius of this box
736
736
is the larger of 0
0 commit comments