Re: [csswg-drafts] [css-nav-1] Keeping related feature policies consistent accross the web platform. (#3656)

[`focus-without-user-activation`](https://github.com/whatwg/html/pull/4585) is a new feature policy that can be used to block programmatic focus changes. This feature affects `element/window.focus()` and 'autofocus'.

In spatial navigation, we have [`window.navigate()`](https://drafts.csswg.org/css-nav-1/#dom-window-navigate) which can programmatically move the focus.
So, I think `window.navigate()` also needs to be disabled by `focus-without-user-activation`.

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

Received on Thursday, 30 May 2019 07:28:33 UTC