Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1944,6 +1944,7 @@ To <dfn>convert a modifier to a string</dfn> given a [=part/modifier=] |modifier
<div algorithm>
To <dfn>process port for init</dfn> given a string |portValue|, a string |protocolValue|, and a string |type|:

1. Remove any leading and trailing [=C0 control or space=] from |portValue|.
1. If |type| is "`pattern`" then return |portValue|.
1. Return the result of running [=canonicalize a port=] given |portValue| and |protocolValue|.
</div>
Expand Down