- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Mon, 08 Mar 2021 19:39:06 +0000
- To: public-css-archive@w3.org
I agree that "FallbackURLForBrowsersWhichDontSupportIncrementalLoading.otf" should be "FallbackURLForBrowsersWhichDontSupportIncrementalLoading.woff2" It isn't so simple for the Range Request method, because calculating byte ranges into a WOFF2 compressed stream is harder than calculating them into the uncompressed font. The Patch Subset method uses the same [Brotli](https://tools.ietf.org/html/rfc7932) compression as WOFF2 for the initial delivery, and then [Brotli Patch Mode](https://lists.w3.org/Archives/Public/public-webfonts-wg/2018Aug/0000.html)to compress the patches, re-using the compression dictionary from the initial download. You can see a [demo here](https://fonts.gstatic.com/experimental/incxfer_demo). -- GitHub Notification of comment by svgeesus Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6063#issuecomment-793020383 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 8 March 2021 19:39:08 UTC