Skip to content

Commit bb5ec45

Browse files
committed
[css-font-loading] Update changes list.
1 parent 1b6d0e3 commit bb5ec45

File tree

2 files changed

+12
-32
lines changed

2 files changed

+12
-32
lines changed

css-font-loading/Overview.bs

+6-15
Original file line numberDiff line numberDiff line change
@@ -889,22 +889,13 @@ API Examples</h2>
889889

890890
<h2 class="no-num" id="changes">Changes</h2>
891891

892-
<h3 class="no-num" id="changes-since-20130212">
893-
Changes from the <a href="http://www.w3.org/TR/2013/WD-css3-fonts-20130212/">February 2013 CSS3 Fonts Working Draft</a></h3>
892+
Changes from the <a href="http://www.w3.org/TR/2014/WD-css-font-loading-3-20140522/">May 2014 CSS Font Loading Last Call Working Draft</a>:
894893

895-
Major changes include:
896-
897-
<ul>
898-
<li>Add details of font load errors.
899-
900-
<li>Switched to a promise-based design for load() and ready().
901-
902-
<li>Renamed notifyWhenFontsReady() to ready().
903-
904-
<li>Added a FontFace interface, to directly represent the individual font faces, and allow manual construction of font faces without having to indirect through a @font-face rule.
905-
906-
<li>Dropped the per-font events, in favor of promise-based methods on FontFace.
907-
</ul>
894+
<ol>
895+
<li>
896+
Corrected the async algorithms to use "await a stable state" language,
897+
to ensure that side-effect timing is well-defined.
898+
</ol>
908899

909900
<h2 class=no-num id=acknowledgments>
910901
Acknowledgments</h2>

css-font-loading/Overview.html

+6-17
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
9494
<li><a href=#document-font-face-set><span class=secno>4.2</span> Interaction with CSS’s <span class=css data-link-type=maybe title=@font-face>@font-face</span> Rule</a></ul>
9595
<li><a href=#font-load-event-examples><span class=secno>5</span> API Examples</a>
9696
<li><a href=#changes><span class=secno></span>Changes</a>
97-
<ul class=toc>
98-
<li><a href=#changes-since-20130212><span class=secno></span> Changes from the <span>February 2013 CSS3 Fonts Working Draft</span></a></ul>
9997
<li><a href=#acknowledgments><span class=secno></span> Acknowledgments</a>
10098
<li><a href=#conformance><span class=secno></span> Conformance</a>
10199
<ul class=toc>
@@ -977,22 +975,13 @@ <h2 class="heading settled heading" data-level=5 id=font-load-event-examples><sp
977975

978976
<h2 class="no-num heading settled heading" id=changes><span class=content>Changes</span><a class=self-link href=#changes></a></h2>
979977

980-
<h3 class="no-num heading settled heading" id=changes-since-20130212><span class=content>
981-
Changes from the <a href=http://www.w3.org/TR/2013/WD-css3-fonts-20130212/>February 2013 CSS3 Fonts Working Draft</a></span><a class=self-link href=#changes-since-20130212></a></h3>
982-
983-
<p>Major changes include:</p>
984-
985-
<ul>
986-
<li>Add details of font load errors.
987-
988-
<li>Switched to a promise-based design for load() and ready().
989-
990-
<li>Renamed notifyWhenFontsReady() to ready().
978+
<p>Changes from the <a href=http://www.w3.org/TR/2014/WD-css-font-loading-3-20140522/>May 2014 CSS Font Loading Last Call Working Draft</a>:</p>
991979

992-
<li>Added a FontFace interface, to directly represent the individual font faces, and allow manual construction of font faces without having to indirect through a @font-face rule.
993-
994-
<li>Dropped the per-font events, in favor of promise-based methods on FontFace.
995-
</ul>
980+
<ol>
981+
<li>
982+
Corrected the async algorithms to use "await a stable state" language,
983+
to ensure that side-effect timing is well-defined.
984+
</ol>
996985

997986
<h2 class="no-num heading settled heading" id=acknowledgments><span class=content>
998987
Acknowledgments</span><a class=self-link href=#acknowledgments></a></h2>

0 commit comments

Comments
 (0)