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
<adata-link-type=dfnhref=#consume-a-numeric-token0title="consume a numeric token">consume a numeric token</a>,
2082
2082
and return it.
2083
2083
2084
-
<p>Otherwise,
2085
-
if the input stream <adata-link-type=dfnhref=#check-if-three-code-points-would-start-an-identifiertitle="starts with an identifier">starts with an identifier</a>,
2086
-
<adata-link-type=dfnhref=#reconsume-the-current-input-code-pointtitle="reconsume the current input code point">reconsume the current input code point</a>,
2087
-
<adata-link-type=dfnhref=#consume-an-ident-like-token0title="consume an ident-like token">consume an ident-like token</a>,
2088
-
and return it.</p>
2089
-
2090
2084
<p>Otherwise,
2091
2085
if the <adata-link-type=dfnhref=#next-input-code-pointtitle="next input code point">next 2 input code points</a> are
and return a <aclass="production css-code" data-link-type=typehref=#typedef-cdc-tokentitle="<cdc-token>"><CDC-token></a>.</p>
2097
2091
2092
+
<p>Otherwise,
2093
+
if the input stream <adata-link-type=dfnhref=#check-if-three-code-points-would-start-an-identifiertitle="starts with an identifier">starts with an identifier</a>,
2094
+
<adata-link-type=dfnhref=#reconsume-the-current-input-code-pointtitle="reconsume the current input code point">reconsume the current input code point</a>,
2095
+
<adata-link-type=dfnhref=#consume-an-ident-like-token0title="consume an ident-like token">consume an ident-like token</a>,
2096
+
and return it.</p>
2097
+
2098
2098
<p>Otherwise,
2099
2099
return a <aclass="production css-code" data-link-type=typehref=#typedef-delim-tokentitle="<delim-token>"><delim-token></a>
2100
2100
with its value set to the <adata-link-type=dfnhref=#current-input-code-pointtitle="current input code point">current input code point</a>.</p>
0 commit comments