Skip to content

Commit

Permalink
Editorial: correct URL path serializer markup
Browse files Browse the repository at this point in the history
Fixes #786.
  • Loading branch information
annevk committed Sep 19, 2023
1 parent d2ca75f commit b86ab66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions url.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3025,7 +3025,7 @@ these steps. They return an <a>ASCII string</a>.
<p>The <dfn export lt="URL path serializer|URL path serializing">URL path serializer</dfn> takes a
<a for=/>URL</a> <var>url</var> and then runs these steps. They return an <a>ASCII string</a>.

<ul>
<ol>
<li><p>If <var>url</var> has an <a for=url>opaque path</a>, then return <var>url</var>'s
<a for=url>path</a>.

Expand All @@ -3035,7 +3035,7 @@ these steps. They return an <a>ASCII string</a>.
U+002F (/) followed by <var>segment</var> to <var>output</var>.

<li><p>Return <var>output</var>.
</ul>
</ol>


<h3 id=url-equivalence>URL equivalence</h3>
Expand Down Expand Up @@ -4031,6 +4031,7 @@ Joe Duarte,
Joshua Bell,
Jxck,
Karl Wagner,
Kemal Zebari,
田村健人 (Kent TAMURA),
Kevin Grandon,
Kornel Lesiński,
Expand Down

0 comments on commit b86ab66

Please sign in to comment.