RE: Safari using native iOS and OSX WOFF2 support?

Thank you Chris, this is an excellent news.
It looks like finding another implementation to test may not be such a challenge after all! ;-)

Cheers,
Vlad


-----Original Message-----
From: Chris Lilley [mailto:chris@w3.org] 
Sent: Tuesday, March 08, 2016 1:40 PM
To: WebFonts WG
Subject: Safari using native iOS and OSX WOFF2 support?

Hello folks,

Seems like iOS 10 and OS X 10.12 include WOFF2 support?  So, uh, September 2016 maybe?

    76          return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype")
    77      #if (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 100000) || (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101200)
    78              || equalIgnoringCase(format, "woff2")
    79      #endif
    80          || equalIgnoringCase(format, "woff");

http://trac.webkit.org/changeset/191934/trunk/Source/WebCore/platform/graphics/mac/FontCustomPlatformData.cpp


found via this bug:
https://bugs.webkit.org/show_bug.cgi?id=150830


--
Best regards,
 Chris  Lilley
 Technical Director, W3C Interaction Domain

Received on Tuesday, 8 March 2016 19:45:16 UTC