@@ -1804,10 +1804,10 @@ Toggling Between Values: ''toggle()''</h3>
18041804
18051805 <div class='example'>
18061806 The following example cycles markers for nested lists,
1807- so that a top level list has ''disc'' -shaped markers,
1808- but nested lists use ''list-style-type/circle'' , then ''square'' , then ''box'' ,
1807+ so that a top level list has ''list-style-type/ disc'' -shaped markers,
1808+ but nested lists use ''list-style-type/circle'' , then ''list-style-type/ square'' , then ''list-style-type/ box'' ,
18091809 and then repeat through the list of marker shapes,
1810- starting again (for the 5th list deep) with ''disc'' .
1810+ starting again (for the 5th list deep) with ''list-style-type/ disc'' .
18111811
18121812 <pre> ul { list-style-type: toggle(disc, circle, square, box); }</pre>
18131813 </div>
@@ -2012,8 +2012,8 @@ Ian's proposal:
20122012
20132013 The <<type-or-unit>> keywords are:
20142014
2015- <dl>
2016- <dt> '' string''
2015+ <dl dfn-type=value dfn-for="<type-or-value> " >
2016+ <dt> <dfn> string</dfn>
20172017 <dd>
20182018 The attribute value is taken as the contents of a CSS <<string>> .
20192019 The default is the empty string.
@@ -2022,13 +2022,13 @@ Ian's proposal:
20222022 So, for example, an attribute whose value is "\51" will produce a string containing those three characters,
20232023 not a string containing "Q" (the character that the escape would evaluate to).
20242024
2025- <dt> '' color''
2025+ <dt> <dfn> color</dfn>
20262026 <dd>
20272027 The attribute value must parse as a HASH or IDENT CSS token,
20282028 and be successfully interpreted as a <<color>> .
20292029 The default is ''currentcolor'' .
20302030
2031- <dt> '' url''
2031+ <dt> <dfn> url</dfn>
20322032 <dd>
20332033 The attribute value is taken as the contents of a CSS <<string>> .
20342034 It is interpreted as a quoted string within the ''url()'' notation.
@@ -2038,7 +2038,7 @@ Ian's proposal:
20382038 according to the rules of the document language as applied to URLs originating from the element;
20392039 they are not relative to the style sheet.
20402040
2041- <dt> '' integer''
2041+ <dt> <dfn> integer</dfn>
20422042 <dd>
20432043 The attribute value must parse as a NUMBER CSS token,
20442044 and be successfully interpreted as an <<integer>> .
@@ -2048,7 +2048,7 @@ Ian's proposal:
20482048 if the property in question only accepts integers within a certain range
20492049 and the attribute is out of range.
20502050
2051- <dt> '' number''
2051+ <dt> <dfn> number</dfn>
20522052 <dd>
20532053 The attribute value must parse as a NUMBER CSS token,
20542054 and is interpreted as an <<number>> .
@@ -2058,10 +2058,10 @@ Ian's proposal:
20582058 if the property in question only accepts integers within a certain range
20592059 and the attribute is out of range.
20602060
2061- <dt> '' length''
2062- <dt> '' angle''
2063- <dt> '' time''
2064- <dt> '' frequency''
2061+ <dt> <dfn> length</dfn>
2062+ <dt> <dfn> angle</dfn>
2063+ <dt> <dfn> time</dfn>
2064+ <dt> <dfn> frequency</dfn>
20652065 <dd>
20662066 The attribute value must parse as a DIMENSION CSS token,
20672067 and be successfully interpreted as the specified type.
@@ -2073,7 +2073,7 @@ Ian's proposal:
20732073 and the attribute is out of range (e.g. a negative length or 180deg).
20742074 If the unit is a relative length, it must be computed to an absolute length.
20752075
2076- <dt> ''%''
2076+ <dt> <dfn>%</dfn>
20772077 <dt> A keyword matching one of the <<length>> , <<angle>> , <<time>> , or <<frequency>> units
20782078 <dd>
20792079 The attribute value must parse as a NUMBER CSS token,
0 commit comments