'focus-without-user-activation' permissions policy #1066
Labels
Focus: Accessibility (complete)
Progress: in progress
Progress: pending external feedback
The TAG is waiting on response to comments/questions asked by the TAG during the review
Topic: Feature Policy
Venue: WebAppSec WG
Venue: WHATWG
こんにちは TAG-さん!
I'm requesting a TAG review of a new permissions policy named 'focus-without-user-activation'.
The
focus-without-user-activation
permissions policy help controls the use of automated focus in a main frame or <iframe>. The proposed permissions policy can be used to limit the use of automatic focus. Essentially, when the policy is disabled in a document, scripted and automatic focus will only work if the focus has been initialized through user activation. This essentially means that autofocus will be disabled (unless a new element is inserted, with autofocus, as a result of user gesture). The scripted focus will also only work if it has started with user gesture or initiated from current frame's parent.focus-without-user-activation
whatwg/html#10672focus-without-user-activation
feature policy mozilla/standards-positions#1080focus-without-user-activation
feature policy WebKit/standards-positions#406Further details:
The text was updated successfully, but these errors were encountered: