diff --git a/css-fonts-3/Overview.html b/css-fonts-3/Overview.html index c9a88fc5d5a..7530ff0282a 100755 --- a/css-fonts-3/Overview.html +++ b/css-fonts-3/Overview.html @@ -3043,7 +3043,7 @@
https://example.com/page.html
and all URL's link
+ located at http://example.com/page.html
and all URL's link
to valid font resources supported by the user agent. Fonts defined with
the ‘src
’
descriptor values below will be loaded:
@@ -3061,11 +3061,11 @@ /* cross origin, different scheme */ -/* no Access-Control-xxx headers in response */ +/* no Access-Control prefixed headers are set correctly */ src: url(https://example.com/fonts/simple.woff); /* cross origin, different domain */ -/* no Access-Control-xxx headers in response */ +/* no Access-Control prefixed headers are set correctly */ src: url(http://another.example.com/fonts/simple.woff);