We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3944d commit dc815b3Copy full SHA for dc815b3
css-shadow-parts-1/Overview.bs
@@ -350,7 +350,7 @@ The rules for parsing a part mapping are as follows:
350
and let <var>second token</var> be the result.
351
1. If <var>second token</var> is empty then return error.
352
1. [=Collect a sequence of code points=] that are space characters.
353
-1. If <var>position</var> is past the end of <var>input</var> then return error.
+1. If <var>position</var> is not past the end of <var>input</var> then return error.
354
1. Return the [=pair=] <var>first token</var>/<var>second token</var>.
355
356
Rules for parsing a list of part mappings {#parsing-mapping-list}
0 commit comments