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
Copy file name to clipboardExpand all lines: css-syntax-3/Overview.bs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2696,7 +2696,7 @@ The <code><an+b></code> type</h3>
2696
2696
<li><dfn><code><dashndashdigit-ident></code></dfn> is an <<ident-token>> whose value is an <a>ASCII case-insensitive</a> match for "-n-*", where "*" is a series of one or more <a>digits</a>
2697
2697
<li><dfn><code><integer></code></dfn> is a <<number-token>> with its type flag set to "integer"
2698
2698
<li><dfn><code><signed-integer></code></dfn> is a <<number-token>> with its type flag set to "integer", and whose <a>representation</a> starts with "+" or "-"
2699
-
<li><dfn><code><signless-integer></code></dfn> is a <<number-token>> with its type flag set to "integer", and whose <a>representation</a>start with a <a>digit</a>
2699
+
<li><dfn><code><signless-integer></code></dfn> is a <<number-token>> with its type flag set to "integer", and whose <a>representation</a>starts with a <a>digit</a>
0 commit comments