Skip to content

Commit 170c928

Browse files
committed
[css-font-loading] Handle global keywords and relative values in the load()/check() functions.
1 parent 88134a7 commit 170c928

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

css-font-loading/Overview.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,12 @@ Events</h3>
651651
If a syntax error occurs,
652652
return a syntax error.
653653

654+
If the parsed value is a <a>CSS-wide keyword</a>,
655+
return a syntax error.
656+
657+
Absolutize all relative lengths against the initial values of the corresponding properties.
658+
(For example, a relative font weight like ''bolder'' is evaluated against the initial value ''normal''.)
659+
654660
<li>
655661
If <var>text</var> was not explicitly provided,
656662
let it be a string containing a single space character (U+0020 SPACE).

0 commit comments

Comments
 (0)