Skip to content

Commit ff03f3d

Browse files
committed
[css-syntax] tweak the multiplication signs.
1 parent b56d344 commit ff03f3d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css-syntax/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2300,8 +2300,8 @@ <h4 id=convert-a-string-to-a-number><span class=secno>4.3.13. </span>
23002300
base-10 integer; otherwise, let <var>i</var> be the number 0.
23012301
</ol>
23022302

2303-
<p> Return the number <code>s × (i + f·10<sup>-d</sup>) ×
2304-
10<sup>te</sup></code>.
2303+
<p> Return the number <code>s·(i +
2304+
f·10<sup>-d</sup>10<sup>te</sup></code>.
23052305

23062306
<h4 id=consume-the-remnants-of-a-bad-url><span class=secno>4.3.14.
23072307
</span> <dfn id=consume-the-remnants-of-a-bad-url0>Consume the

css-syntax/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1599,7 +1599,7 @@ <h4>
15991599
</ol>
16001600

16011601
<p>
1602-
Return the number <code>s × (i + f·10<sup>-d</sup>) × 10<sup>te</sup></code>.
1602+
Return the number <code>s·(i + f·10<sup>-d</sup>)·10<sup>te</sup></code>.
16031603

16041604

16051605
<h4>

0 commit comments

Comments
 (0)