css - Media query. Is there any sense behind the division: @media all or @media screen? -


simplicity key brilliance.

i see sense behind @media print , @media screen tags. comparison @media screen (@media all , not print) confuses me.

is there sence behind division: @media all , @media screen ? intuitively default prefer @media screen might fail in case ? example?

you miss other media types (that seldom used, exist):

from w3c page:

braille     intended braille tactile feedback devices. embossed     intended paged braille printers. handheld     intended handheld devices (typically small screen, limited bandwidth). projection     intended projected presentations, example projectors.  speech     intended speech synthesizers.  tty     intended media using fixed-pitch character grid (such teletypes, terminals,   )      tv     intended television-type devices (low resolution, color, limited-scrollability screens, sound available). 

Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -