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-05-20 name =dcterms.date >
15+ < meta content =2013-06-05 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 >
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 20 May 2013</ h2 >
58+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 5 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-20130520 /</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>-->
6666
6767 < dt > Latest version:
6868
@@ -377,7 +377,14 @@ <h4 id=supported-basic-shapes><span class=secno>3.2.1. </span>Supported
377377 < strong > rx</ strong > and < strong > ry</ strong > . For rounded rectangles
378378 they define the x-axis radius and y-axis radius of the ellipse used to
379379 round off the corners of the rectangle. Negative values for rx and ry
380- are invalid.
380+ are invalid. Implicit values may apply if one or the other of these
381+ values are unspecified or invalid, and clamping may occur if a
382+ specified value would result in a negative straight rectangle segment.
383+ The corner radii rules in < a
384+ href ="http://www.w3.org/TR/SVG/shapes.html#RectElement "> the ‘< code
385+ class =property > rect</ code > ’ element</ a > in the SVG recommendation
386+ define these edge cases < a href ="#SVG11 "
387+ rel =biblioentry > [SVG11]<!--{{!SVG11}}--> </ a > .
381388 </ ul >
382389
383390 < dt > < dfn
@@ -719,7 +726,7 @@ <h4 id=shape-outside-property><span class=secno>3.4.1. </span>The ‘<a
719726 </ dl >
720727
721728 < dl >
722- < dt > < dfn id =basic-shape
729+ < dt > < dfn id =ltbasic-shapegt
723730 title ="'shape-outside'!!'<basic-shape>' "> <basic-shape></ dfn >
724731
725732 < dd > The shape is computed based on the values of one of ‘< a
@@ -732,7 +739,7 @@ <h4 id=shape-outside-property><span class=secno>3.4.1. </span>The ‘<a
732739 </ dl >
733740
734741 < dl >
735- < dt > < dfn id =uri
742+ < dt > < dfn id =lturigt
736743 title ="'shape-outside'!!'<uri>' "> <uri></ dfn >
737744
738745 < dd > If the <uri> references
@@ -803,7 +810,7 @@ <h4 id=shape-image-threshold-property><span class=secno>3.4.2. </span>The
803810 < p > The values of this property have the following meanings:
804811
805812 < dl >
806- < dt > < dfn id =alphavalue
813+ < dt > < dfn id =ltalphavaluegt
807814 title ="'shape-image-threshold'!!'<alphavalue>' "> <alphavalue></ dfn >
808815
809816 < dd > A <number> value used to set the threshold used for extracting
@@ -1048,10 +1055,10 @@ <h3 class=no-num id=normative-references>Normative references</h3>
10481055 < dt id =CSS3VAL > [CSS3VAL]
10491056
10501057 < dd > Håkon Wium Lie; Tab Atkins; Elika J. Etemad. < a
1051- href ="http://www.w3.org/TR/2012 /CR-css3-values-20120828 / "> < cite > CSS
1052- Values and Units Module Level 3.</ cite > </ a > 28 August 2012 . W3C Candidate
1058+ href ="http://www.w3.org/TR/2013 /CR-css3-values-20130404 / "> < cite > CSS
1059+ Values and Units Module Level 3.</ cite > </ a > 4 April 2013 . W3C Candidate
10531060 Recommendation. (Work in progress.) URL: < a
1054- href ="http://www.w3.org/TR/2012 /CR-css3-values-20120828 / "> http://www.w3.org/TR/2012 /CR-css3-values-20120828 /</ a >
1061+ href ="http://www.w3.org/TR/2013 /CR-css3-values-20130404 / "> http://www.w3.org/TR/2013 /CR-css3-values-20130404 /</ a >
10551062 </ dd >
10561063 <!---->
10571064
@@ -1117,7 +1124,7 @@ <h2 class=no-num id=index>Index</h2>
11171124 < li > 'shape-image-threshold', < a href ="#shape-image-threshold "
11181125 title ="section 3.4.2. "> < strong > 3.4.2.</ strong > </ a >
11191126 < ul >
1120- < li > '<alphavalue>', < a href ="#alphavalue "
1127+ < li > '<alphavalue>', < a href ="#ltalphavaluegt "
11211128 title ="section 3.4.2. "> < strong > 3.4.2.</ strong > </ a >
11221129 </ ul >
11231130
@@ -1130,10 +1137,10 @@ <h2 class=no-num id=index>Index</h2>
11301137 < li > 'auto', < a href ="#auto "
11311138 title ="section 3.4.1. "> < strong > 3.4.1.</ strong > </ a >
11321139
1133- < li > '<basic-shape>', < a href ="#basic-shape "
1140+ < li > '<basic-shape>', < a href ="#ltbasic-shapegt "
11341141 title ="section 3.4.1. "> < strong > 3.4.1.</ strong > </ a >
11351142
1136- < li > '<uri>', < a href ="#uri "
1143+ < li > '<uri>', < a href ="#lturigt "
11371144 title ="section 3.4.1. "> < strong > 3.4.1.</ strong > </ a >
11381145 </ ul >
11391146
0 commit comments