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
Editor: Vincent Hardy, Adobe Systems, Inc., vhardy@adobe.com
12
11
Editor: Rossen Atanassov, Microsoft Corporation, ratan@microsoft.com, w3cid 49885
13
-
Editor: Alan Stearns, Adobe Systems, Inc., stearns@adobe.com, w3cid 46659
12
+
Editor: Alan Stearns, Adobe, stearns@adobe.com, w3cid 46659
13
+
Former Editor: Vincent Hardy
14
14
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.
15
15
Link Defaults: css2 (property) margin
16
16
</pre>
@@ -1020,13 +1020,22 @@ Expanding a Shape: the 'shape-margin' property</h3>
1020
1020
Sets the margin of the shape to the specified value.
1021
1021
</dl>
1022
1022
1023
+
Note: Adding a shape-margin does NOT allow a float area
1024
+
to extend outside a float's margin box.
1025
+
Extra margin may need to be applied
1026
+
along with shape-margin to avoid clipping.
1027
+
1023
1028
<div class="example">
1024
1029
1025
-
A 'shape-margin' creating an offset from a polygonal 'shape-outside'. The lighter blue area shows the shape in a 100x100px float, and the darker blue area shows the 10px offset.
1030
+
A 'shape-margin' creating an offset from a polygonal 'shape-outside'.
1031
+
The lighter blue area shows the shape in a 100x100px float,
0 commit comments