[mediaqueries] hover: on-demand

hover: none | on-demand | hover

Unless we can make 'on-demand' result in a boolean evaluation of "false",
I think we should drop the value and classify such UAs as "hover: none".
It seems like these UAs should be opted into @media not (hover) designs
rather than @media (hover) designs.

We can note that :hover and hover events *can* trigger on such devices,
but nothing in the page should be designed for that mode of interaction.

~fantasai

Received on Saturday, 6 February 2016 01:38:35 UTC