File tree 2 files changed +21
-15
lines changed
2 files changed +21
-15
lines changed Original file line number Diff line number Diff line change @@ -1260,13 +1260,14 @@ optionally with an <a>encoding</a>
1260
1260
<var> url</var> 's <a lt=' URL password'>password</a>
1261
1261
to the empty string and continue.
1262
1262
1263
- <li><p> <a>utf-8 percent encode</a> <var> code point</var> using
1264
- the <a>default encode set</a> and append the result to
1265
- <var> url</var> 's <a lt=' URL password'>password</a>
1266
- if <var> url</var> 's <a lt=' URL password'>password</a>
1267
- is non-null, and to
1268
- <var> url</var> 's <a lt=' URL username'>username</a>
1269
- otherwise.
1263
+ <li><p> If <var> url</var> 's <a lt="URL password">password</a> is non-null,
1264
+ <a>utf-8 percent encode</a> <var> code point</var> using the
1265
+ <a>password encode set</a> and append the result to <var> url</var> 's
1266
+ <a lt="URL password">password</a> .
1267
+
1268
+ <li><p> Otherwise, <a>utf-8 percent encode</a> <var> code point</var> using the
1269
+ <a>username encode set</a> and append the result to <var> url</var> 's
1270
+ <a lt="URL username">username</a> .
1270
1271
</ol>
1271
1272
<li><p> Set <var> buffer</var> to the empty string.
1272
1273
</ol>
@@ -2835,6 +2836,7 @@ Peter Occil,
2835
2836
Rodney Rehm,
2836
2837
Roy Fielding,
2837
2838
Santiago M. Mola,
2839
+ Sebastian Mayr,
2838
2840
Simon Pieters,
2839
2841
Simon Sapin,
2840
2842
Tab Atkins,
Original file line number Diff line number Diff line change 30
30
< h1 class ="p-name no-ref allcaps " id ="title "> URL</ h1 >
31
31
32
32
< h2 class ="no-num no-toc no-ref heading settled " id ="subtitle "> < span class ="content "> Living Standard — Last Updated
33
- < time class ="dt-updated " datetime ="2015-06-15 " > 15 June 2015</ time > </ span > </ h2 >
33
+ < time class ="dt-updated " datetime ="2015-06-16 " > 16 June 2015</ time > </ span > </ h2 >
34
34
35
35
< div data-fill-with ="spec-metadata ">
36
36
< dl >
@@ -1899,13 +1899,16 @@ <h3 class="heading settled" data-level="4.2" id="url-parsing"><span class="secno
1899
1899
1900
1900
</ p >
1901
1901
< li >
1902
- < p > < a data-link-type ="dfn " href ="#utf_8-percent-encode "> utf-8 percent encode</ a > < var > code point</ var > using
1903
- the < a data-link-type ="dfn " href ="#default-encode-set "> default encode set</ a > and append the result to
1904
- < var > url</ var > ’s < a data-link-type ="dfn " href ="#concept-url-password "> password</ a >
1905
- if < var > url</ var > ’s < a data-link-type ="dfn " href ="#concept-url-password "> password</ a >
1906
- is non-null, and to
1907
- < var > url</ var > ’s < a data-link-type ="dfn " href ="#concept-url-username "> username</ a >
1908
- otherwise.
1902
+ < p > If < var > url</ var > ’s < a data-link-type ="dfn " href ="#concept-url-password "> password</ a > is non-null,
1903
+ < a data-link-type ="dfn " href ="#utf_8-percent-encode "> utf-8 percent encode</ a > < var > code point</ var > using the
1904
+ < a data-link-type ="dfn " href ="#password-encode-set "> password encode set</ a > and append the result to < var > url</ var > ’s
1905
+ < a data-link-type ="dfn " href ="#concept-url-password "> password</ a > .
1906
+
1907
+ </ p >
1908
+ < li >
1909
+ < p > Otherwise, < a data-link-type ="dfn " href ="#utf_8-percent-encode "> utf-8 percent encode</ a > < var > code point</ var > using the
1910
+ < a data-link-type ="dfn " href ="#username-encode-set "> username encode set</ a > and append the result to < var > url</ var > ’s
1911
+ < a data-link-type ="dfn " href ="#concept-url-username "> username</ a > .
1909
1912
</ p >
1910
1913
</ ol >
1911
1914
@@ -4258,6 +4261,7 @@ <h2 class="no-num heading settled" id="acknowledgments"><span class="content">Ac
4258
4261
Rodney Rehm,
4259
4262
Roy Fielding,
4260
4263
Santiago M. Mola,
4264
+ Sebastian Mayr,
4261
4265
Simon Pieters,
4262
4266
Simon Sapin,
4263
4267
Tab Atkins,
You can’t perform that action at this time.
0 commit comments