Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Fix broken links for promise and update editor details #63

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@
{ name: "Jose M. Cantera",
company: "Telefonica",
companyURL: "http://www.tid.es/" },
{ name: "Christophe Dumez",
{ name: "Mahesh Kulkarni",
company: "Samsung Electronics, Co., Ltd",
companyURL: "http://www.samsung.com/sec" }
companyURL: "http://www.samsung.com/sec",
{ name: "Christophe Dumez",
note: "Former editor, represented Intel and Samsung Electronics, until January 2013 and mid-August 2014, respectively" }
],
inlineCSS: true,
noIDLIn: true,
Expand Down Expand Up @@ -123,14 +125,13 @@ <h2>Terminology</h2>
event handler event types</a></dfn> are defined in [[!HTML5]].

<p>The <dfn><a
href="http://dom.spec.whatwg.org/#promise">Promise</a></dfn> interface,
the concepts of a <a href=
"http://dom.spec.whatwg.org/#concept-resolver"><dfn>resolver</dfn></a>, a
href="https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects">Promise</a></dfn> interface,
the concepts of a resolver, a
<dfn id="dfn-fulfill-algorithm"><a
href="http://dom.spec.whatwg.org/#concept-resolver-fulfill"> resolver's
href="https://people.mozilla.org/~jorendorff/es6-draft.html#sec-fulfillpromise"> resolver's
fulfill algorithm</a></dfn> and a <dfn id="dfn-reject-algorithm"><a
href="http://dom.spec.whatwg.org/#concept-resolver-reject"> resolver's
reject algorithm</a></dfn> are defined in [[DOM4]].</p>
href="https://people.mozilla.org/~jorendorff/es6-draft.html#sec-rejectpromise"> resolver's
reject algorithm</a></dfn> are defined in [[ECMASCRIPT]].</p>

</section>

Expand Down