|
1 | 1 | <pre class='metadata'> |
2 | 2 | Title: CSS Fonts Module Level 4 |
3 | 3 | Shortname: css-fonts |
4 | | -Level: 1 |
| 4 | +Level: 4 |
5 | 5 | Status: ED |
6 | 6 | Work Status: Exploring |
7 | 7 | Group: CSSWG |
8 | 8 | ED: https://dev.w3.org/csswg/css-fonts-4/ |
9 | | -No Editor: true |
10 | | -Abstract: This is a delta spec over <a href="https://dev.w3.org/csswg/css-fonts-3/">CSS Fonts 3</a>, to hold issues on things we've resolved to add. It's not currently a usable spec. |
11 | | -Warning: not ready |
| 9 | +Editor: John Daggett, Mozilla, jdaggett@mozilla.com |
| 10 | +Abstract: This specification defines modifications to the existing <a href="https://dev.w3.org/csswg/css-fonts-3/">CSS Fonts 3</a> specification along with additional experimental features. |
12 | 11 | Ignored Terms: font-palette, <named-palette-color> |
13 | 12 | </pre> |
14 | 13 |
|
15 | 14 | <pre class="link-defaults"> |
16 | 15 | spec:css-color-4; type:property; text:color |
17 | 16 | </pre> |
18 | 17 |
|
19 | | -Introduction {#intro} |
20 | | -===================== |
| 18 | +<h2 id="introduction">Introduction</h2> |
21 | 19 |
|
22 | | -Intro goes here. |
| 20 | +<p></p> |
23 | 21 |
|
24 | | -<div class="issue"> |
| 22 | +<h2 id="font-palette-control">Controlling font palette colors</h2> |
| 23 | + |
| 24 | +<div> |
25 | 25 | Resolved at 2015 Sydney to add font-palette control. |
26 | 26 | <a href="https://lists.w3.org/Archives/Public/www-style/2015Feb/0211.html">Original proposal</a>. |
27 | 27 |
|
@@ -50,3 +50,21 @@ Intro goes here. |
50 | 50 | If a palette color name occurs more than once, the last one wins |
51 | 51 | (so you can declare a palette in a variable, and override bits as desired). |
52 | 52 | </div> |
| 53 | + |
| 54 | +<h2 id="expanded-font-weight-scale">Expanding the scale of <code>font-weight</code></h2> |
| 55 | + |
| 56 | +<p>Expand the range of weights possible within the <code>font-weight</code> |
| 57 | +property and <code>font-weight</code> descriptor to include integer values within |
| 58 | +the range [1..999].</p> |
| 59 | + |
| 60 | +<h2 id="system-generic-font">The <code>system</code> generic font</h2> |
| 61 | + |
| 62 | +<p>Define a new <code>system</code> generic font that maps to the default user |
| 63 | +interface font used on a given system.</p> |
| 64 | + |
| 65 | +<h2 id="min-max-font-size">Minimum and maximum <code>font-size</code></h2> |
| 66 | + |
| 67 | +<p>Define new properties to control the minimum and maximum font-size, |
| 68 | +<code>min-font-size</code> and <code>max-font-size</code>.</p> |
| 69 | + |
| 70 | +<h2 class="no-num" id="acknowledgments">Acknowledgments</h2> |
0 commit comments