Human Injection Laboratories

CSS Media Queries Test Cases

CSS Media Types

All

This and other media types are specified in CSS 2.1.

@media all

Screen

This and other media types are specified in CSS 2.1.

@media screen

Speech

This and other media types are specified in CSS 2.1.

@media speech

Braille

This and other media types are specified in CSS 2.1.

This media type is deprecated in CSS 4 Media Queries.

@media braille

Embossed

This and other media types are specified in CSS 2.

This media type is deprecated in CSS 4 Media Queries.

@media embossed

Handheld

This and other media types are specified in CSS 2.1.

This media type is deprecated in CSS 4 Media Queries.

@media handheld

Projection

This and other media types are specified in CSS 2.1.

This media type is deprecated in CSS 4 Media Queries.

@media projection

Aural

The aural type is defined in CSS 2.

It is deprecated since CSS 2.1. Use "speech" instead.

@media aural

TTY

This and other media types are specified in CSS 2.1.

This media type is deprecated in CSS 4 Media Queries.

@media tty

TV

This and other media types are specified in CSS 2.1.

This media type is deprecated in CSS 4 Media Queries.

@media tv

Reserved Words

Only

The keyword ”only” is specified in Media Queries Level 3.

@media only all

Not

The keyword ”not” is specified in Media Queries Level 3.

@media not Screen
@media not Print

Unknown

@media unknown
@media not unknown