Skip to content

Commit

Permalink
Editorial: fix Bikeshed linking errors
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jan 21, 2025
1 parent f2f0397 commit 0eadd7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xhr.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ not be web compatible.
<li><p>If <var>charset</var> is null, then set <var>charset</var> to <a>UTF-8</a>.

<li><p>Let <var>document</var> be a
<a>document</a> that
<a for=/>document</a> that
represents the result parsing <var>xhr</var>'s <a>received bytes</a> following the rules set
forth in the HTML Standard for an HTML parser with scripting disabled and
<a>a known definite encoding</a> <var>charset</var>.
Expand All @@ -1316,8 +1316,8 @@ not be web compatible.
</ol>

<li>
<p>Otherwise, let <var>document</var> be a <a>document</a> that represents the result of running
the <a>XML parser</a> with <a>XML scripting support disabled</a> on <var>xhr</var>'s
<p>Otherwise, let <var>document</var> be a <a for=/>document</a> that represents the result of
running the <a>XML parser</a> with <a>XML scripting support disabled</a> on <var>xhr</var>'s
<a>received bytes</a>. If that fails (unsupported character encoding,
namespace well-formedness error, etc.), then return null. [[!HTML]]

Expand Down

0 comments on commit 0eadd7b

Please sign in to comment.