[csswg-drafts] [css-conditional-5] Extra whitespace in value definition of `<supports-font-format-fn>` and `<supports-font-tech-fn>` (#7369)

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

== [css-conditional-5] Extra whitespace in value definition of `<supports-font-format-fn>` and `<supports-font-tech-fn>` ==
There is a whitespace between the `font-format` and `font-tech` function names and their opening parenthesis:

> <supports-font-tech-fn> = font-tech ( <font-tech> )
> <supports-font-format-fn> = font-format ( <font-format> )

These definitions correspond to the `font-tech` or `font-format` keyword followed by a simple block containing `<font-tech>` or `<font-format>`, instead of the corresponding functions containing these types.

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


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

Received on Wednesday, 15 June 2022 06:25:24 UTC