Skip to content

Commit c289ec2

Browse files
authored
Editorial: Fix end tags with no corresponding open tags (#262)
1 parent ab1d2fa commit c289ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@ To <dfn>add a part</dfn> given a [=pattern parser=] |parser|, a string |prefix|,
14331433
1. Set |type| to "<a for=part/type>`full-wildcard`</a>".
14341434
1. Set |regexp value| to the empty string.
14351435
1. Let |name| be the empty string.
1436-
<p class=note>Next, we determine the [=part=] [=part/name=]. This can be explicitly provided by a "<a for=token/type>`name`</a>" [=token=] or be automatically assigned.</a>
1436+
<p class=note>Next, we determine the [=part=] [=part/name=]. This can be explicitly provided by a "<a for=token/type>`name`</a>" [=token=] or be automatically assigned.
14371437
1. If |name token| is not null, then set |name| to |name token|'s [=token/value=].
14381438
1. Otherwise if |regexp or wildcard token| is not null:
14391439
1. Set |name| to |parser|'s [=pattern parser/next numeric name=], [=serialize an integer|serialized=].
@@ -1779,7 +1779,7 @@ To <dfn>convert a modifier to a string</dfn> given a [=part/modifier=] |modifier
17791779
</div>
17801780
1. Append |value| to the end of |modified value|.
17811781
1. Let |dummyURL| be a new [=URL record=].
1782-
1. Let |parseResult| be the result of running [=basic URL parser=] given |modified value| with |dummyURL| as </i>[=basic URL parser/url=]</i> and [=path start state=] as <i>[=basic URL parser/state override=]</i>.
1782+
1. Let |parseResult| be the result of running [=basic URL parser=] given |modified value| with |dummyURL| as <i>[=basic URL parser/url=]</i> and [=path start state=] as <i>[=basic URL parser/state override=]</i>.
17831783
1. If |parseResult| is failure, then throw a {{TypeError}}.
17841784
1. Let |result| be the result of [=URL path serializing=] |dummyURL|.
17851785
1. If |leading slash| is false, then set |result| to the [=code point substring to the end of the string|code point substring=] from 2 to the end of the string within |result|.

0 commit comments

Comments
 (0)