You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css3-values/Overview.src.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1197,15 +1197,15 @@ <h3 id="attr-notation">
1197
1197
1198
1198
<dl>
1199
1199
<dt>''string''
1200
-
<dd>The attribute value will be interpreted as the contents of a CSS
1200
+
<dd>The attribute value will be parsed as the contents of a CSS
1201
1201
<var><string></var>. The default is the empty string.
1202
1202
1203
1203
<dt>''color''
1204
-
<dd>The attribute value will be interpreted as a CSS <var><color></var> value.
1204
+
<dd>The attribute value will be parsed as a CSS <var><color></var> value.
1205
1205
The default is ''currentColor''.
1206
1206
1207
1207
<dt>''url''
1208
-
<dd>The attribute value will be interpreted as the argument of a
1208
+
<dd>The attribute value will be parsed as the argument of a
1209
1209
''url()'' expression. The default is a UA-dependent URI defined
1210
1210
to point to a non-existent document with a generic error
1211
1211
condition. (i.e. it shouldn't be an FTP URI that causes a DNS
@@ -1215,13 +1215,13 @@ <h3 id="attr-notation">
1215
1215
originating from the element; they are not relative to the style sheet.
1216
1216
1217
1217
<dt>''integer''
1218
-
<dd>The attribute value will be interpreted as a CSS <var><integer></var>.
1218
+
<dd>The attribute value will be parsed as a CSS <var><integer></var>.
1219
1219
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
1220
1220
in question only accepts integers within a certain range and
1221
1221
the attribute is out of range.
1222
1222
1223
1223
<dt>''number''
1224
-
<dd>The attribute value will be interpreted as a CSS <var><number></var>.
1224
+
<dd>The attribute value will be parsed as a CSS <var><number></var>.
1225
1225
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
1226
1226
property in question only accepts numbers within a certain
1227
1227
range and the attribute is out of range.
@@ -1230,7 +1230,7 @@ <h3 id="attr-notation">
1230
1230
<dt>''angle''
1231
1231
<dt>''time''
1232
1232
<dt>''frequency''
1233
-
<dd>The attribute value will be interpreted as a CSS <var><length></var>,
1233
+
<dd>The attribute value will be parsed as a CSS <var><length></var>,
1234
1234
<var><angle></var>, <var><time></var> or <var><frequency></var> (respectively), and
1235
1235
the unit identifier (if any) will appear in the attribute value.
1236
1236
The default is ''0'' in the relevant units, or else the property's minimum value if ''0'' in the relevant units is not valid for the property. The default should also be
@@ -1259,8 +1259,8 @@ <h3 id="attr-notation">
1259
1259
<dt>''Hz''
1260
1260
<dt>''kHz''
1261
1261
<dt>''%''
1262
-
<dd>The attribute value will be interpreted as a CSS ''NUMBER'' token, with the given
1263
-
type suffixed as a unit, to create a dimension with the given unit's type. The default is ''0'' in the relevant
1262
+
<dd>The attribute value will be parsed as a CSS <var><number></var>, with the given
1263
+
type suffixed as a unit to create a dimension with the given unit's type. The default is ''0'' in the relevant
1264
1264
units, or else the property's minimum value if ''0'' in the relevant units is not valid for the property.
1265
1265
If the unit is a relative length, it must be computed to an absolute length.
0 commit comments