Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: fix Bikeshed linking errors #395

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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