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

Clarify WebTransport BFCache interaction #9217

Merged
merged 4 commits into from
Jun 2, 2023
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
26 changes: 21 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -4439,6 +4439,17 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
</ul>
</dd>

<dt>WebTransport</dt>

<dd>
<p>The following terms are defined in <cite>WebTransport</cite>: <ref spec=WEBTRANSPORT></p>

<ul class="brief">
<li><dfn data-x-href="https://w3c.github.io/webtransport/#webtransport"><code>WebTransport</code></dfn></li>
<li><dfn data-x-href="https://w3c.github.io/webtransport/#context-cleanup-steps"><code>context cleanup steps</code></dfn></li>
nidhijaju marked this conversation as resolved.
Show resolved Hide resolved
</ul>
</dd>

<dt>Web Authentication: An API for accessing Public Key Credentials</dt>

<dd>
Expand Down Expand Up @@ -96151,6 +96162,10 @@ new PaymentRequest(&hellip;); // Allowed to use
data-x="concept-document-salvageable">salvageable</i> state to false.</p>
</li>

<li><p>For each <code>WebTransport</code> object <var>transport</var> whose <span>relevant global
object</span> is <var>window</var>, run the <span>context cleanup steps</span> given
<var>transport</var>.</p></li>

<li>
nidhijaju marked this conversation as resolved.
Show resolved Hide resolved
<p>If <var>document</var>'s <i data-x="concept-document-salvageable">salvageable</i>
state is false, then:</p>
Expand All @@ -96176,10 +96191,10 @@ new PaymentRequest(&hellip;); // Allowed to use
NFC</cite>, <cite>WebDriver BiDi</cite>, <cite>Compute Pressure</cite>, <cite>File API</cite>,
<cite>Media Capture and Streams</cite>, <cite>Picture-in-Picture</cite>, <cite>Screen
Orientation</cite>, <cite>Service Workers</cite>, <cite>WebLocks API</cite>, <cite>WebAudio
API</cite>, <cite>WebRTC</cite>, <cite>WebTransport</cite>. <ref spec=FULLSCREEN> <ref
spec=WEBNFC> <ref spec=WEBDRIVERBIDI> <ref spec=COMPUTEPRESSURE> <ref spec=FILEAPI> <ref
spec=MEDIASTREAM> <ref spec=PICTUREINPICTURE> <ref spec=SCREENORIENTATION> <ref spec=SW> <ref
spec=WEBLOCKS> <ref spec=WEBAUDIO> <ref spec=WEBRTC> <ref spec=WEBTRANSPORT>
API</cite>, <cite>WebRTC</cite>. <ref spec=FULLSCREEN> <ref spec=WEBNFC> <ref
spec=WEBDRIVERBIDI> <ref spec=COMPUTEPRESSURE> <ref spec=FILEAPI> <ref spec=MEDIASTREAM>
<ref spec=PICTUREINPICTURE> <ref spec=SCREENORIENTATION> <ref spec=SW> <ref spec=WEBLOCKS>
<ref spec=WEBAUDIO> <ref spec=WEBRTC>

<p><a href="https://github.com/whatwg/html/issues/8906">Issue #8906</a> tracks the work to make
the order of these steps clear.</p>
Expand Down Expand Up @@ -133738,7 +133753,7 @@ INSERT INTERFACES HERE
<dd><cite><a href="https://websockets.spec.whatwg.org/">WebSockets</a></cite>, A. Rice. WHATWG.</dd>

<dt id="refsWEBTRANSPORT">[WEBTRANSPORT]</dt>
<dd>(Non-normative) <cite><a href="https://w3c.github.io/webtransport/">WebTransport</a></cite>, B. Aboba, N. Jaju, V. Vasiliev. W3C.</dd>
<dd><cite><a href="https://w3c.github.io/webtransport/">WebTransport</a></cite>, B. Aboba, N. Jaju, V. Vasiliev. W3C.</dd>

<dt id="refsWEBVTT">[WEBVTT]</dt>
<dd><cite><a href="https://w3c.github.io/webvtt/">WebVTT</a></cite>, S. Pieters. W3C.</dd>
Expand Down Expand Up @@ -134555,6 +134570,7 @@ INSERT INTERFACES HERE
Nicolas Gallagher,
Nicolas Pena Moreno,
Nicolò Ribaudo,
Nidhi Jaju,
Nikki Bee,
Niklas Gögge,
Nina Satragno,
Expand Down