whatwg/webidl

Indicate that thing needs user action to work

Aperta

#137 aperta il 21 lug 2016

 (1 commento) (0 reazioni) (0 assegnatari)HTML (204 fork)github user discovery
good first issue⌛⌛⌛ duration:long

Metriche repository

Star
 (493 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

There are things in the platform that can only succeed because of some user action. For example, directly calling:

document.body.requestFullscreen();

In Gecko, results in the following warning:

⚠️  Request for fullscreen was denied because Element.requestFullscreen() 
was not called from inside a short running user-generated event handler.

Would it be useful to have some means of annotating such behavior using WebIDL?

Guida contributor