- From: Kunihiko Sakamoto <ksakamoto@google.com>
- Date: Tue, 22 Oct 2013 14:55:25 +0900
- To: www-style@w3.org
Hello,
http://dev.w3.org/csswg/css-font-load-events/#dom-cssfontfaceloadeventinit-fontfaces
sequence<CSSFontFaceRule> fontfaces = null;
http://dev.w3.org/csswg/css-font-load-events/#dom-cssfontfaceloadevent-fontfaces
readonly attribute sequence<CSSFontFaceRule> fontfaces;
I think these should be sequence<FontFace>.
http://dev.w3.org/csswg/css-font-load-events/#font-load-event-examples
EXAMPLE 1
document.FontFaceSet.ready().then(function() {
document.FontFaceSet -> document.fonts
Thanks,
Kunihiko Sakamoto
Received on Tuesday, 22 October 2013 09:59:25 UTC