8000 [css-shapes] s/**2/<sup>2</sup>/ · w3c/csswg-drafts@b496e92 · GitHub
Skip to content

Commit b496e92

Browse files
committed
[css-shapes] s/**2/<sup>2</sup>/
1 parent 75cb630 commit b496e92

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

css-shapes/Overview.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
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

css-shapes/Overview.src.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)