Skip to content

Commit b0327d2

Browse files
committed
set CheckHyphens to false
1 parent 0ac537b commit b0327d2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

url.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,11 @@ U+005C (\), or U+005D (]).
283283
<li>
284284
<p>Let <var>result</var> be the result of running <a abstract-op lt=ToASCII>Unicode ToASCII</a>
285285
with <i>domain_name</i> set to <var>domain</var>, <i>UseSTD3ASCIIRules</i> set to false,
286-
<i>processing_option</i> set to <i>Nontransitional_Processing</i>, and <i>VerifyDnsLength</i> set
287-
to false.
286+
<i>CheckHyphens</i> set to false, <i>processing_option</i> set to
287+
<i>Nontransitional_Processing</i>, and <i>VerifyDnsLength</i> set to false.
288288

289-
<p class="XXX">Browsers only seem to apply this when the input has non-ASCII code points. See
290-
<a href="https://github.com/whatwg/url/issues/267">issue #267</a>.
289+
<p class="XXX">This is based on a proposed revision. See
290+
<a href="https://github.com/whatwg/url/issues/267">issue #267</a> for more details.
291291

292292
<li><p>If <var>result</var> is a failure value, <a>validation error</a>, return failure.
293293

@@ -3175,7 +3175,7 @@ spec: MEDIA-SOURCE; urlPrefix: https://w3c.github.io/media-source/#idl-def-
31753175
type: interface; text: MediaSource
31763176
spec: MEDIACAPTURE-STREAMS; urlPrefix: https://w3c.github.io/mediacapture-main/#idl-def-
31773177
type: interface; text: MediaStream
3178-
spec: UTS46; urlPrefix: http://www.unicode.org/reports/tr46/
3178+
spec: UTS46; urlPrefix: http://www.unicode.org/reports/tr46/proposed.html
31793179
type: abstract-op; text: ToASCII; url: #ToASCII
31803180
type: abstract-op; text: ToUnicode; url: #ToUnicode
31813181
</pre>

0 commit comments

Comments
 (0)