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
Abstract: CSS Shapes describe geometric shapes for use in CSS. For Level 1, CSS Shapes can be applied to floats. A circle shape on a float will cause inline content to <a>wrap</a> around the circle shape instead of the float's bounding box.
<img alt="Text wrapping around float with no shape" src="images/normal-wrap.png"/>
880
+
<img alt="Text wrapping around float with no shape" src="images/normal-wrap.png">
879
881
<figcaption>
880
882
Normal float wrapping
881
883
</figcaption>
@@ -891,7 +893,7 @@ Shapes from Box Values</h2>
891
893
</pre>
892
894
893
895
<figure>
894
-
<img alt="Text wrapping around float with margin-box shape" src="images/margin-box-wrap.png"/>
896
+
<img alt="Text wrapping around float with margin-box shape" src="images/margin-box-wrap.png">
895
897
<figcaption>
896
898
Float wrapping with margin-box
897
899
</figcaption>
@@ -1091,7 +1093,7 @@ Expanding a Shape: the 'shape-margin' property</h3>
1091
1093
</code>
1092
1094
</pre>
1093
1095
<img src="images/nepal-flag-shape.png"
1094
-
alt="Example of a shape-margin offset"/>
1096
+
alt="Example of a shape-margin offset">
1095
1097
</div>
1096
1098
1097
1099
<div class="example">
@@ -1114,7 +1116,7 @@ Expanding a Shape: the 'shape-margin' property</h3>
1114
1116
</code>
1115
1117
</pre>
1116
1118
<figure>
1117
-
<img alt="A float shape around an image using its alpha-channel with a 35 pixels shape-margin" src="images/shape-outside-image-with-margin.png" style="width:70%"/>
1119
+
<img alt="A float shape around an image using its alpha-channel with a 35 pixels shape-margin" src="images/shape-outside-image-with-margin.png" style="width:70%">
1118
1120
<figcaption>
1119
1121
A float shape around an image using its alpha-channel with a 35-pixel 'shape-margin'
1120
1122
</figcaption>
@@ -1139,7 +1141,7 @@ Expanding a Shape: the 'shape-margin' property</h3>
0 commit comments