Skip to content

Commit

Permalink
Normative: Point to the latest version of UTR15 (#681)
Browse files Browse the repository at this point in the history
Instead of referring to a version snapshot, link to the latest version of UTR15.

Ref. #620.
  • Loading branch information
mathiasbynens authored and bterlson committed Sep 2, 2016
1 parent be9cae5 commit 8ac4a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Expand Up @@ -26716,7 +26716,7 @@ <h1>String.prototype.normalize ( [ _form_ ] )</h1>
1. If _form_ is not provided or _form_ is *undefined*, let _form_ be `"NFC"`.
1. Let _f_ be ? ToString(_form_).
1. If _f_ is not one of `"NFC"`, `"NFD"`, `"NFKC"`, or `"NFKD"`, throw a *RangeError* exception.
1. Let _ns_ be the String value that is the result of normalizing _S_ into the normalization form named by _f_ as specified in <a href="http://www.unicode.org/reports/tr15/tr15-29.html">http://www.unicode.org/reports/tr15/tr15-29.html</a>.
1. Let _ns_ be the String value that is the result of normalizing _S_ into the normalization form named by _f_ as specified in <a href="http://www.unicode.org/reports/tr15/">http://www.unicode.org/reports/tr15/</a>.
1. Return _ns_.
</emu-alg>
<emu-note>
Expand Down

0 comments on commit 8ac4a31

Please sign in to comment.