We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db1dc0 commit ade9574Copy full SHA for ade9574
1 file changed
css3-syntax/parsing.html
@@ -181,23 +181,9 @@ <h4>
181
182
<dt>U+002B PLUS SIGN (+)
183
<dd>
184
- If the <i>next input character</i> is
185
- a <i>digit</i>
186
- or U+002E FULL STOP (.),
187
- switch to the <i>number state</i>.
188
-
189
- <p>
190
- Otherwise,
191
- if the <i title="next input character">next 2 input characters</i> are
192
- U+002E FULL STOP (.)
193
- followed by a <i>digit</i>,
194
195
196
197
198
- emit a delim token
199
- with its value set to U+002B PLUS SIGN (+).
200
- Remain in this state.
+ Emit a delim token
+ with its value set to U+002B PLUS SIGN (+).
+ Switch to the <i>number state</i>.
201
202
<dt>U+002D HYPHEN-MINUS (-)
203
0 commit comments