File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1578,7 +1578,7 @@ <h3 id=attr><span class=secno>8.3. </span> Attribute References: ‘<a
15781578
15791579 < dd > The attribute value will be interpreted as a CSS ‘< code
15801580 class =css > <integer> </ code > ’. The default is ‘< code
1581- class =css > 0</ code > ’, or else the property's minimum value is
1581+ class =css > 0</ code > ’, or else the property's minimum value if
15821582 ‘< code class =css > 0</ code > ’ 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: ‘<a
15871587
15881588 < dd > The attribute value will be interpreted as a CSS ‘< code
15891589 class =css > <number> </ code > ’. The default is ‘< code
1590- class =css > 0.0</ code > ’, or else the property's minimum value is
1590+ class =css > 0.0</ code > ’, or else the property's minimum value if
15911591 ‘< code class =css > 0.0</ code > ’ 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.
Original file line number Diff line number Diff line change @@ -1103,13 +1103,13 @@ <h3 id="attr">
11031103
11041104 < dt > ''integer''
11051105 < dd > The attribute value will be interpreted as a CSS ''<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 ''<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
You can’t perform that action at this time.
0 commit comments