Re: [csswg-drafts] [mediaqueries-5] detect keyboard navigation abilities

This could be useful for web pages using the spatial focus navigation, and also when they follow the responsive design.

When there is a page with a complex grid layout which can navigate with arrow keys such as:
![image](https://user-images.githubusercontent.com/6636090/32152440-716a190c-bd67-11e7-9fd0-91c8f7e59792.png)

If this is shown in the mobile browser, the spatial navigation won't be supported because the mobile is based on the touch interface in general.
Therefore on that case, the page could be implemented with the simpler layout as below, and this `nav` media feature can help to apply the different layouts.
![image](https://user-images.githubusercontent.com/6636090/32152497-ba5be55a-bd67-11e7-9ad0-37729950b6d4.png)




-- 
GitHub Notification of comment by jihyerish
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1911#issuecomment-340330455 using your GitHub account

Received on Monday, 30 October 2017 02:51:15 UTC