-
If an @media/@import rule contains a malformed media type (not an identifier) then the statement is valid. State true or false.
-
- False
- True
- NA
- NA
- NA
Correct Option: A
@media and @import rules with unknown media types (that are nonetheless valid identifiers) are treated as if the unknown media types are not present. If an @media/@import rule contains a malformed media type (not an identifier) then the statement is invalid.