@@ -8298,6 +8298,23 @@ Changes
82988298<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>
82998299
83008300<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>
83018318 <li> Added Web Platform Tests coverage</li>
83028319 <li> 'font-palette' and '@font-palette-values' no longer at risk</li>
83038320 <li> Allowed limited set of string-form format specifies, for Web compatibility</li>
@@ -8313,6 +8330,7 @@ Changes
83138330 <li> Use last declaration of key/palette index in override-colors
83148331 <li> Removed currentColor from override-colors example
83158332 <li> Clarified that out of range palette indexes are ignored
8333+ <li> Assorted typo corrections and markup fixes</li>
83168334</ul>
83178335
83188336<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