@@ -16,6 +16,12 @@ Abstract: CSS Shapes describe geometric shapes for use in CSS. For Level 1, CSS
1616Link Defaults : css21 (property) margin
1717</pre>
1818
19+ <pre class='link-defaults'>
20+ spec:css-masking-1; type: value
21+ text: nonzero
22+ text: evenodd
23+ </pre>
24+
1925<style type="text/css">
2026 .singleImgExample {
2127 display: block;
@@ -350,6 +356,9 @@ Supported Shapes</h3>
350356 <strong> r</strong> , the radius
351357 of the circle.
352358 Negative values are invalid.
359+ A radius of zero defines a shape
360+ enclosing no area,
361+ which results in an <a>empty float area</a> .
353362 A percentage value here
354363 is resolved from the used width and height
355364 of the <a>reference box</a> as <br>
@@ -375,6 +384,9 @@ Supported Shapes</h3>
375384 of the ellipse,
376385 in that order.
377386 Negative values for either radius are invalid.
387+ If either radius is zero this defines a shape
388+ enclosing no area,
389+ which results in an <a>empty float area</a> .
378390 Percentage values here are resolved
379391 against the used width (for the rx value)
380392 and the used height (for the ry value)
@@ -1054,6 +1066,7 @@ Change Log</h2>
10541066Since <a href="https://www.w3.org/TR/2014/CR-css-shapes-1-20140320/">March 20th 2014</a></h3>
10551067 <ul>
10561068 <li> Clarified shape-margin computed value</li>
1069+ <li> Clarified empty circles and ellipses for <a href="https://github.com/w3c/csswg-drafts/issues/850">issue #850</a> </li>
10571070 </ul>
10581071
10591072<h3 class="no-num" id="20140211">
0 commit comments