Skip to content

Commit c49e762

Browse files
committed
[css-shapes] add radii caveats to inset rect
1 parent 9b3b98a commit c49e762

2 files changed

Lines changed: 17 additions & 4 deletions

File tree

css-shapes/Overview.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rel=dcterms.rights>
1313
<meta content="CSS Shapes Module Level 1" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2013-06-05 name=dcterms.date>
15+
<meta content=2013-06-06 name=dcterms.date>
1616
<meta content="Vincent Hardy" name=dcterms.creator>
1717
<meta content="Rossen Atanassov" name=dcterms.creator>
1818
<meta content="Alan Stearns" name=dcterms.creator>
@@ -55,14 +55,14 @@
5555

5656
<h1 id=css-shapes-module>CSS Shapes Module Level 1</h1>
5757

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>
5959

6060
<dl>
6161
<dt>This version:
6262

6363
<dd><a
6464
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>-->
6666

6767
<dt>Latest version:
6868

@@ -401,7 +401,14 @@ <h4 id=supported-basic-shapes><span class=secno>3.2.1. </span>Supported
401401
<strong> rx</strong> and <strong>ry</strong>. For rounded inset
402402
rectangles they define the x-axis radius and y-axis radius of the
403403
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>.
405412
</ul>
406413

407414
<dt><dfn id=circle>circle</dfn>([&lt;length&gt;|&lt;percentage&gt;]{3})

css-shapes/Overview.src.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,12 @@ <h4 id="supported-basic-shapes">Supported Shapes</h4>
285285
of the ellipse used to round off
286286
the corners of the inset rectangle.
287287
Negative values for rx and ry are invalid.
288+
Implicit values may apply if one or the other
289+
of these values are unspecified or invalid,
290+
and clamping may occur if a specified value
291+
would result in a negative straight rectangle segment.
292+
The corner radii rules in <a href="http://www.w3.org/TR/SVG/shapes.html#RectElement">the 'rect' element</a>
293+
in the SVG recommendation define these edge cases [[!SVG11]].
288294
</li>
289295
</ul>
290296
</dd>

0 commit comments

Comments
 (0)