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

Update references to HTTP. #518

Merged
merged 2 commits into from Oct 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
47 changes: 22 additions & 25 deletions index.html
Expand Up @@ -297,16 +297,10 @@ <h2>
as defined in [[!ECMASCRIPT]].
</p>
<p>
The header <dfn>Accept-Language</dfn> is used as <a href=
"https://tools.ietf.org/html/rfc7231#section-5.3.5" title=
"Definition of Accept-Language in HTTP/1.1">defined in HTTP/1.1</a>
[[!rfc7231]].
</p>
<p>
<dfn>HTTP authentication</dfn> is used as <a href=
"https://tools.ietf.org/html/rfc7235#section-2" title=
"Definition of HTTP authentication in HTTP/1.1: Authentication">defined
in HTTP/1.1: Authentication</a> [[!rfc7235]].
The terms <dfn data-cite=
"rfc9110#section-12.5.4">Accept-Language</dfn> and <dfn data-cite=
"rfc9110#section-11">HTTP authentication</dfn> are used as defined in
[[!RFC9110]].
</p>
<p>
The term <dfn>cookie store</dfn> is used as <a href=
Expand Down Expand Up @@ -1426,7 +1420,8 @@ <h4>
<a>Resolve</a> <var>P</var> with <var>newConnection</var>.
</li>
<li>
<a>Queue a task</a> to [=fire an event=] named <a data-link-for=
<a>Queue a task</a> to [=fire an event=] named
<a data-link-for=
"PresentationRequest">connectionavailable</a>, that uses the
<a>PresentationConnectionAvailableEvent</a> interface, with
the <a data-link-for=
Expand Down Expand Up @@ -1825,9 +1820,10 @@ <h4>
</pre>
<p>
A <a>controlling user agent</a> [=fire an event|fires an event=]
named <a data-link-for="PresentationRequest">connectionavailable</a>
on a <a>PresentationRequest</a> when a connection associated with
the object is created. It is fired at the <a>PresentationRequest</a>
named <a data-link-for=
"PresentationRequest">connectionavailable</a> on a
<a>PresentationRequest</a> when a connection associated with the
object is created. It is fired at the <a>PresentationRequest</a>
instance, using the <a>PresentationConnectionAvailableEvent</a>
interface, with the <a data-link-for=
"PresentationConnectionAvailableEvent">connection</a> attribute set
Expand Down Expand Up @@ -1947,11 +1943,11 @@ <h3>
</li>
</ul>
<div class="note">
A <a data-link-for="PresentationConnectionState">connected</a> state
does not mean that sending or receiving messages will succeed, as
the communication channel may be abruptly closed at any time.
Applications that wish to detect such situations as soon as possible
should implement their own keep-alive mechanism.
A <a data-link-for="PresentationConnectionState">connected</a>
state does not mean that sending or receiving messages will
succeed, as the communication channel may be abruptly closed at any
time. Applications that wish to detect such situations as soon as
possible should implement their own keep-alive mechanism.
</div>
<p>
When the <dfn>close</dfn> method is called on a
Expand Down Expand Up @@ -2436,8 +2432,8 @@ <h4>
attribute initialized to <var>closeReason</var> and the
<a data-link-for="PresentationConnectionCloseEvent">message</a>
attribute initialized to <var>closeMessage</var>, at
<var>presentationConnection</var>. The event must not bubble and
must not be cancelable.
<var>presentationConnection</var>. The event must not bubble
and must not be cancelable.
</li>
</ol>
</li>
Expand Down Expand Up @@ -2476,8 +2472,8 @@ <h4>
<var>known connection</var> to <a data-link-for=
"PresentationConnectionState">terminated</a>.
</li>
<li>[=Fire an event=] named <code>terminate</code> at
<var>known connection</var>.
<li>[=Fire an event=] named <code>terminate</code> at <var>
known connection</var>.
</li>
</ol>
</li>
Expand Down Expand Up @@ -2729,8 +2725,9 @@ <h4>
auxiliary navigation browsing context flag</a> on <var>C</var>.
</li>
<li>If the <a>receiving user agent</a> implements [[!PERMISSIONS]],
set the <a>permission state</a> of all [=powerful feature/permission
descriptor types=] for <var>C</var> to <code>"denied"</code>.
set the <a>permission state</a> of all [=powerful
feature/permission descriptor types=] for <var>C</var> to
<code>"denied"</code>.
</li>
<li>Create a new empty <a>cookie store</a> for <var>C</var>.
</li>
Expand Down