@@ -6182,6 +6182,25 @@ Changes
61826182<!-- new ones at the top -->
61836183
61846184<ul>
6185+ <li> Add note encouraging UAs to also implement platform-specific names for standard font families</li>
6186+ <li> Add ui-serif, ui-monospace, and ui-rounded generic font families</li>
6187+ <li> Remove font-variant @font-face descriptor per WG resolution</li>
6188+ <li> Remove font-min-size and font-max-size per WG resolution</li>
6189+ <li> Clarify that font-style 'normal' animates as 'oblique 0deg' </li>
6190+ <li> Clarify why specifying incomplete color palettes fror compound fonts is a bad idea</li>
6191+ <li> Add explicit [Exposed=Window] on interfaces</li>
6192+ <li> Use correct terms, Unicode emoji presentation sequence and Emoji Presentation Participating Code Points</li>
6193+ <li> Clarify that each string in font-variation-settings is paired with a single number</li>
6194+ <li> Remove stray titling-caps from definition of font-variant-numeric property</li>
6195+ <li> Better introduction to color fonts</li>
6196+ <li> Add basic multicolor example</li>
6197+ <li> Clarify that font variation settings do no affect font selection of fallback fonts</li>
6198+ <li> Clarify italic angle wrt direction of slnt axis</li>
6199+ <li> Better define emoji and math generic font families</li>
6200+ <li> Add font-size: xxx-large </li>
6201+ <li> Link to CSS Values definition of ex units</li>
6202+ <li> Add scientific inferiors axample of font-feature-settings</li>
6203+ <li> Clarify that letter-spacing disables optional ligatures</li>
61856204 <li> Port font-feature-settings property from CSS Fonts 3</li>
61866205 <li> Port font-variant shorthand property from CSS Fonts 3</li>
61876206 <li> Port font-variant-east-asian property from CSS Fonts 3</li>
@@ -6196,6 +6215,8 @@ Changes
61966215 <li> Update font style matching examples </li>
61976216 <li> Clarify description of font palettes</li>
61986217 <li> Stop claiming that 'ch' uses the first available font</li>
6218+ <li> Assorted formatting and markup fixes, link fixes, removal of inline closed issues</li>
6219+ <li> Linking to latest versions of normative references</li>
61996220</ul>
62006221
62016222<h3 id="changes-2018-04-10">
0 commit comments