Skip to content

Instantly share code, notes, and snippets.

@tobie
Last active July 31, 2016 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobie/3c7530d2953942a0e584877aad977d3c to your computer and use it in GitHub Desktop.
Save tobie/3c7530d2953942a0e584877aad977d3c to your computer and use it in GitHub Desktop.
Why is oldids taking precedence here?
<h4 oldids="dom-sequence" id="idl-sequence" interface="" dfn="" lt="sequence|sequence&lt;T&gt;">Sequences — sequence&lt;|T|&gt;</h4>
<p>
The {{sequence&lt;T&gt;}}
type is a parameterized type whose values are (possibly zero-length) sequences of
values of type |T|.
</p>
<h4 class="heading settled dfn-paneled" data-dfn-type="dfn" data-level="4.10.24" data-lt="sequence|sequence<T>" data-noexport="" id="idl-sequence" interface="">
<span class="secno">4.10.24. </span>
<span class="content">Sequences — sequence&lt;<var>T</var>></span><span id="dom-sequence"></span>
</h4>
<p>
The <code class="idl"><a data-link-type="idl" href="https://heycam.github.io/webidl/#dom-sequence">sequence&lt;T></a></code>
type is a parameterized type whose values are (possibly zero-length) sequences of
values of type <var>T</var>.
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment