Closed
Description
The error occurs for the following CSS:
h5.my-class-name {
font-variant: super;
}
Unless I'm misreading something, the MDN documentation on font-variant
gives both sub
and super
as a valid value of font-variant
:
sub
,super
Specifies the keywords and functions related to the font-variant-position longhand property.