|
2 | 2 | Title: CSS Fonts Module Level 4 |
3 | 3 | Shortname: css-fonts |
4 | 4 | Level: 4 |
5 | | -Status: ED |
| 5 | +Status: WD |
6 | 6 | Work Status: Revising |
7 | 7 | Group: CSSWG |
8 | 8 | ED: https://drafts.csswg.org/css-fonts-4/ |
9 | 9 | TR: https://www.w3.org/TR/css-fonts-4/ |
| 10 | +Date: 2020-11-17 |
| 11 | +Prepare for TR: yes |
10 | 12 | Previous Version: https://www.w3.org/TR/2019/WD-css-fonts-4-20191113/ |
11 | 13 | Editor: John Daggett, Invited Expert, https://twitter.com/nattokirai, w3cid 41498 |
12 | 14 | Editor: Myles C. Maxfield, Apple Inc., mmaxfield@apple.com, w3cid 77180 |
@@ -6610,21 +6612,37 @@ Changes |
6610 | 6612 | <!-- new ones at the top --> |
6611 | 6613 |
|
6612 | 6614 | <ul> |
| 6615 | + <!-- to Nov 3 2020 --> |
| 6616 | + <li>Clarified OpenType feature tags are 4 characters, trailing-space padded</li> |
| 6617 | + <li>Added font metric override descriptors</li> |
| 6618 | + <li>Added link to font features enabled by default</li> |
| 6619 | + <li>Aligned with ebIDL specification (undefined, not void)</li> |
| 6620 | + <li>Corrected cross-origin example to use http not https</li> |
| 6621 | + <li>Clarified that font-range, per OpenType, is between 1 and 999</li> |
| 6622 | + <li>(Privacy) added mention of unicode-range privacy exploit</li> |
| 6623 | + <li>Clarified use of kern vs. vkrn</li> |
| 6624 | + <li>Added font collection format, example of Font Collection</li> |
| 6625 | + <li>Added CBDT color fonts</li> |
| 6626 | + <li>Added Security & Privacy appendix</li> |
| 6627 | + <li>Added palette examples, including dark mode</li> |
| 6628 | + <li>Clarified colorspace of font palette entries</li> |
| 6629 | + <li>Avoiding cross-site font leakage amde RFC-2119 MUST</li> |
| 6630 | + <li>Clarified monochromatic fallback on color fonts</li> |
| 6631 | + <li>Removed remaining references to min-font-size, max-font-size</li> |
6613 | 6632 | <li>Clarified that color names are ACII case insensitive</li> |
6614 | | - <li>Add a security and privacy section</li> |
6615 | | - <li>Clarify colorspace of palette entries</li> |
6616 | | - <li>Add the value none to font-palette</li> |
6617 | | - <li>Mark font-palette and @font-palette-values as at-risk</li> |
6618 | | - <li>Align value definition reference across all specs.</li> |
6619 | | - <li>Further clarify the behavior of 'optional'</li> |
6620 | | - <li>Clarify that not all generic font families have to map to a font</li> |
6621 | | - <li>Reorganize generic font family introduction</li> |
6622 | | - <li>Add some motivation for generic font families</li> |
6623 | | - <li>Add a note about the generic emoji family and character support</li> |
6624 | | - <li>Clarify that italic is not a fallback for oblique </li> |
6625 | | - <li>Add warning on too large x-height</li> |
6626 | | - <li>Add better example for for 'font-size-adjust'</li> |
6627 | | - <li>Add example for ui-sans-serif </li> |
| 6633 | + <li>Added the value none to font-palette</li> |
| 6634 | + <li>Marked font-palette and @font-palette-values as at-risk</li> |
| 6635 | + <li>Aligned value definition reference across all specs.</li> |
| 6636 | + <li>Further clarified the behavior of 'optional'</li> |
| 6637 | + <li>Clarified that not all generic font families have to map to a font</li> |
| 6638 | + <li>Reorganized generic font family introduction</li> |
| 6639 | + <li>Added some motivation for generic font families</li> |
| 6640 | + <li>Added a note about the generic emoji family and character support</li> |
| 6641 | + <li>Clarified that italic is not a fallback for oblique </li> |
| 6642 | + <li>Added warning on too large x-height</li> |
| 6643 | + <li>Added better example for for 'font-size-adjust'</li> |
| 6644 | + <li>Added example for ui-sans-serif </li> |
| 6645 | + <li>Miscellaneous editorial improvements, typo fixes, broken link fixes and markup improvements</li> |
6628 | 6646 | </ul> |
6629 | 6647 |
|
6630 | 6648 | <h3 id="changes-2018-09-20">Changes from the <a href="https://www.w3.org/TR/2018/WD-css-fonts-4-20180920/">20 September 2018 |
|
0 commit comments