Skip to content

Commit c496e72

Browse files
committed
[css-shadow-parts-1] allow spaces in valid #2412
1 parent 0cc5691 commit c496e72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-shadow-parts-1/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ Rules for parsing part mappings {#parsing-mapping}
327327
----------------------------------------------
328328

329329
A <dfn export>valid part mapping</dfn> is a [=pair=] of tokens
330-
separated by a U+003A COLON charater,
331-
with no other characters (e.g. no space characters).
330+
separated by a U+003A COLON charater
331+
and any number of space characters before or after the U+003A COLON
332332
The tokens must not contain U+003A COLON or U+002C COMMA characters.
333333

334334
The rules for parsing a part mapping are as follows:
@@ -357,8 +357,8 @@ Rules for parsing a list of part mappings {#parsing-mapping-list}
357357
----------------------------------------------
358358

359359
A <dfn export>valid list of part mappings</dfn> is a number of valid part mappings
360-
separated by a U+002C COMMA charater,
361-
with no other characters (e.g. no space characters).
360+
separated by a U+002C COMMA charater
361+
and any number of space characters before or after the U+002C COMMA
362362

363363
The rules for parsing a list of part mappings are as follow:
364364

0 commit comments

Comments
 (0)