@@ -1995,25 +1995,26 @@ <h3 id=serializing-image-notation><span class=secno>8.3. </span>
19951995 < ol >
19961996 < li > Append "image(" to s.
19971997
1998- < li > For each argument, serialize the argument as an <image-decl> ,
1999- <color> , <element-reference> , or <gradient> as appropriate, and
2000- append it to s. Then, if it is not the final argument, append a comma and
2001- a space ", " to s.
1998+ < li > For each argument, serialize the argument as an <image-decl> or
1999+ <color> as appropriate, and append it to s. Then, if it is not the
2000+ final argument, append a comma and a space ", " to s.
20022001
20032002 < li > Append a close parenthesis ")" to s.
20042003 </ ol >
20052004
20062005 < p > To serialize an < a href ="#ltimage-decl "> < i > <image-decl> </ i > </ a > :
20072006
20082007 < ol >
2009- < li > Serialize the first part of the value (the <string> or
2010- <url-token> ) as a string.
2008+ < li > Serialize the first part of the value (the <string> ) as a string.
20112009
20122010 < li > If a <resolution> was provided, append a space " " to s. Then
20132011 serialize the <resolution> and append it to s.
20142012
20152013 < li > If the ‘< code class =property > snap</ code > ’ keyword was
20162014 provided, append a space " " and the literal string "snap" to s.
2015+
2016+ < li > If a directional keyword was provided, append a space " " to s, then
2017+ append the keyword to s.
20172018 </ ol >
20182019 <!-- ====================================================================== -->
20192020
@@ -2194,7 +2195,7 @@ <h3 id=serializing-properties><span class=secno>8.7. </span> Serializing
21942195 < li > If both the ‘< code class =css > from-image</ code > ’ keyword
21952196 and a <resolution> are specified, append a space " " to s.
21962197
2197- < li > If a <resolution is specified, serialize it and append it to s.
2198+ < li > If a <resolution> is specified, serialize it and append it to s.
21982199 </ ol >
21992200
22002201 < p > To serialize the ‘< a href ="#image-orientation0 "> < code
0 commit comments