@@ -1881,7 +1881,7 @@ Ian's proposal:
18811881
18821882 <dt> ''color''
18831883 <dd>
1884- The attribute value must parse as a HASH or IDENT CSS token,
1884+ The attribute value must parse as a <<hash-token>> or <<ident- token>> ,
18851885 and be successfully interpreted as a <<color>> .
18861886 The default is ''currentcolor'' .
18871887
@@ -1897,7 +1897,7 @@ Ian's proposal:
18971897
18981898 <dt> ''integer''
18991899 <dd>
1900- The attribute value must parse as a NUMBER CSS token,
1900+ The attribute value must parse as a <<number- token>> ,
19011901 and be successfully interpreted as an <<integer>> .
19021902 The default is ''0'' ,
19031903 or else the property's minimum value if ''0'' is not valid for the property.
@@ -1907,7 +1907,7 @@ Ian's proposal:
19071907
19081908 <dt> ''number''
19091909 <dd>
1910- The attribute value must parse as a NUMBER CSS token,
1910+ The attribute value must parse as a <<number- token>> ,
19111911 and is interpreted as an <<number>> .
19121912 The default is ''0'' ,
19131913 or else the property's minimum value if ''0'' is not valid for the property.
@@ -1920,7 +1920,7 @@ Ian's proposal:
19201920 <dt> ''time''
19211921 <dt> ''frequency''
19221922 <dd>
1923- The attribute value must parse as a DIMENSION CSS token,
1923+ The attribute value must parse as a <<dimension- token>> ,
19241924 and be successfully interpreted as the specified type.
19251925 The default is ''0'' in the relevant units,
19261926 or else the property's minimum value if ''0'' in the relevant units is not valid for the property.
@@ -1933,7 +1933,7 @@ Ian's proposal:
19331933 <dt> ''%''
19341934 <dt> A keyword matching one of the <<length>> , <<angle>> , <<time>> , or <<frequency>> units
19351935 <dd>
1936- The attribute value must parse as a NUMBER CSS token,
1936+ The attribute value must parse as a <<number- token>> ,
19371937 and is interpreted as a <a>dimension</a> with the specified unit.
19381938 The default is ''0'' in the relevant units,
19391939 or else the property's minimum value if ''0'' in the relevant units is not valid for the property.
0 commit comments