Skip to content

Commit dc2dfb1

Browse files
committed
[css-font-loading] Update Promises ref.
1 parent 19cd0e5 commit dc2dfb1

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

css-font-loading/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ Introduction</h2>
3737
<h3 id="values">
3838
Values</h3>
3939

40-
This specification uses <dfn interface title="Promise">Promises</dfn>.
41-
Promises are currently defined by <a href="https://github.com/domenic/promises-unwrapping">Domenic Denicola's spec</a>,
42-
but when TC39 is finished adding them to ECMAScript 6 their definition should be used instead.
40+
This specification uses <dfn interface title="Promise">Promises</dfn>,
41+
which are defined in <a href="http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts">ECMAScript 6</a>.
4342
HTML5Rocks has some <a href="http://www.html5rocks.com/en/tutorials/es6/promises/">good tutorial material introducing Promises</a>.
4443

4544
<h2 id="fontface-interface">

css-font-loading/Overview.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,8 @@ <h2 class="heading settled heading" data-level=1 id=introduction><span class=sec
136136
<h3 class="heading settled heading" data-level=1.1 id=values><span class=secno>1.1 </span><span class=content>
137137
Values</span><a class=self-link href=#values></a></h3>
138138

139-
<p>This specification uses <dfn class=idl-code data-dfn-type=interface data-export="" id=dom-promise title=Promise>Promises<a class=self-link href=#dom-promise></a></dfn>.
140-
Promises are currently defined by <a href=https://github.com/domenic/promises-unwrapping>Domenic Denicola’s spec</a>,
141-
but when TC39 is finished adding them to ECMAScript 6 their definition should be used instead.
139+
<p>This specification uses <dfn class=idl-code data-dfn-type=interface data-export="" id=dom-promise title=Promise>Promises<a class=self-link href=#dom-promise></a></dfn>,
140+
which are defined in <a href="http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts">ECMAScript 6</a>.
142141
HTML5Rocks has some <a href=http://www.html5rocks.com/en/tutorials/es6/promises/>good tutorial material introducing Promises</a>.</p>
143142

144143
<h2 class="heading settled heading" data-level=2 id=fontface-interface><span class=secno>2 </span><span class=content>

0 commit comments

Comments
 (0)