[css-conditional-5] Extra whitespace in value definition of <supports-font-format-fn>
and <supports-font-tech-fn>
· Issue #7369 · w3c/csswg-drafts (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Description
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.