Where Do We Go From Here? Aaron Gustafson @AaronGustafson slideshare.net/AaronGustafson
Responsive Day Out 19 June 2015 Brighton, UK
Slide 2
Slide 3
And that doesn’t even consider our users.
Slide 4
It’s about access.
Slide 5
Media Query Forest
HTML5 Form Caverns Lake CSS
Mount Ajax
X
Slide 6
POSTEL’S LAW
Be conservative in what you do, be liberal in what you accept from others.
Slide 7
EPICTETUS
When something happens, the only thing in your power is your attitude toward it; you can either accept it or resent it.
Slide 8
Slide 9
It’s about accessibility.
Slide 10
Slide 11
Slide 12
@media (pointer:fine) { /* Smaller links and buttons are ok / } @media (pointer:coarse) { / Larger links and buttons are probably a good idea */ }
Slide 13
@media (hover:hover) { /* hover-related interactions are A-OK / } @media (hover:on-demand) { / hover-related interactions are potentially difficult, maybe do something else instead / } @media (hover:none) { / No hover possible :-( */ }
Slide 14
MEDIA QUERIES LEVEL 4
Designing a page that relies on hovering or accurate pointing only because any-hover or any-pointer indicate that an input mechanism with these capabilities is available, is likely to result in a poor experience.