|
12 | 12 | rel=dcterms.rights> |
13 | 13 | <meta content="CSS Shapes Module Level 1" name=dcterms.title> |
14 | 14 | <meta content=text name=dcterms.type> |
15 | | - <meta content=2013-06-05 name=dcterms.date> |
| 15 | + <meta content=2013-06-06 name=dcterms.date> |
16 | 16 | <meta content="Vincent Hardy" name=dcterms.creator> |
17 | 17 | <meta content="Rossen Atanassov" name=dcterms.creator> |
18 | 18 | <meta content="Alan Stearns" name=dcterms.creator> |
|
55 | 55 |
|
56 | 56 | <h1 id=css-shapes-module>CSS Shapes Module Level 1</h1> |
57 | 57 |
|
58 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 June 2013</h2> |
| 58 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 June 2013</h2> |
59 | 59 |
|
60 | 60 | <dl> |
61 | 61 | <dt>This version: |
62 | 62 |
|
63 | 63 | <dd><a |
64 | 64 | href="http://dev.w3.org/csswg/css-shapes/">http://dev.w3.org/csswg/css-shapes/</a></dd> |
65 | | - <!--<dd><a href="http://dev.w3.org/csswg/css-shapes/">http://www.w3.org/TR/2013/WD-css-shapes-20130605/</a></dd>--> |
| 65 | + <!--<dd><a href="http://dev.w3.org/csswg/css-shapes/">http://www.w3.org/TR/2013/WD-css-shapes-20130606/</a></dd>--> |
66 | 66 |
|
67 | 67 | <dt>Latest version: |
68 | 68 |
|
@@ -401,7 +401,14 @@ <h4 id=supported-basic-shapes><span class=secno>3.2.1. </span>Supported |
401 | 401 | <strong> rx</strong> and <strong>ry</strong>. For rounded inset |
402 | 402 | rectangles they define the x-axis radius and y-axis radius of the |
403 | 403 | ellipse used to round off the corners of the inset rectangle. Negative |
404 | | - values for rx and ry are invalid. |
| 404 | + values for rx and ry are invalid. Implicit values may apply if one or |
| 405 | + the other of these values are unspecified or invalid, and clamping may |
| 406 | + occur if a specified value would result in a negative straight |
| 407 | + rectangle segment. The corner radii rules in <a |
| 408 | + href="http://www.w3.org/TR/SVG/shapes.html#RectElement">the ‘<code |
| 409 | + class=property>rect</code>’ element</a> in the SVG recommendation |
| 410 | + define these edge cases <a href="#SVG11" |
| 411 | + rel=biblioentry>[SVG11]<!--{{!SVG11}}--></a>. |
405 | 412 | </ul> |
406 | 413 |
|
407 | 414 | <dt><dfn id=circle>circle</dfn>([<length>|<percentage>]{3}) |
|
0 commit comments