Skip to content

Commit

Permalink
Update url.bs
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Dec 2, 2024
1 parent acbcafd commit d4110e0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions url.bs
Original file line number Diff line number Diff line change
Expand Up @@ -934,8 +934,12 @@ concepts.
<a href="https://github.com/whatwg/url/issues/397">issue #397</a>.
</ol>

<li><p><a for=/>Assert</a>: <var>result</var> is not the empty string and does not contain a
<a>forbidden domain code point</a>.
<li>
<p><a for=/>Assert</a>: <var>result</var> is not the empty string and does not contain a
<a>forbidden domain code point</a>.

<p class=note><cite>Unicode IDNA Compatibility Processing</cite> guarantees this holds when
<var>beStrict</var> is true. [[UTS46]]

<li><p>Return <var>result</var>.
</ol>
Expand Down

0 comments on commit d4110e0

Please sign in to comment.