File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3043,7 +3043,7 @@ <h3 id=font-fetching-requirements><span class=secno>4.9. </span>Font
3043
3043
CORS-enabled fetch method, is defined or required.
3044
3044
3045
3045
< div class =example > For the examples given below, assume that a document is
3046
- located at < code > https ://example.com/page.html</ code > and all URL's link
3046
+ located at < code > http ://example.com/page.html</ code > and all URL's link
3047
3047
to valid font resources supported by the user agent. Fonts defined with
3048
3048
the ‘< a href ="#descdef-src "> < code class =property > src</ code > </ a > ’
3049
3049
descriptor values below will be loaded:
@@ -3061,11 +3061,11 @@ <h3 id=font-fetching-requirements><span class=secno>4.9. </span>Font
3061
3061
class =property > src</ code > </ a > ’ descriptor values below will fail to
3062
3062
load:
3063
3063
< pre > /* cross origin, different scheme */
3064
- /* no Access-Control-xxx headers in response */
3064
+ /* no Access-Control prefixed headers are set correctly */
3065
3065
src: url(https://example.com/fonts/simple.woff);
3066
3066
3067
3067
/* cross origin, different domain */
3068
- /* no Access-Control-xxx headers in response */
3068
+ /* no Access-Control prefixed headers are set correctly */
3069
3069
src: url(http://another.example.com/fonts/simple.woff);
3070
3070
</ pre >
3071
3071
</ div >
You can’t perform that action at this time.
0 commit comments