CSS 2.1 Conformance Test Suite

Media types (5 tests)

Test Refs Flags Info
+ 7 Media types
+ 7.1 Introduction to media types
+ 7.2 Specifying media-dependent style sheets
+ 7.2.1 The @media rule
at-rule-013 = Invalid Ignoring at-rules inside @media blocks
  • At-rules inside @media blocks are ignored up to up to the end of the block that contains the invalid at-keyword, or up to and including the next semicolon (;) or up to and including the next block ({...}), whichever comes first.
matching-brackets-001 = Invalid Matching brackets and quotes for @rules
  • User agents must handle unexpected tokens encountered while parsing an at-rule by reading until the end of the statement, while observing the rules for matching pairs of brackets and quotes, and correctly handling escapes.
matching-brackets-002 = Invalid Matching brackets and quotes for declarations
  • User agents must handle unexpected tokens encountered while parsing a declaration by reading until the end of the statement, while observing the rules for matching pairs of brackets and quotes, and correctly handling escapes.
matching-brackets-003 = Invalid Matching brackets and quotes for selectors
  • User agents must handle unexpected tokens encountered while parsing a declaration by reading until the end of the statement, while observing the rules for matching pairs of brackets and quotes, and correctly handling escapes.
+ 7.3 Recognized media types
+ 7.3.1 Media groups
outline-focus-001 InteractOptional Default outlines and interactive media groups
  • Interactive media groups may show a focus outline to indicate that focus has been set on an element.