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 @@

4.9. Font CORS-enabled fetch method, is defined or required.
For the examples given below, assume that a document is - located at 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 @@

4.9. Font class=property>src’ descriptor values below will fail to load:
/* 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);