[csswg-drafts] [css-fonts] base-palette and override-color should have their integer values be required to be nonnegative (#6626)

litherum has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-fonts] base-palette and override-color should have their integer values be required to be nonnegative ==
Currently, [we have](https://drafts.csswg.org/css-fonts/#base-palette-desc)

```
base-palette: <integer> | <string>
```

That should probably be

```
base-palette: <integer [0, ∞]> | <string>
```

Also, [we have](https://drafts.csswg.org/css-fonts/#override-color)

```
override-color: [ [ <string> | <integer> ] <color> ]#
```

That should probably be

```
override-color: [ [ <string> | <integer [0, ∞]> ] <color> ]#
```

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6626 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 16 September 2021 23:33:06 UTC