Editorial: fix Bikeshed linking errors · whatwg/xhr@150a3b8
domenic
·
2025-01-21
·
via Recent Commits to xhr:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1305,7 +1305,7 @@ not be web compatible.
|
1305 | 1305 | <li><p>If <var>charset</var> is null, then set <var>charset</var> to <a>UTF-8</a>. |
1306 | 1306 | |
1307 | 1307 | <li><p>Let <var>document</var> be a |
1308 | | -<a>document</a> that |
| 1308 | +<a for=/>document</a> that |
1309 | 1309 | represents the result parsing <var>xhr</var>'s <a>received bytes</a> following the rules set |
1310 | 1310 | forth in the HTML Standard for an HTML parser with scripting disabled and |
1311 | 1311 | <a>a known definite encoding</a> <var>charset</var>. |
@@ -1316,8 +1316,8 @@ not be web compatible.
|
1316 | 1316 | </ol> |
1317 | 1317 | |
1318 | 1318 | <li> |
1319 | | -<p>Otherwise, let <var>document</var> be a <a>document</a> that represents the result of running |
1320 | | - the <a>XML parser</a> with <a>XML scripting support disabled</a> on <var>xhr</var>'s |
| 1319 | +<p>Otherwise, let <var>document</var> be a <a for=/>document</a> that represents the result of |
| 1320 | +running the <a>XML parser</a> with <a>XML scripting support disabled</a> on <var>xhr</var>'s |
1321 | 1321 | <a>received bytes</a>. If that fails (unsupported character encoding, |
1322 | 1322 | namespace well-formedness error, etc.), then return null. [[!HTML]] |
1323 | 1323 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。