Skip to content

Commit 6421451

Browse files
authored
Merge pull request w3c#5345 from papandreou/fix/fontWeightAbsoluteRange
[css-fonts-4] Add range specifying that font-weight-absolute must be >= 1 and <= 1000
2 parents 74ccde2 + e3edfc3 commit 6421451

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-fonts-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,12 +517,12 @@ Generic font families</h4>
517517

518518
This property accepts values of the following:
519519

520-
<pre class="prod"><dfn id="font-weight-absolute-values">&lt;font-weight-absolute&gt;</dfn> = [normal | bold | <<number>>]</pre>
520+
<pre class="prod"><dfn id="font-weight-absolute-values">&lt;font-weight-absolute&gt;</dfn> = [normal | bold | <<number [1,1000]>>]</pre>
521521

522522
Values have the following meanings:
523523

524524
<dl dfn-for=font-weight dfn-type=value>
525-
<dt id="font-weight-numeric-values"><dfn><<number>></dfn>
525+
<dt id="font-weight-numeric-values"><dfn><<number [1,1000]>></dfn>
526526
<dd>
527527
Each number indicates a weight that is at least as dark as its predecessor.
528528
Only values greater than or equal to 1, and less than or equal to 1000, are valid,

0 commit comments

Comments
 (0)