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

Remove id and href links #827

Merged
merged 1 commit into from Feb 27, 2018
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
10 changes: 5 additions & 5 deletions index.html
Expand Up @@ -9005,8 +9005,8 @@ <h3><dfn>RTCQuicStreamEvent</dfn></h3>
name <var>e</var>, which does not bubble (except where otherwise stated)
and is not cancelable (except where otherwise stated), and which uses the
<code><a>RTCQuicStreamEvent</a></code> interface with the
<code><a href="#dom-quicstreamevent-stream">stream</a></code> attribute
set to <var>stream</var>, MUST be created and dispatched at the given target.</p>
<code><a>stream</a></code> attribute set to <var>stream</var>,
MUST be created and dispatched at the given target.</p>
<div>
<pre class="idl">
[ Constructor (DOMString type, RTCQuicStreamEventInit eventInitDict), Exposed=Window]
Expand Down Expand Up @@ -9058,7 +9058,7 @@ <h2>Attributes</h2>
<dt><code>stream</code> of type <span class=
"idlAttrType"><a>RTCQuicStream</a></span>, readonly</dt>
<dd>
<p>The <dfn id="dom-quicstreamevent-stream"><code>stream</code></dfn>
<p>The <dfn><code>stream</code></dfn>
attribute represents the <code><a>RTCQuicStream</a></code> object
associated with the event.</p>
</dd>
Expand Down Expand Up @@ -9403,8 +9403,8 @@ <h2>Attributes</h2>
<dt><code>state</code> of type <span class=
"idlAttrType"><a>RTCQuicStreamState</a></span>, readonly</dt>
<dd>
<p>The <dfn id="dom-quicstream-state"><code>state</code></dfn>
attribute represents the state of the <a>RTCQuicStream</a> object.
<p>The <dfn id="dom-quicstream-state"><code>state</code></dfn> attribute
represents the state of the <code><a>RTCQuicStream</a></code> object.
On getting it <em class="rfc2119" title="MUST">MUST</em> return
the value of the <code><a>RTCQuicStream</a></code>'s
<a>[[\QuicStreamState]]</a> internal slot.</p>
Expand Down