[csswg-drafts] Pull Request: [css-fonts-4] Add missing numeric range annotations

cdoublev has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [css-fonts-4] Add missing numeric range annotations ==
A numeric range is missing for the `<integer>` in `<feature-tag-value>`:

  > `<feature-tag-value> = <string> [ <integer> | on | off ]?`
  >
  > If present, a value indicates an index used for glyph selection. An `<integer>` value must be 0 or greater.

A numeric range is missing for the `<angle>` in `font-style` in `@font-face`:

  > **Value:** `auto | normal | italic | oblique [ <angle>{1,2} ]?`
  >
  > The meaning of the values for these descriptors are the same as those for the corresponding font properties [...]. If specified values are out of range of the accepted values of the property of the same name, the descriptor is treated as a parse error.

See https://github.com/w3c/csswg-drafts/pull/9302


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

Received on Monday, 4 September 2023 09:13:25 UTC