diff --git a/spec.bs b/spec.bs index facc2fa..27c3a57 100644 --- a/spec.bs +++ b/spec.bs @@ -1740,7 +1740,7 @@ To convert a modifier to a string given a [=part/modifier=] |modifier

Note, we set the [=URL record=]'s [=url/scheme=] in order for the [=basic URL parser=] to recognize and normalize default port values.

1. Let |parseResult| be the result of running [=basic URL parser=] given |portValue| with |dummyURL| as [=basic URL parser/url=] and [=port state=] as [=basic URL parser/state override=]. 1. If |parseResult| is failure, then throw a {{TypeError}}. - 1. Return |dummyURL|'s [=url/port=] or empty string if it is null. + 1. Return |dummyURL|'s [=url/port=], [=serialize an integer|serialized=], or empty string if it is null.