Skip to content

Commit 1918601

Browse files
committed
typos
1 parent e69e8f8 commit 1918601

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-values/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@ <h3 id=attr><span class=secno>8.3. </span> Attribute References: &lsquo;<a
15781578

15791579
<dd>The attribute value will be interpreted as a CSS &lsquo;<code
15801580
class=css>&lt;integer></code>&rsquo;. The default is &lsquo;<code
1581-
class=css>0</code>&rsquo;, or else the property's minimum value is
1581+
class=css>0</code>&rsquo;, or else the property's minimum value if
15821582
&lsquo;<code class=css>0</code>&rsquo; is not valid for the property. The
15831583
default should also be used if the property in question only accepts
15841584
integers within a certain range and the attribute is out of range.
@@ -1587,7 +1587,7 @@ <h3 id=attr><span class=secno>8.3. </span> Attribute References: &lsquo;<a
15871587

15881588
<dd>The attribute value will be interpreted as a CSS &lsquo;<code
15891589
class=css>&lt;number></code>&rsquo;. The default is &lsquo;<code
1590-
class=css>0.0</code>&rsquo;, or else the property's minimum value is
1590+
class=css>0.0</code>&rsquo;, or else the property's minimum value if
15911591
&lsquo;<code class=css>0.0</code>&rsquo; is not valid for the property.
15921592
The default should also be used if the property in question only accepts
15931593
numbers within a certain range and the attribute is out of range.

css3-values/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,13 +1103,13 @@ <h3 id="attr">
11031103

11041104
<dt>''integer''
11051105
<dd>The attribute value will be interpreted as a CSS ''&lt;integer>''.
1106-
The default is ''0'', or else the property's minimum value is ''0'' is not valid for the property. The default should also be used if the property
1106+
The default is ''0'', or else the property's minimum value if ''0'' is not valid for the property. The default should also be used if the property
11071107
in question only accepts integers within a certain range and
11081108
the attribute is out of range.
11091109

11101110
<dt>''number''
11111111
<dd>The attribute value will be interpreted as a CSS ''&lt;number>''.
1112-
The default is ''0.0'', or else the property's minimum value is ''0.0'' is not valid for the property. The default should also be used if the
1112+
The default is ''0.0'', or else the property's minimum value if ''0.0'' is not valid for the property. The default should also be used if the
11131113
property in question only accepts numbers within a certain
11141114
range and the attribute is out of range.
11151115

0 commit comments

Comments
 (0)