@@ -4481,6 +4481,9 @@ <h3 class="no-num" id="recent-changes">
44814481 < li > CSSFontFeatureValuesRule interface moved to Fonts 4</ li >
44824482 < li > CSSFontFaceRule interface reverted to the widely implemented one
44834483 from DOM Level 2 style</ li >
4484+ < li > clarified that generic font families may be composite faces</ li >
4485+ < li > clarified that "first available font" is one that would
4486+ match the U+0020 (space) character</ li >
44844487 < li > clarified how small-caps synthesis interacts with 'font-feature-settings'</ li >
44854488 < li > all CSS keywords marked as invalid font family names</ li >
44864489 < li > clarified that 'font-synthesis' is not reset by the 'font' shorthand.</ li >
@@ -4489,10 +4492,12 @@ <h3 class="no-num" id="recent-changes">
44894492 show up in the DOM, but don't affect font selection</ li >
44904493 < li > clarified conventional ratio range for the relative sizes when they're
44914494 not modifying an absolute keyword size</ li >
4492-
4495+ < li > clarified that for both font-variation-settings and font-feature-settings, the computed value
4496+ is a map (and thus specified dupes are removed)</ li >
44934497 < li > added omitted 'font-variant-position' values to < span title ="font-variant!!property "> 'font-variant'</ span > shorthand</ li >
44944498 < li > made negative values for font-size-adjust invalid, along with negative percentage font-size values</ li >
44954499 < li > removed the requirement that user agents use OS/2 table subscript/superscript metrics</ li >
4500+ < li > added informative link to CSS Text order of operations</ li >
44964501 < li > minor editorial cleanups</ li >
44974502 </ ul >
44984503
0 commit comments