@@ -2203,7 +2203,7 @@ <h4>Serializing CSS Values</h4>
22032203 < p > In case of nested counters with the same name the concatenation of
22042204 these strings:</ p >
22052205 < ol >
2206- < li > < p > The string "< code > counters(</ code > ", followed by the
2206+ < li > < p > The string "< code title ="" > counters(</ code > ", followed by the
22072207 first <identifier> component, serialized, followed by
22082208 "< code > ,</ code > " (U+002C), followed by a space (U+0020), followed by
22092209 the <string> component, serialized.</ p > </ li >
@@ -2215,7 +2215,7 @@ <h4>Serializing CSS Values</h4>
22152215
22162216 < p > Otherwise, the concatenation of these strings:</ p >
22172217 < ol >
2218- < li > < p > The string "< code > counter(</ code > ", followed by the
2218+ < li > < p > The string "< code title ="" > counter(</ code > ", followed by the
22192219 first <identifier> component, serialized.</ p > </ li >
22202220 < li > < p > If there is a second < <identifier> component:
22212221 "< code > ,</ code > " (U+002C), followed by a space (U+0020), followed by
@@ -2266,7 +2266,10 @@ <h4>Serializing CSS Values</h4>
22662266 <number> followed by the literal string "< code > dpcm</ code > ".</ dd >
22672267
22682268 < dt > <shape> </ dt >
2269- < dd > < p class ="XXX "> ...</ p > </ dd >
2269+ < dd > < p > The string "< code title =""> rect(</ code > ". Then for each
2270+ CSS value component the component in serialized form, followed by
2271+ "< code > ,</ code > " (U+002C) and a space (U+0020) unless the component is
2272+ the last in which case follow it by "< code > )</ code > " (U+0029).</ p > </ dd >
22702273
22712274 < dt > <string> </ dt >
22722275 < dt > <family-name> </ dt >
0 commit comments