WICG / is-input-pending

https://wicg.github.io/is-input-pending/
Other
224 stars 18 forks source link

"In this case the user agent should return 'true' for a 'click' input " is unclear #46

Open smaug---- opened 2 years ago

smaug---- commented 2 years ago

There is a note which for some reason talks about the API returning true for a particular event. But isInputPending doesn't take event type as an argument. The same note talks about step 2.1 which doesn't exist.

acomminos commented 2 years ago

Cleaned up the algorithm's notes section in #47, PTAL!