File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -327,8 +327,8 @@ Rules for parsing part mappings {#parsing-mapping}
327327----------------------------------------------
328328
329329A <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
332332The tokens must not contain U+003A COLON or U+002C COMMA characters.
333333
334334The 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
359359A <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
363363The rules for parsing a list of part mappings are as follow:
364364
You can’t perform that action at this time.
0 commit comments