You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-font-loading/Overview.bs
+6-15
Original file line number
Diff line number
Diff line change
@@ -889,22 +889,13 @@ API Examples</h2>
889
889
890
890
<h2 class="no-num" id="changes">Changes</h2>
891
891
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>:
894
893
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.
Changes from the <ahref=http://www.w3.org/TR/2013/WD-css3-fonts-20130212/>February 2013 CSS3 Fonts Working Draft</a></span><aclass=self-linkhref=#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 <ahref=http://www.w3.org/TR/2014/WD-css-font-loading-3-20140522/>May 2014 CSS Font Loading Last Call Working Draft</a>:</p>
991
979
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.
0 commit comments