7 Media types

Chapter 7 - Media types - 7 Media types

Go to the relevant page of the specification.

media-dependency-001
@media and target mediums
@media with a target medium applies styles on that target medium (screen).
media-dependency-002
@import and target mediums
@media with a target medium applies styles on that target medium (screen).
media-dependency-003
Link tags and target mediums
Link with a target medium applies styles on that target medium (screen).
media-dependency-004
Case-insensitive media types
Media types are case-insensitive.
media-dependency-005 (invalid)
Ignoring bad media types with @import
User agent ignores media types it does not understand with @import.
media-dependency-006 (invalid)
Ignoring bad media types with @media
User agent ignores media types it does not understand with @media.
media-dependency-007
Non-matching target mediums
The @media block does not apply because it does not match the target medium.
media-dependency-008
Non-matching target mediums and @import
The @import command does not apply because it does not match the target medium.
media-dependency-009
Matching the 'All' target medium
The 'all' media type applies to the screen medium.
media-dependency-010
Non-matching target mediums (braille)
The 'braille' media type does not apply to the screen medium.
media-dependency-011
Non-matching target mediums (embossed)
The 'embossed' media type does not apply to the screen medium.
media-dependency-012
Non-matching target mediums (handheld)
The 'handheld' media type does not apply to the screen medium.
media-dependency-013
Non-matching target mediums (projection)
The 'projection' media type does not apply to the screen medium.
media-dependency-014
Non-matching target mediums (speech)
The 'speech' media type does not apply to the screen medium.
media-dependency-015
Non-matching target mediums (tty)
The 'tty' media type does not apply to the screen medium.
media-dependency-016
Non-matching target mediums (tv)
The 'tv' media type does not apply to the screen medium.
media-dependency-017
Multiple target mediums
An '@media' rule specifies the target media types separated by commas.