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
Parse a comma-separated list of component values</h4>
2300
2300
2301
2301
To <dfn export>parse a comma-separated list of component values</dfn>:
@@ -2336,7 +2336,7 @@ Parser Algorithms</h3>
2336
2336
it is implicitly invoked with the same list as the invoking algorithm.
2337
2337
2338
2338
2339
-
<h4 id="consume-a-list-of-rules">
2339
+
<h4 id="consume-list-of-rules">
2340
2340
Consume a list of rules</h4>
2341
2341
2342
2342
To <dfn>consume a list of rules</dfn>:
@@ -2382,7 +2382,7 @@ Consume a list of rules</h4>
2382
2382
</dl>
2383
2383
2384
2384
2385
-
<h4 id="consume-an-at-rule">
2385
+
<h4 id="consume-at-rule">
2386
2386
Consume an at-rule</h4>
2387
2387
2388
2388
To <dfn>consume an at-rule</dfn>:
@@ -2420,7 +2420,7 @@ Consume an at-rule</h4>
2420
2420
</dl>
2421
2421
2422
2422
2423
-
<h4 id="consume-a-qualified-rule">
2423
+
<h4 id="consume-qualified-rule">
2424
2424
Consume a qualified rule</h4>
2425
2425
2426
2426
To <dfn>consume a qualified rule</dfn>:
@@ -2456,7 +2456,7 @@ Consume a qualified rule</h4>
2456
2456
</dl>
2457
2457
2458
2458
2459
-
<h4 id="consume-a-list-of-declarations">
2459
+
<h4 id="consume-list-of-declarations">
2460
2460
Consume a list of declarations</h4>
2461
2461
2462
2462
To <dfn>consume a list of declarations</dfn>:
@@ -2500,7 +2500,7 @@ Consume a list of declarations</h4>
2500
2500
</dl>
2501
2501
2502
2502
2503
-
<h4 id="consume-a-declaration">
2503
+
<h4 id="consume-declaration">
2504
2504
Consume a declaration</h4>
2505
2505
2506
2506
Note: This algorithm assumes that the <a>next input token</a> has already been checked to be an <<ident-token>>.
@@ -2541,7 +2541,7 @@ Consume a declaration</h4>
2541
2541
</ol>
2542
2542
2543
2543
2544
-
<h4 id="consume-a-component-value">
2544
+
<h4 id="consume-component-value">
2545
2545
Consume a component value</h4>
2546
2546
2547
2547
To <dfn>consume a component value</dfn>:
@@ -2561,7 +2561,7 @@ Consume a component value</h4>
2561
2561
Otherwise, return the <a>current input token</a>.
2562
2562
2563
2563
2564
-
<h4 id="consume-a-simple-block">
2564
+
<h4 id="consume-simple-block">
2565
2565
Consume a simple block</h4>
2566
2566
2567
2567
Note: This algorithm assumes that the <a>current input token</a> has already been checked to be an <a href="#tokendef-open-curly"><{-token></a>, <a href="#tokendef-open-square"><[-token></a>, or <a href="#tokendef-open-paren"><(-token></a>.
@@ -2590,7 +2590,7 @@ Consume a simple block</h4>
2590
2590
</dl>
2591
2591
2592
2592
2593
-
<h4 id="consume-a-function">
2593
+
<h4 id="consume-function">
2594
2594
Consume a function</h4>
2595
2595
2596
2596
Note: This algorithm assumes that the <a>current input token</a> has already been checked to be a <<function-token>>.
0 commit comments