diff --git a/index.html b/index.html index 2eb33b3..e1188c7 100644 --- a/index.html +++ b/index.html @@ -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, @@ -123,14 +125,13 @@

Terminology

event handler event types are defined in [[!HTML5]].

The Promise interface, - the concepts of a resolver, a + href="https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects">Promise interface, + the concepts of a resolver, a resolver's + href="https://people.mozilla.org/~jorendorff/es6-draft.html#sec-fulfillpromise"> resolver's fulfill algorithm and a resolver's - reject algorithm are defined in [[DOM4]].

+ href="https://people.mozilla.org/~jorendorff/es6-draft.html#sec-rejectpromise"> resolver's + reject algorithm are defined in [[ECMASCRIPT]].