Skip to content

Commit 32bdb2d

Browse files
committed
[css-fonts] Add font-size: xxx-large
Replaces font-size prefix keywords -webkit-xxx-large and -konq-xxx-large. Similar to <font size="7"> resolves w3c#3907 WPTs to be added by implementations, e.g. https://crbug.com/966249
1 parent 881279f commit 32bdb2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-fonts-4/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ Font size: the 'font-size' property</h3>
723723

724724
Possible values are:
725725

726-
<pre class=prod>[ xx-small | x-small | small | medium | large | x-large | xx-large ]</pre>
726+
<pre class=prod>[ xx-small | x-small | small | medium | large | x-large | xx-large | xxx-large ]</pre>
727727

728728
<dt><dfn><<relative-size>></dfn>
729729
<dd>
@@ -809,7 +809,7 @@ Font size: the 'font-size' property</h3>
809809
<th>large
810810
<th>x-large
811811
<th>xx-large
812-
<th>&nbsp;
812+
<th>xxx-large
813813
<tbody>
814814
<tr>
815815
<th>scaling factor

0 commit comments

Comments
 (0)