Skip to content

Commit 448e641

Browse files
committed
[css-fonts-5] Clarified that if "from-font" references a metric which the first available font does not have, it is the same as "none". w3c#6384
1 parent 022af61 commit 448e641

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

css-fonts-5/Overview.bs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,9 @@ Issue(8792):
223223
<dt><dfn>from-font</dfn>
224224
<dd>
225225
Computes to the <<number>> corresponding to
226-
the specified metric of the [=first available font=].
227-
228-
ISSUE(6384): Shouldn't this be the first available font
229-
that can provide the required metric?
226+
the specified metric of the [=first available font=],
227+
if it exists.
228+
Otherwise, the same as ''none''.
230229
</dl>
231230

232231
<wpt>
@@ -706,7 +705,7 @@ Issue(5484):
706705

707706

708707
<h2 id="font-feature-variation-resolution">
709-
Font Feature and Variation Resolution</h3>
708+
Font Feature and Variation Resolution</h2>
710709

711710
Issue(5635):
712711

0 commit comments

Comments
 (0)