@@ -116,7 +116,8 @@ Terminology</h3>
116
116
the <a>float area</a> produced
117
117
by the ''margin-box'' value,
118
118
which includes border-radius curvature).
119
- This specification's 'shape-outside' property
119
+ This specification's 'shape-outside'
120
+ and 'shape-margin' properties
120
121
can be used to define an arbitrary,
121
122
non-rectangular <a>float area</a> .
122
123
@@ -1035,6 +1036,12 @@ Expanding a Shape: the 'shape-margin' property</h3>
1035
1036
take all points
1036
1037
on the circle centered at the point
1037
1038
and with a radius of 'shape-margin' .
1039
+
1040
+ The new shape produced by applying 'shape-outside'
1041
+ is what determines the <a>float area</a> ,
1042
+ and must be constructed
1043
+ before making any <a>wrap</a> decisions.
1044
+
1038
1045
This property takes only non-negative values.
1039
1046
1040
1047
<pre class='propdef'>
@@ -1168,6 +1175,7 @@ Change Log</h2>
1168
1175
<ul>
1169
1176
<li> Added vertex rounding for polygon() for <a href="https://github.com/w3c/csswg-drafts/issues/9843">issue #9843</a> </li>
1170
1177
<li> Updated shape-outside prose to include all <<basic-shape>> s for <a href="https://github.com/w3c/csswg-drafts/issues/9728">issue #9728</a> </li>
1178
+ <li> Clarified the shape-margin contribution to float areas for <a href="https://github.com/w3c/csswg-drafts/issues/2949">issue #2949</a> </li>
1171
1179
</ul>
1172
1180
1173
1181
<h3 class="no-num" id="20140320">
0 commit comments