File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363</ p >
6464 < h1 class ="p-name no-ref " id =title > CSS Shapes Module Level 1</ h1 >
6565 < h2 class ="no-num no-toc no-ref heading settled heading " id =subtitle > < span class =content > Editor’s Draft,
66- < span class =dt-updated > < span class =value-title title =20131121 > 21 November 2013</ span > </ span > </ span > </ h2 >
66+ < span class =dt-updated > < span class =value-title title =20131122 > 22 November 2013</ span > </ span > </ span > </ h2 >
6767 < div data-fill-with =spec-metadata > < dl > < dt > This version:< dd > < a class =u-url href =http://dev.w3.org/csswg/css-shapes/ > http://dev.w3.org/csswg/css-shapes/</ a > < dt > Latest version:< dd > < a href =http://www.w3.org/TR/css-shapes/ > http://www.w3.org/TR/css-shapes/</ a > < dt > Editor’s Draft:< dd > < a href =http://dev.w3.org/csswg/css-shapes/ > http://dev.w3.org/csswg/css-shapes/</ a >
6868 < dt > Feedback:</ dt >
6969 < dd > < a href ="mailto:www-style@w3.org?subject=%5Bcss-shapes%5D%20feedback "> www-style@w3.org</ a >
@@ -463,12 +463,11 @@ <h3 class="heading settled heading" data-level=3.1 id=supported-basic-shapes><sp
463463 The shape-radius argument represents
464464 < strong > r</ strong > , the radius
465465 of the circle.
466+ Negative values are invalid.
466467 A percentage value here
467468 is resolved from the used width and height
468- of the < a data-link-type =dfn href =#reference-box title ="reference box "> reference box</ a > as < br >
469- < code > sqrt((< em > width</ em > )**2 +
470- (< em > height</ em > )**2))/sqrt(2)</ code > .
471- Negative values are invalid.
469+ of the < a data-link-type =dfn href =#reference-box title ="reference box "> reference box</ a > as < br >
470+ < code > sqrt(< em > width</ em > < sup > 2</ sup > +< em > height</ em > < sup > 2</ sup > )/sqrt(2)</ code > .
472471 </ li >
473472 < li >
474473 The position argument defines
Original file line number Diff line number Diff line change @@ -345,12 +345,11 @@ <h3 id="supported-basic-shapes">
345345 The shape-radius argument represents
346346 < strong > r</ strong > , the radius
347347 of the circle.
348+ Negative values are invalid.
348349 A percentage value here
349350 is resolved from the used width and height
350- of the < a > reference box</ a > as < br >
351- < code > sqrt((< em > width</ em > )**2 +
352- (< em > height</ em > )**2))/sqrt(2)</ code > .
353- Negative values are invalid.
351+ of the < a > reference box</ a > as < br >
352+ < code > sqrt(&
4CCF
lt; em > width</ em > < sup > 2</ sup > +< em > height</ em > < sup > 2</ sup > )/sqrt(2)</ code > .
354353 </ li >
355354 < li >
356355 The position argument defines
You can’t perform that action at this time.
0 commit comments