@@ -8298,6 +8298,23 @@ Changes
8298
8298
<h3 id="changes-2021-12-21">Changes from the <a href="https://www.w3.org/TR/2021/WD-css-fonts-4-20211221/">21 December 2021 Working Draft</a> </h3>
8299
8299
8300
8300
<ul>
8301
+ <!-- to 7 Mar 2023 -->
8302
+ <li> Added URL request modifiers for crossorigin, referrerpolicy & integrity</li>
8303
+ <li> Aligned the incremental tech keywords to match the latest Incremental Font Transfer specification</li>
8304
+ <li> Use last-defined value for font-feature-values</li>
8305
+ <li> font-feature-values and font-feature-settings are now de-duplicated, and sorted</li>
8306
+ <li> Suggested user agents prompt users to make certain user-installed fonts available, or unavailable</li>
8307
+ <li> Improved the Privacy Considerations, balancing privacy and legibility trade-offs for user-installed fonts</li>
8308
+ <li> Clarified the font shorthand, using the terms set explicitly, reset implicitly and cascade implicitly</li>
8309
+ <li> Clarified shorter representation for zero ranged descriptors</li>
8310
+ <li> Tightened definition of first available font</li>
8311
+ <li> Added emoji as a keyword to unicode‑range</li>
8312
+ <li> Allowed implementations to ignore requests to turn off font features which the OpenType specification says are always required</li>
8313
+ <li> Gave clearer advice to authors about font-feature-settings and font-variation-settings </li>
8314
+ <li> Readability improvements to the grammar for font-variant sub-properties</li>
8315
+ <li> Corrections to some examples so they again match the specification</li>
8316
+ <li> Clarified what it means to ignore an anvalid font-family descriptor </li>
8317
+ <li> Allowed the font-family descriptor of @font-palette-values to take a list</li>
8301
8318
<li> Added Web Platform Tests coverage</li>
8302
8319
<li> 'font-palette' and '@font-palette-values' no longer at risk</li>
8303
8320
<li> Allowed limited set of string-form format specifies, for Web compatibility</li>
@@ -8313,6 +8330,7 @@ Changes
8313
8330
<li> Use last declaration of key/palette index in override-colors
8314
8331
<li> Removed currentColor from override-colors example
8315
8332
<li> Clarified that out of range palette indexes are ignored
8333
+ <li> Assorted typo corrections and markup fixes</li>
8316
8334
</ul>
8317
8335
8318
8336
<h3 id="changes-2021-07-29">Changes from the <a href="https://www.w3.org/TR/2021/WD-css-fonts-4-20210729/">29 July 2021 Working Draft</a> </h3>
0 commit comments