You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shapes from Box Values</span><aclass=self-linkhref=#shapes-from-box-values></a></h2>
704
708
705
-
<p> Shapes can be defined by reference to edges in the <ahref=http://www.w3.org/TR/CSS21/box.html#box-dimensions>CSS Box Model</a>. These edges include <ahref=http://www.w3.org/TR/css3-background/#corner-shaping>border-radius curvature</a><adata-biblio-type=normativedata-link-type=bibliohref=#css3bgtitle=css3bg>[CSS3BG]</a>. The <aclass="production css-code" data-link-type=typehref=#typedef-shape-boxtitle="<shape-box>"><shape-box></a> value extends the <aclass="production css-code" data-link-type=typehref=http://dev.w3.org/csswg/css-backgrounds-3/#boxtitle="<box>"><box></a> value to include margin-box. Its syntax is:
709
+
<p> Shapes can be defined by reference to edges in the <ahref=http://www.w3.org/TR/CSS21/box.html#box-dimensions>CSS Box Model</a>. These edges include <ahref=http://www.w3.org/TR/css3-background/#corner-shaping>border-radius curvature</a><adata-biblio-type=normativedata-link-type=bibliohref=#css3bgtitle=css3bg>[CSS3BG]</a>. The <aclass="production css-code" data-link-type=typehref=#typedef-shape-boxtitle="<shape-box>"><shape-box></a> value extends the <aclass="production css-code" data-link-type=typehref=http://dev.w3.org/csswg/css-backgrounds-3/#boxtitle="<box>"><box></a> value to include <aclass=cssdata-link-type=maybehref=#margin-boxtitle=margin-box>margin-box</a>. Its syntax is:
The <aclass=propertydata-link-type=propdeschref=#propdef-shape-outsidetitle=shape-outside>shape-outside</a> Property</span><aclass=self-linkhref=#shape-outside-property></a></h3>
782
786
783
-
<tableclass="definition propdef"><tr><th>Name:<td><dfnclass=css-codedata-dfn-type=propertydata-export="" id=propdef-shape-outside>shape-outside<aclass=self-linkhref=#propdef-shape-outside></a></dfn><tr><th>Value:<td>auto | [ <aclass="production css-code" data-link-type=typehref=#typedef-basic-shapetitle="<basic-shape>"><basic-shape></a> || <aclass="production css-code" data-link-type=typehref=#typedef-shape-boxtitle="<shape-box>"><shape-box></a> ] | <aclass="production css-code" data-link-type=typehref=http://dev.w3.org/csswg/css-images-3/#image-typetitle="<image>"><image></a><tr><th>Initial:<td>auto<tr><th>Applies to:<td>floats<tr><th>Inherited:<td>no<tr><th>Media:<td>visual<tr><th>Computed value:<td>computed lengths for <aclass="production css-code" data-link-type=typehref=#typedef-basic-shapetitle="<basic-shape>"><basic-shape></a>, the <aclass="production css-code" data-link-type=typehref=http://dev.w3.org/csswg/css-images-3/#image-typetitle="<image>"><image></a> with its URI made absolute, otherwise as specified<tr><th>Animatable:<td>as <ahref=#basic-shape-interpolation>specified</a> for <aclass="production css-code" data-link-type=typehref=#typedef-basic-shapetitle="<basic-shape>"><basic-shape></a>, otherwise no</table>
787
+
<tableclass="definition propdef"><tr><th>Name:<td><dfnclass=css-codedata-dfn-type=propertydata-export="" id=propdef-shape-outside>shape-outside<aclass=self-linkhref=#propdef-shape-outside></a></dfn><tr><th>Value:<td>none | [ <aclass="production css-code" data-link-type=typehref=#typedef-basic-shapetitle="<basic-shape>"><basic-shape></a> || <aclass="production css-code" data-link-type=typehref=#typedef-shape-boxtitle="<shape-box>"><shape-box></a> ] | <aclass="production css-code" data-link-type=typehref=http://dev.w3.org/csswg/css-images-3/#image-typetitle="<image>"><image></a><tr><th>Initial:<td>none<tr><th>Applies to:<td>floats<tr><th>Inherited:<td>no<tr><th>Media:<td>visual<tr><th>Computed value:<td>computed lengths for <aclass="production css-code" data-link-type=typehref=#typedef-basic-shapetitle="<basic-shape>"><basic-shape></a>, the <aclass="production css-code" data-link-type=typehref=http://dev.w3.org/csswg/css-images-3/#image-typetitle="<image>"><image></a> with its URI made absolute, otherwise as specified<tr><th>Animatable:<td>as <ahref=#basic-shape-interpolation>specified</a> for <aclass="production css-code" data-link-type=typehref=#typedef-basic-shapetitle="<basic-shape>"><basic-shape></a>, otherwise no</table>
784
788
<p> The values of this property have the following meanings:
<tr><thscope=row><adata-property="">shape-outside</a><td>auto | [ <basic-shape> || <shape-box> ] | <image><td>auto<td>floats<td>no<td><td>visual<td>as specified for <basic-shape>, otherwise no<td>computed lengths for <basic-shape>, the <image> with its URI made absolute, otherwise as specified
1200
+
<tr><thscope=row><adata-property="">shape-outside</a><td>none | [ <basic-shape> || <shape-box> ] | <image><td>none<td>floats<td>no<td><td>visual<td>as specified for <basic-shape>, otherwise no<td>computed lengths for <basic-shape>, the <image> with its URI made absolute, otherwise as specified
1196
1201
<tr><thscope=row><adata-property="">shape-image-threshold</a><td><number><td>0.0<td>floats<td>no<td><td>visual<td>as number<td>The same as the specified value after clipping the <number> to the range [0.0,1.0]
1197
1202
<tr><thscope=row><adata-property="">shape-margin</a><td><length> | <percentage><td>0<td>floats<td>no<td><td>visual<td>as length, percentage, or calc.<td>the absolute length</table></div>
Shapes can be defined by reference to edges in the <ahref="http://www.w3.org/TR/CSS21/box.html#box-dimensions">CSS Box Model</a>. These edges include <ahref="http://www.w3.org/TR/css3-background/#corner-shaping">border-radius curvature</a> [[!CSS3BG]]. The <<shape-box>> value extends the <<box>> value to include margin-box. Its syntax is:
592
+
Shapes can be defined by reference to edges in the <ahref="http://www.w3.org/TR/CSS21/box.html#box-dimensions">CSS Box Model</a>. These edges include <ahref="http://www.w3.org/TR/css3-background/#corner-shaping">border-radius curvature</a> [[!CSS3BG]]. The <<shape-box>> value extends the <<box>> value to include ''margin-box''. Its syntax is:
0 commit comments