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
<ahref="#serialize-a-css-component-value" title="serialize a CSS component value">serialized</a> as <integer>.</li>
811
-
812
-
<li><p>If <var>a</var> is one or minus one and
813
-
<var>b</var> is zero let the value be
814
-
"<codetitle="">n</code>" (U+006E).</li>
815
-
816
-
<li><p>If <var>a</var> is one or minus one let the value be
817
-
"<codetitle="">n</code>" (U+006E), followed by
818
-
"<codetitle="">+</code>" (U+002B) if <var>b</var> is positive,
819
-
followed by <var>b</var>
820
-
<ahref="#serialize-a-css-component-value" title="serialize a CSS component value">serialized</a> as <integer>.</li>
821
-
822
-
<li><p>If <var>b</var> is zero let the value be
823
-
<var>a</var>
824
-
<ahref="#serialize-a-css-component-value" title="serialize a CSS component value">serialized</a> as <integer>,
825
-
followed by "<codetitle="">n</code>" (U+006E).</li>
826
-
827
-
<li><p>Otherwise let the value be
828
-
<var>a</var>
829
-
<ahref="#serialize-a-css-component-value" title="serialize a CSS component value">serialized</a> as <integer>,
830
-
followed by "<codetitle="">n</code>" (U+006E), followed by
831
-
"<codetitle="">+</code>" (U+002B) if <var>b</var> is positive,
832
-
followed by <var>b</var>
833
-
<ahref="#serialize-a-css-component-value" title="serialize a CSS component value">serialized</a> as <integer>.</li>
834
-
</ol>
835
-
</dd>
836
-
800
+
<dd><p>The result of serializing the value using the rules for <aclass="external" data-anolis-spec="csssyntax" href="http://dev.w3.org/csswg/css-syntax/#serializing-anb">serializing <an+b></a>.
801
+
837
802
<dt><codetitle="">:not()</code></dt>
838
803
<dd><p>The result of serializing the value using the rules for
839
804
<ahref="#serialize-a-group-of-selectors" title="serialize a group of selectors">serializing a group of selectors</a>.</dd>
0 commit comments