Skip to content

Commit 8eb471e

Browse files
committed
[css-fonts-4] Update changes section
1 parent 45b09b6 commit 8eb471e

File tree

1 file changed

+33
-15
lines changed

1 file changed

+33
-15
lines changed

css-fonts-4/Overview.bs

Lines changed: 33 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
Title: CSS Fonts Module Level 4
33
Shortname: css-fonts
44
Level: 4
5-
Status: ED
5+
Status: WD
66
Work Status: Revising
77
Group: CSSWG
88
ED: https://drafts.csswg.org/css-fonts-4/
99
TR: https://www.w3.org/TR/css-fonts-4/
10+
Date: 2020-11-17
11+
Prepare for TR: yes
1012
Previous Version: https://www.w3.org/TR/2019/WD-css-fonts-4-20191113/
1113
Editor: John Daggett, Invited Expert, https://twitter.com/nattokirai, w3cid 41498
1214
Editor: Myles C. Maxfield, Apple Inc., mmaxfield@apple.com, w3cid 77180
@@ -6610,21 +6612,37 @@ Changes
66106612
<!-- new ones at the top -->
66116613

66126614
<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 &amp; 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>
66136632
<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>
66286646
</ul>
66296647

66306648
<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

Comments
 (0)