[csswg-drafts] [css-fonts-3] http/https error in cross-origin example in 4.7 (#4098)

bert-github has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-fonts-3] http/https error in cross-origin example in 4.7 ==
The example of the effect of CORS in [section 4.9 ‘Font fetching requirements’](https://www.w3.org/TR/css-fonts-3/#font-fetching-requirements) says that the font specified with `src: url(https://example.com/fonts/simple.woff)` fails to load, due to having a different scheme than the document. However, the scheme, ‘https’, is actually the same.

Probably the example was meant to have ‘http’ instead of ‘https’: `src: url(http://example.com/fonts/simple.woff)`

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4098 using your GitHub account

Received on Wednesday, 10 July 2019 10:19:12 UTC