Skip to content

Commit 0a78ec4

Browse files
committed
linkfixes
1 parent 3e7c058 commit 0a78ec4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-fonts-4/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@ Format strings defined by this specification:
14551455
<td>.eot
14561456
<tr>
14571457
<th>"svg"
1458-
<td><a href="https://www.w3.org/images/TR/SVG/fonts.html">SVG Font</a>
1458+
<td><a href="https://www.w3.org/TR/SVG11/fonts.html">SVG Font</a>
14591459
<td>.svg, .svgz
14601460
<tr>
14611461
<th>"woff-variations"
@@ -2035,7 +2035,7 @@ downloadable fonts to avoid large page reflows where possible.
20352035
<h4 id="font-fetching-requirements">Font fetching requirements</h4>
20362036

20372037
For font loads, user agents must use the
2038-
<a href="https://www.w3.org/TR/html5/infrastructure.html#cors-enabled-fetch">potentially CORS-enabled fetch</a>
2038+
<a href="https://fetch.spec.whatwg.org/#fetching">potentially CORS-enabled fetch</a>
20392039
method defined by the [[!HTML5]] specification for URL's defined
20402040
within @font-face rules. When fetching, user agents must use
20412041
"Anonymous" mode, set the referrer source to the stylesheet's URL and
@@ -2047,7 +2047,7 @@ takes steps to permit cross-origin loads. Sites can explicitly allow
20472047
cross-site loading of font data using the <code>Access-Control-Allow-Origin</code>
20482048
HTTP header. For other schemes, no explicit mechanism to allow
20492049
cross-origin loading, beyond what is permitted by the
2050-
<a href="https://www.w3.org/TR/html5/infrastructure.html#cors-enabled-fetch">potentially CORS-enabled fetch</a>
2050+
<a href="https://fetch.spec.whatwg.org/#fetching">potentially CORS-enabled fetch</a>
20512051
method, is defined or required.
20522052

20532053
<div class="example">
@@ -3043,7 +3043,7 @@ text run.
30433043
The application of the value enabled by
30443044
'font-style!!property' is affected by font selection, because this property might select an
30453045
italic or an oblique font. The value applied is the closest matching value as determined
3046-
by the <a href="font-style-matching">font matching algorithm</a>. User Agents must apply
3046+
by the <a href="#font-style-matching">font matching algorithm</a>. User Agents must apply
30473047
at most one value due to the 'font-style!!property' property; both "ital" and "slnt" values should
30483048
not be set together.
30493049

@@ -3854,7 +3854,7 @@ only allows a limited number of values, the <code>set</code> method
38543854
throws an <code>InvalidAccessError</code> exception when the input
38553855
sequence to <code>set</code> contains more than the limited number of
38563856
values. See the
3857-
description of <a href="#multi-valued-feature-value-definitions">multi-valued feature value definitions</a>
3857+
description of <a href="https://drafts.csswg.org/css-fonts-3/#multi-valued-feature-value-definitions">multi-valued feature value definitions</a>
38583858
for details on the maximum number of values allowed for a given type
38593859
of <i title="feature_value_block">feature value block</i>. The <code>get</code>
38603860
method always returns a sequence of values, even if the sequence only contains

0 commit comments

Comments
 (0)