CSS Conditional Rules Module Level 3 CR Test Suite

Media-specific style sheets: the @media rule (4 tests)

Test Refs Flags Info
+ 5 Media-specific style sheets: the @media rule
at-media-whitespace-optional-001 = DESCRIPTION OF TEST
  • Whitespace after the MEDIA_SYM token is optional (S*).
at-media-whitespace-optional-002 = DESCRIPTION OF TEST
  • Whitespace after the MEDIA_SYM token is optional (S*).
css-supports-026 = A nested @supports rule with valid syntax and a passing condition must apply rules inside it
  • An outer @supports rule with an inner @media rule must apply the rules inside the @media only if both the @supports and @media conditions pass.
css-supports-046 = A nested @supports rule with valid syntax and a passing condition must apply rules inside it
  • An outer @media rule with an inner @supports rule must apply the rules inside the @supports only if both the @supports and @media conditions pass.