We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f115240 commit 64645b3Copy full SHA for 64645b3
2 files changed
css3-syntax/Overview.html
@@ -2257,6 +2257,10 @@ <h4 id=rule-mode><span class=secno>3.6.4. </span> <dfn id=rule-mode0>Rule
2257
<p>Consume the <a href="#next-input-token"><i>next input token</i></a>.
2258
2259
<dl>
2260
+ <dt>whitespace token
2261
+
2262
+ <dd> Do nothing, and remain in this state.
2263
2264
<dt>} token
2265
2266
<dd> <a href="#pop-the-current-rule0"><i>Pop the current rule</i></a>. <a
css3-syntax/Overview.src.html
@@ -2274,7 +2274,12 @@ <h4>
2274
2275
<p>Consume the <i>next input token</i>.
2276
2277
- <dl>
+ <dl>
2278
2279
+ <dd>
2280
+ Do nothing,
2281
+ and remain in this state.
2282
2283
2284
<dd>
2285
<i>Pop the current rule</i>.
0 commit comments