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-the-next-input-tokentitle="consume the next input token">Consume the next input token</a>.
3672
-
3673
-
<li>
3674
-
While the <adata-link-type=dfnhref=#current-input-tokentitle="current input token">current input token</a> is a <aclass="production css-code" data-link-type=typehref=#typedef-whitespace-tokentitle="<whitespace-token>"><whitespace-token></a>,
3671
+
While the <adata-link-type=dfnhref=#next-input-tokentitle="next input token">next input token</a> is a <aclass="production css-code" data-link-type=typehref=#typedef-whitespace-tokentitle="<whitespace-token>"><whitespace-token></a>,
3675
3672
<adata-link-type=dfnhref=#consume-the-next-input-tokentitle="consume the next input token">consume the next input token</a>.
3676
3673
3677
3674
<li>
3678
-
If the <adata-link-type=dfnhref=#current-input-tokentitle="current input token">current input token</a> is an <aclass="production css-code" data-link-type=typehref=#typedef-eof-tokentitle="<eof-token>"><EOF-token></a>,
3675
+
If the <adata-link-type=dfnhref=#next-input-tokentitle="next input token">next input token</a> is an <aclass="production css-code" data-link-type=typehref=#typedef-eof-tokentitle="<eof-token>"><EOF-token></a>,
3679
3676
return a syntax error.
3680
3677
3681
3678
<p> Otherwise,
3682
-
if the <adata-link-type=dfnhref=#current-input-tokentitle="current input token">current input token</a> is an <aclass="production css-code" data-link-type=typehref=#typedef-at-keyword-tokentitle="<at-keyword-token>"><at-keyword-token></a>,
3683
-
<adata-link-type=dfnhref=#consume-an-at-rule0title="consume an at-rule">consume an at-rule</a>
3679
+
if the <adata-link-type=dfnhref=#next-input-tokentitle="next input token">next input token</a> is an <aclass="production css-code" data-link-type=typehref=#typedef-at-keyword-tokentitle="<at-keyword-token>"><at-keyword-token></a>,
3680
+
consume it
3681
+
and <adata-link-type=dfnhref=#consume-an-at-rule0title="consume an at-rule">consume an at-rule</a>,
While the <adata-link-type=dfnhref=#current-input-tokentitle="current input token">current input token</a> is a <aclass="production css-code" data-link-type=typehref=#typedef-whitespace-tokentitle="<whitespace-token>"><whitespace-token></a>,
3691
+
While the <adata-link-type=dfnhref=#next-input-tokentitle="next input token">next input token</a> is a <aclass="production css-code" data-link-type=typehref=#typedef-whitespace-tokentitle="<whitespace-token>"><whitespace-token></a>,
3694
3692
<adata-link-type=dfnhref=#consume-the-next-input-tokentitle="consume the next input token">consume the next input token</a>.
3695
3693
3696
3694
<li>
3697
-
If the <adata-link-type=dfnhref=#current-input-tokentitle="current input token">current input token</a> is an <aclass="production css-code" data-link-type=typehref=#typedef-eof-tokentitle="<eof-token>"><EOF-token></a>,
3695
+
If the <adata-link-type=dfnhref=#next-input-tokentitle="next input token">next input token</a> is an <aclass="production css-code" data-link-type=typehref=#typedef-eof-tokentitle="<eof-token>"><EOF-token></a>,
<adata-link-type=dfnhref=#consume-the-next-input-tokentitle="consume the next input token">Consume the next input token</a>.
3713
-
3714
-
<li>
3715
-
While the <adata-link-type=dfnhref=#current-input-tokentitle="current input token">current input token</a> is a <aclass="production css-code" data-link-type=typehref=#typedef-whitespace-tokentitle="<whitespace-token>"><whitespace-token></a>,
3710
+
While the <adata-link-type=dfnhref=#next-input-tokentitle="next input token">next input token</a> is a <aclass="production css-code" data-link-type=typehref=#typedef-whitespace-tokentitle="<whitespace-token>"><whitespace-token></a>,
3716
3711
<adata-link-type=dfnhref=#consume-the-next-input-tokentitle="consume the next input token">consume the next input token</a>.
3717
3712
3718
3713
<li>
3719
-
If the <adata-link-type=dfnhref=#current-input-tokentitle="current input token">current input token</a> is not an <aclass="production css-code" data-link-type=typehref=#typedef-ident-tokentitle="<ident-token>"><ident-token></a>,
3714
+
If the <adata-link-type=dfnhref=#next-input-tokentitle="next input token">next input token</a> is not an <aclass="production css-code" data-link-type=typehref=#typedef-ident-tokentitle="<ident-token>"><ident-token></a>,
3720
3715
return a syntax error.
3721
3716
3722
3717
<li>
3723
-
<adata-link-type=dfnhref=#consume-a-declaration0title="consume a declaration">Consume a declaration</a>.
3718
+
<adata-link-type=dfnhref=#consume-the-next-input-tokentitle="consume the next input token">Consume the next input token</a>,
3719
+
then <adata-link-type=dfnhref=#consume-a-declaration0title="consume a declaration">consume a declaration</a>.
0 commit comments