Skip to content

Commit

Permalink
Make "WebTransport session" scoped (#308)
Browse files Browse the repository at this point in the history
Before this change, #webtransport-session links to
"WebTransport session" and #webtransport-session① links to
"[[Session]]" for="WebTransport.

In order to have a public link to "[[Session]]" at
whatwg/html#6856, add "for=protocol" to
the link to "WebTransport session".

With this change #protocol-webtransport-session links to
"WebTransport session", and #webtransport-session links to
[[Session]].

This is for #127.
  • Loading branch information
yutakahirano committed Jul 14, 2021
1 parent 3be0e20 commit 15bb37d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Expand Up @@ -142,8 +142,8 @@ The terms {{ReadableStream}} and {{WritableStream}} are defined in

# Protocol concepts # {#protocol-concepts}

A <dfn>WebTransport session</dfn> is a session of WebTransport over HTTP/3.
There may be multiple [=WebTransport session=]s on one [=connection=], when pooling is enabled.
A <dfn for="protocol">WebTransport session</dfn> is a session of WebTransport over HTTP/3.
There may be multiple [=WebTransport sessions=] on one [=connection=], when pooling is enabled.

[=WebTransport session=] has the following capabilities defined in [[!WEB-TRANSPORT-HTTP3]].

Expand Down

0 comments on commit 15bb37d

Please sign in to comment.