Skip to content

Commit

Permalink
Update es6->webidl
Browse files Browse the repository at this point in the history
  • Loading branch information
mfoltzgoogle committed Jun 2, 2015
1 parent 78f6a3b commit 13b52a4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 32 deletions.
33 changes: 16 additions & 17 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,15 @@ <h2>
"dom">DOM</span>.
</p>
<p>
The terms <span data-anolis-spec="es6" title=
"promise-objects">Promise</span> and <span data-anolis-spec=
"es6">ArrayBuffer</span> are defined in <span data-anolis-ref=
"">ES6</span>. The terms <span data-anolis-spec="promguide" title=
This document provides interface definitions using the
<span data-anolis-ref="webidl">WEBIDL</span> standard. The terms
<span data-anolis-spec="webidl">Promise</span>, <span data-anolis-spec=
"webidl">ArrayBuffer</span>, and <span data-anolis-spec=
"webidl">ArrayBufferView</span> are defined in <span data-anolis-ref=
"webidl">WEBIDL</span>.
</p>
<p>
The terms <span data-anolis-spec="promguide" title=
"resolve-reject">resolving a Promise, and rejecting a Promise</span>
are used as explained in <span data-anolis-ref="">PROMGUIDE</span>.
</p>
Expand All @@ -354,10 +359,6 @@ <h2>
The term <span data-anolis-spec="fileapi">Blob</span> is defined in the
File API specification: <span data-anolis-ref="fileapi">FILEAPI</span>.
</p>
<p>
This document provides interface definitions using the
<span data-anolis-ref="webidl">WEBIDL</span> standard.
</p>
</section>
<section>
<h2>
Expand Down Expand Up @@ -588,7 +589,7 @@ <h3>
void <dfn title="send-blob">send</dfn> (<span data-anolis-spec=
"fileapi">Blob</span> data);
void <dfn title="send-arraybuffer">send</dfn> (<span data-anolis-spec=
"es6">ArrayBuffer</span> data);
"webidl">ArrayBuffer</span> data);
void <dfn title="send-arraybufferview">send</dfn> (<span data-anolis-spec=
"webidl">ArrayBufferView</span> data);
};
Expand Down Expand Up @@ -883,13 +884,12 @@ <h4>
Output
</dt>
<dd>
<em>P</em>, a <span data-anolis-spec="es6" title=
"promise-objects">Promise</span>
<em>P</em>, a <span data-anolis-spec="webidl">Promise</span>
</dd>
</dl>
<ol>
<li>Let <em>P</em> be a new <span data-anolis-spec="es6" title=
"promise-objects">Promise</span>.
<li>Let <em>P</em> be a new <span data-anolis-spec=
"webidl">Promise</span>.
</li>
<li>Return <em>P</em>.
</li>
Expand Down Expand Up @@ -1038,13 +1038,12 @@ <h4>
Output
</dt>
<dd>
<em>P</em>, a <span data-anolis-spec="es6" title=
"promise-objects">Promise</span>
<em>P</em>, a <span data-anolis-spec="webidl">Promise</span>
</dd>
</dl>
<ol>
<li>Let <em>P</em> be a new <span data-anolis-spec="es6" title=
"promise-objects">Promise</span>.
<li>Let <em>P</em> be a new <span data-anolis-spec=
"webidl">Promise</span>.
</li>
<li>Return <em>P</em>.
</li>
Expand Down
28 changes: 13 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
<h1>
Presentation API
</h1>
<h2 class="no-num no-toc" id="editor's-draft-1-june-2015">
Editor's Draft 1 June 2015
<h2 class="no-num no-toc" id="editor's-draft-2-june-2015">
Editor's Draft 2 June 2015
</h2>
<dl>
<dt>
Expand Down Expand Up @@ -411,7 +411,12 @@ <h2 id="terminology"><span class="secno">4 </span>
The term <a class="external" data-anolis-spec="dom" href="https://dom.spec.whatwg.org/#domexception" title="domexception">DOMException</a> is defined in <a href="#refsDOM">[DOM]</a>.
</p>
<p>
The terms <a class="external" data-anolis-spec="es6" href="https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects" title="promise-objects">Promise</a> and <a class="external" data-anolis-spec="es6" href="https://people.mozilla.org/~jorendorff/es6-draft.html#sec-arraybuffer-objects">ArrayBuffer</a> are defined in <a href="#refsES6">[ES6]</a>. The terms <a class="external" data-anolis-spec="promguide" href="http://www.w3.org/2001/tag/doc/promises-guide#shorthand-manipulating" title="resolve-reject">resolving a Promise, and rejecting a Promise</a>
This document provides interface definitions using the
<a href="#refsWEBIDL">[WEBIDL]</a> standard. The terms
<a class="external" data-anolis-spec="webidl" href="https://heycam.github.io/webidl/#idl-promise">Promise</a>, <a class="external" data-anolis-spec="webidl" href="https://heycam.github.io/webidl/#idl-ArrayBuffer">ArrayBuffer</a>, and <a class="external" data-anolis-spec="webidl" href="https://heycam.github.io/webidl/#common-ArrayBufferView">ArrayBufferView</a> are defined in <a href="#refsWEBIDL">[WEBIDL]</a>.
</p>
<p>
The terms <a class="external" data-anolis-spec="promguide" href="http://www.w3.org/2001/tag/doc/promises-guide#shorthand-manipulating" title="resolve-reject">resolving a Promise, and rejecting a Promise</a>
are used as explained in <a href="#refsPROMGUIDE">[PROMGUIDE]</a>.
</p>
<p>
Expand All @@ -422,10 +427,6 @@ <h2 id="terminology"><span class="secno">4 </span>
The term <a class="external" data-anolis-spec="fileapi" href="http://dev.w3.org/2006/webapi/FileAPI/#blob">Blob</a> is defined in the
File API specification: <a href="#refsFILEAPI">[FILEAPI]</a>.
</p>
<p>
This document provides interface definitions using the
<a href="#refsWEBIDL">[WEBIDL]</a> standard.
</p>
</section>
<section>
<h2 id="examples"><span class="secno">5 </span>
Expand Down Expand Up @@ -644,7 +645,7 @@ <h3 id="interface-presentationsession"><span class="secno">6.3 </span>
<a class="external" data-anolis-spec="w3c-html" href="http://www.w3.org/html/wg/drafts/html/master/webappapis.html#eventhandler">EventHandler</a> <dfn id="presentation-onmessage" title="presentation-onmessage">onmessage</dfn>;
void <dfn id="send">send</dfn> (<a class="external" data-anolis-spec="webidl" href="https://heycam.github.io/webidl/#idl-DOMString">DOMString</a> message);
void <dfn id="send-blob" title="send-blob">send</dfn> (<a class="external" data-anolis-spec="fileapi" href="http://dev.w3.org/2006/webapi/FileAPI/#blob">Blob</a> data);
void <dfn id="send-arraybuffer" title="send-arraybuffer">send</dfn> (<a class="external" data-anolis-spec="es6" href="https://people.mozilla.org/~jorendorff/es6-draft.html#sec-arraybuffer-objects">ArrayBuffer</a> data);
void <dfn id="send-arraybuffer" title="send-arraybuffer">send</dfn> (<a class="external" data-anolis-spec="webidl" href="https://heycam.github.io/webidl/#idl-ArrayBuffer">ArrayBuffer</a> data);
void <dfn id="send-arraybufferview" title="send-arraybufferview">send</dfn> (<a class="external" data-anolis-spec="webidl" href="https://heycam.github.io/webidl/#common-ArrayBufferView">ArrayBufferView</a> data);
};
</pre>
Expand Down Expand Up @@ -930,11 +931,11 @@ <h4 id="starting-a-presentation-session"><span class="secno">6.4.1 </span>
Output
</dt>
<dd>
<em>P</em>, a <a class="external" data-anolis-spec="es6" href="https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects" title="promise-objects">Promise</a>
<em>P</em>, a <a class="external" data-anolis-spec="webidl" href="https://heycam.github.io/webidl/#idl-promise">Promise</a>
</dd>
</dl>
<ol>
<li>Let <em>P</em> be a new <a class="external" data-anolis-spec="es6" href="https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects" title="promise-objects">Promise</a>.
<li>Let <em>P</em> be a new <a class="external" data-anolis-spec="webidl" href="https://heycam.github.io/webidl/#idl-promise">Promise</a>.
</li>
<li>Return <em>P</em>.
</li>
Expand Down Expand Up @@ -1074,11 +1075,11 @@ <h4 id="joining-a-presentation-session"><span class="secno">6.4.2 </span>
Output
</dt>
<dd>
<em>P</em>, a <a class="external" data-anolis-spec="es6" href="https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects" title="promise-objects">Promise</a>
<em>P</em>, a <a class="external" data-anolis-spec="webidl" href="https://heycam.github.io/webidl/#idl-promise">Promise</a>
</dd>
</dl>
<ol>
<li>Let <em>P</em> be a new <a class="external" data-anolis-spec="es6" href="https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects" title="promise-objects">Promise</a>.
<li>Let <em>P</em> be a new <a class="external" data-anolis-spec="webidl" href="https://heycam.github.io/webidl/#idl-promise">Promise</a>.
</li>
<li>Return <em>P</em>.
</li>
Expand Down Expand Up @@ -1426,9 +1427,6 @@ <h2 id="references"><span class="secno">8 </span>
<div id="anolis-references"><dl><dt id="refsDOM">[DOM]
<dd><cite><a href="https://dom.spec.whatwg.org/">DOM</a></cite>, Anne van Kesteren, Aryeh Gregor and Ms2ger. WHATWG.

<dt id="refsES6">[ES6]
<dd><cite><a href="http://people.mozilla.org/~jorendorff/es6-draft.html">ECMA-262 6th Edition / Draft</a></cite>. ECMA / Jason Orendorff.

<dt id="refsFILEAPI">[FILEAPI]
<dd><cite><a href="http://dev.w3.org/2006/webapi/FileAPI/">File API</a></cite>, Arun Ranganathan and Jonas Sicking. W3C.

Expand Down

0 comments on commit 13b52a4

Please sign in to comment.