Skip to content

Commit 9b463c6

Browse files
svgeesusnschonni
authored andcommitted
[css-fonts-5] sketch out font-size descriptor w3c#806
1 parent 09ab9f9 commit 9b463c6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

css-fonts-5/Overview.bs

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ For readability they have not been repeated explicitly.
5656
<h2 id="basic-font-props">
5757
Basic Font Properties</h2>
5858

59+
Issue(126):
60+
5961
<h3 id="font-family-prop">
6062
Font family: the 'font-family!!property' property</h3>
6163

@@ -115,6 +117,29 @@ Issue(731):
115117

116118
Issue(5892):
117119

120+
<pre class='descdef'>
121+
Name: font-size
122+
Value: auto | [<<number>>]#
123+
Initial: normal
124+
For: @font-face
125+
</pre>
126+
127+
<dl dfn-type="value" dfn-for="@font-face/font-size">
128+
<dt><dfn>auto</dfn></dt>
129+
<dd>
130+
The font matches any font size
131+
</dd>
132+
<dt><dfn><<number>></dfn></dt>
133+
<dd>
134+
If a single <<number>> is given
135+
the font matches that specific font size, only.
136+
If two <<number>>s are given,
137+
they specify a range of font sizes which will match.
138+
</dd>
139+
</dl>
140+
141+
142+
118143

119144
<!-- should this stay in Fonts 4 or be here in Fonts 5? -->
120145

0 commit comments

Comments
 (0)