Skip to content

Commit 8a61ad9

Browse files
committed
[css-shapes] s/four or six/four to six/
1 parent 1d6e793 commit 8a61ad9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

css-shapes/Overview.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@ <h4 id=supported-basic-shapes><span class=secno>3.2.1. </span>Supported
442442
rel=biblioentry>[CSS3VAL]<!--{{CSS3VAL}}--></a>.
443443

444444
<dl>
445-
<dt><dfn id=rectangle>rectangle</dfn>() takes either four or six arguments
446-
of &lt;length&gt; or &lt;percentage&gt;
445+
<dt><dfn id=rectangle>rectangle</dfn>() takes four to six arguments of
446+
&lt;length&gt; or &lt;percentage&gt;
447447

448448
<dd>
449449
<ul>
@@ -458,8 +458,8 @@ <h4 id=supported-basic-shapes><span class=secno>3.2.1. </span>Supported
458458
below on edge cases for these arguments.
459459
</ul>
460460

461-
<dt><dfn id=inset-rectangle>inset-rectangle</dfn>() takes either four or
462-
six arguments of &lt;length&gt; or &lt;percentage&gt;
461+
<dt><dfn id=inset-rectangle>inset-rectangle</dfn>() takes four to six
462+
arguments of &lt;length&gt; or &lt;percentage&gt;
463463

464464
<dd>
465465
<ul>

css-shapes/Overview.src.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ <h4 id="supported-basic-shapes">Supported Shapes</h4>
340340
<p>The following basic shapes are supported. All basic shapes use functional notation following the rules defined in <a href="http://www.w3.org/TR/css3-values/#functional-notation">CSS Values and Units</a> [[CSS3VAL]].
341341
<dl>
342342
<dt><dfn id="rectangle">rectangle</dfn>()
343-
takes either four or six arguments
343+
takes four to six arguments
344344
of &lt;length&gt; or &lt;percentage&gt;</dt>
345345
<dd>
346346
<ul>
@@ -364,7 +364,7 @@ <h4 id="supported-basic-shapes">Supported Shapes</h4>
364364
</ul>
365365
</dd>
366366
<dt><dfn id="inset-rectangle">inset-rectangle</dfn>()
367-
takes either four or six arguments
367+
takes four to six arguments
368368
of &lt;length&gt; or &lt;percentage&gt;</dt>
369369
<dd>
370370
<ul>

0 commit comments

Comments
 (0)