From 3753b9566640ef5f15807a48e5bbaf27ef4e5a30 Mon Sep 17 00:00:00 2001
From: Mahesh Kulkarni
Date: Wed, 12 Nov 2014 18:11:35 -0500
Subject: [PATCH 1/2] Update promise links to ecmascript
---
index.html | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/index.html b/index.html
index 2eb33b3..f848475 100644
--- a/index.html
+++ b/index.html
@@ -21,9 +21,13 @@
{ name: "Jose M. Cantera",
company: "Telefonica",
companyURL: "http://www.tid.es/" },
+ { name: "Mahesh Kulkarni",
+ company: "Samsung Electronics, Co., Ltd",
+ companyURL: "http://www.samsung.com/sec",
{ name: "Christophe Dumez",
company: "Samsung Electronics, Co., Ltd",
- companyURL: "http://www.samsung.com/sec" }
+ companyURL: "http://www.samsung.com/sec",
+ note: "Former editor, represented Intel and Samsung Electronics, until January 2013 and mid-August 2014, respectively" }
],
inlineCSS: true,
noIDLIn: true,
@@ -123,14 +127,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]].
From 587c9250e09d6dc77a72187660307d055a5fe9a1 Mon Sep 17 00:00:00 2001
From: Mahesh Kulkarni
Date: Wed, 12 Nov 2014 18:19:05 -0500
Subject: [PATCH 2/2] remove present company information for Christopher
---
index.html | 2 --
1 file changed, 2 deletions(-)
diff --git a/index.html b/index.html
index f848475..e1188c7 100644
--- a/index.html
+++ b/index.html
@@ -25,8 +25,6 @@
company: "Samsung Electronics, Co., Ltd",
companyURL: "http://www.samsung.com/sec",
{ name: "Christophe Dumez",
- company: "Samsung Electronics, Co., Ltd",
- companyURL: "http://www.samsung.com/sec",
note: "Former editor, represented Intel and Samsung Electronics, until January 2013 and mid-August 2014, respectively" }
],
inlineCSS: true,