diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-12-28 21:10:50 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-28 21:10:50 -0800 |
commit | f158c946aa2e28529312e8730f561e85a5e0e4a1 (patch) | |
tree | d00dee4c4dd69a6edda22a0b2f8849c040fe1c7c | |
parent | ef93684b823dcc1a4514491cdf42e018c7c62880 (diff) |
Clarified that spec does not dictate URL encoding/normalization policy.
-rw-r--r-- | spec.txt | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -6633,9 +6633,13 @@ just a backslash: . URL-escaping should be left alone inside the destination, as all -URL-escaped characters are also valid URL characters. Character -references in the destination will be parsed into the corresponding Unicode -code points, as usual, and optionally URL-escaped when written as HTML. +URL-escaped characters are also valid URL characters. Entity and +numerical character references in the destination will be parsed +into the corresponding Unicode code points, as usual. These may +be optionally URL-escaped when written as HTML, but this spec +does not enforce any particular policy for rendering URLs in +HTML or other formats. Renderers may make different decisions +about how to escape or normalize URLs in the output. . [link](foo%20bä) |