Skip to content

Commit

Permalink
Be explicit about range boundaries of URL code points
Browse files Browse the repository at this point in the history
Fixes #262.
  • Loading branch information
burlog authored and annevk committed Mar 7, 2017
1 parent 8386c7a commit f46386b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion url.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ U+C0000 to U+CFFFD,
U+D0000 to U+DFFFD,
U+E0000 to U+EFFFD,<!-- changed relative to IRI from E1000 to E0000 to align with HTML-->
U+F0000 to U+FFFFD,
U+100000 to U+10FFFD.
U+100000 to U+10FFFD, all inclusive.

<p class=note>Code points higher than U+007F will be converted to
<a lt="percent-encoded byte">percent-encoded bytes</a> by the <a>URL parser</a>.
Expand Down Expand Up @@ -3169,6 +3169,7 @@ Martin Dürst,
Mathias Bynens,
Michael Peick,
Michael™ Smith,
Michal Bukovský,
Michel Suignard,
Noah Levitt,
Peter Occil,
Expand Down

0 comments on commit f46386b

Please sign in to comment.