Skip to content

Commit dc815b3

Browse files
committed
[css-shadow-parts-1] Add missing "not" w3c#2412
1 parent 1c3944d commit dc815b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-shadow-parts-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ The rules for parsing a part mapping are as follows:
350350
and let <var>second token</var> be the result.
351351
1. If <var>second token</var> is empty then return error.
352352
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.
353+
1. If <var>position</var> is not past the end of <var>input</var> then return error.
354354
1. Return the [=pair=] <var>first token</var>/<var>second token</var>.
355355

356356
Rules for parsing a list of part mappings {#parsing-mapping-list}

0 commit comments

Comments
 (0)