Migrated from WICG/spatial-navigation#41
Originally created by @junhoseo on Wed, 28 Mar 2018 05:54:57 GMT
Hello,
Let's assume that an author makes a web page that supports spatnav.
If a running browser supports spatnav by default, the author will disable
internal implementation (maybe author implemented using javascript) for
avoiding conflict. Maybe the author wants to prevent default spatnav.
But, How to know a browser supports spatnav or not in runtime?
For example, if we can use "if (window.spatnav_enabled)", we can control
above case.
Another use case for this information is polyfill. Polyfill library can
recognize spatnav feature by reading this information.
Migrated from WICG/spatial-navigation#41
Originally created by @junhoseo on Wed, 28 Mar 2018 05:54:57 GMT
Hello,
Let's assume that an author makes a web page that supports spatnav.
If a running browser supports spatnav by default, the author will disable
internal implementation (maybe author implemented using javascript) for
avoiding conflict. Maybe the author wants to prevent default spatnav.
But, How to know a browser supports spatnav or not in runtime?
For example, if we can use "if (window.spatnav_enabled)", we can control
above case.
Another use case for this information is polyfill. Polyfill library can
recognize spatnav feature by reading this information.