Skip to content

Commit 0fcf870

Browse files
author
John Daggett
committed
[css-fonts-4] add in a rough skeleton of CSS4 Fonts changes
1 parent a64c546 commit 0fcf870

2 files changed

Lines changed: 324 additions & 8 deletions

File tree

css-fonts-4/Overview.bs

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
<pre class='metadata'>
22
Title: CSS Fonts Module Level 4
33
Shortname: css-fonts
4-
Level: 1
4+
Level: 4
55
Status: ED
66
Work Status: Exploring
77
Group: CSSWG
88
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.
1211
Ignored Terms: font-palette, <named-palette-color>
1312
</pre>
1413

1514
<pre class="link-defaults">
1615
spec:css-color-4; type:property; text:color
1716
</pre>
1817

19-
Introduction {#intro}
20-
=====================
18+
<h2 id="introduction">Introduction</h2>
2119

22-
Intro goes here.
20+
<p></p>
2321

24-
<div class="issue">
22+
<h2 id="font-palette-control">Controlling font palette colors</h2>
23+
24+
<div>
2525
Resolved at 2015 Sydney to add font-palette control.
2626
<a href="https://lists.w3.org/Archives/Public/www-style/2015Feb/0211.html">Original proposal</a>.
2727

@@ -50,3 +50,21 @@ Intro goes here.
5050
If a palette color name occurs more than once, the last one wins
5151
(so you can declare a palette in a variable, and override bits as desired).
5252
</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

Comments
 (0)