@@ -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
20372037For 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>
20392039method defined by the [[!HTML5]] specification for URL's defined
20402040within @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
20472047cross-site loading of font data using the <code> Access-Control-Allow-Origin</code>
20482048HTTP header. For other schemes, no explicit mechanism to allow
20492049cross-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>
20512051method, 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
38543854throws an <code> InvalidAccessError</code> exception when the input
38553855sequence to <code> set</code> contains more than the limited number of
38563856values. 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>
38583858for details on the maximum number of values allowed for a given type
38593859of <i title="feature_value_block"> feature value block</i> . The <code> get</code>
38603860method always returns a sequence of values, even if the sequence only contains
0 commit comments