Skip to content

Commit 3c8279a

Browse files
committed
[css-fonts] [palettes] base-palette and override-color should have their integer values be required to be nonnegative
Fixes w3c#6626.
1 parent b7049bc commit 3c8279a

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
@@ -6466,7 +6466,7 @@ Specifying the base palette: the 'base-palette' descriptor</h4>
64666466

64676467
<pre class='descdef'>
64686468
Name: base-palette
6469-
Value: <<integer>> | <<string>>
6469+
Value: <<integer [0, ∞]>> | <<string>>
64706470
For: @font-palette-values
64716471
Initial: N/A
64726472
</pre>
@@ -6528,7 +6528,7 @@ Overriding a color from a palette: The 'override-color!!descriptor' descriptor</
65286528

65296529
<pre class='descdef'>
65306530
Name: override-color
6531-
Value: [ [ <<string>> | <<integer>> ] <<color>> ]#
6531+
Value: [ [ <<string>> | <<integer [0, ∞]>> ] <<color>> ]#
65326532
For: @font-palette-values
65336533
Initial: N/A
65346534
</pre>

0 commit comments

Comments
 (0)