Skip to content

Commit

Permalink
Merge pull request #577 from w3c/jan-ivar-patch-1
Browse files Browse the repository at this point in the history
SHA: 607bfa8
Reason: push, by jan-ivar

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jan-ivar and github-actions[bot] committed Dec 8, 2023
1 parent 29bb793 commit feeca72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
<meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
<link href="https://www.w3.org/TR/webtransport/" rel="canonical">
<meta content="8b74ae04e04a106a4fcbe34e357ba76413024360" name="document-revision">
<meta content="607bfa88728d738c69a0d731fafb389b27b83cd1" name="document-revision">
<style>/* Boilerplate: style-autolinks */
.css.css, .property.property, .descriptor.descriptor {
color: var(--a-normal-text);
Expand Down Expand Up @@ -669,7 +669,7 @@
<div class="head">
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
<h1 class="p-name no-ref" id="title">WebTransport</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2023-12-06">6 December 2023</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2023-12-08">8 December 2023</time></p>
<details open>
<summary>More details about this document</summary>
<div data-fill-with="spec-metadata">
Expand Down Expand Up @@ -2264,7 +2264,7 @@ <h3 class="heading settled" data-level="5.11" id="uni-stream-options"><span clas
<p>An optional <code class="idl"><a data-link-type="idl" href="#webtransportsendgroup" id="ref-for-webtransportsendgroup⑤">WebTransportSendGroup</a></code> to <a data-link-type="dfn" href="#grouped" id="ref-for-grouped">group</a> this <code class="idl"><a data-link-type="idl" href="#webtransportsendstream" id="ref-for-webtransportsendstream⑤">WebTransportSendStream</a></code> under, or null.</p>
<dt data-md><dfn class="dfn-paneled idl-code" data-dfn-for="WebTransportSendStreamOptions" data-dfn-type="dict-member" data-export id="dom-webtransportsendstreamoptions-sendorder"><code>sendOrder</code></dfn>, <span> of type <a data-link-type="idl-name" href="https://webidl.spec.whatwg.org/#idl-long-long" id="ref-for-idl-long-long①">long long</a>, defaulting to <code>0</code></span>
<dd data-md>
<p>An send order number that, if provided, opts the created <code class="idl"><a data-link-type="idl" href="#webtransportsendstream" id="ref-for-webtransportsendstream⑥">WebTransportSendStream</a></code> in to participating in <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="strict-ordering">strict ordering</dfn>.
<p>A send order number that, if provided, opts the created <code class="idl"><a data-link-type="idl" href="#webtransportsendstream" id="ref-for-webtransportsendstream⑥">WebTransportSendStream</a></code> in to participating in <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="strict-ordering">strict ordering</dfn>.
Bytes currently queued on <a data-link-type="dfn" href="#strict-ordering" id="ref-for-strict-ordering">strictly ordered</a> <code class="idl"><a data-link-type="idl" href="#webtransportsendstream" id="ref-for-webtransportsendstream⑦">WebTransportSendStream</a></code>s will be sent ahead of bytes currently queued on
other <a data-link-type="dfn" href="#strict-ordering" id="ref-for-strict-ordering①">strictly ordered</a> <code class="idl"><a data-link-type="idl" href="#webtransportsendstream" id="ref-for-webtransportsendstream⑧">WebTransportSendStream</a></code>s
created with lower send order numbers.</p>
Expand Down

0 comments on commit feeca72

Please sign in to comment.