More use of "media" attribute for providing device dependent CSS

Frank Ralf's picture

By using CSS's "media" attribute we could provide customized CSS for different end user devices (browsers, screen readers, Braille devices, etc.) without interfering with other devices' style sheets.

media=
" { all | aural | braille | embossed | handheld | print | projection | screen | tty | tv } "

(see http://reference.sitepoint.com/html/style/media for details)

Login to post comments