https://developer.mozilla.org/en-US/docs/Web/Events/input doesn't mention that only alterations by a user are meant
Categories
(developer.mozilla.org Graveyard :: API, enhancement)
Tracking
(Not tracked)
People
(Reporter: mbrodesser-Igalia, Unassigned)
Details
(Whiteboard: [specification][type:bug])
What did you do?
Checked https://developer.mozilla.org/en-US/docs/Web/Events/input and it didn't mention that only alterations by a user are meant. The following specification mentions that
https://html.spec.whatwg.org/multipage/indices.html#event-input-input and MDN should respect it (Firefox' code already does).
What happened?
See above.
What should have happened?
See above.
Is there anything else we should know?
Comment 1•6 years ago
|
||
Chris, this looks like a content bug. Can you move it to the correct place?
Comment 2•6 years ago
|
||
Basically, the reporter is asking for us to make it clear that input events are only fired when a change is made by the user (correct me if I'm wrong).
I have add a few words to make this clear, so now I think this can be closed.
Reporter | ||
Comment 3•6 years ago
•
|
||
(In reply to Chris Mills (Mozilla, MDN editor) [:cmills] from comment #2)
Basically, the reporter is asking for us to make it clear that input events are only fired when a change is made by the user (correct me if I'm wrong).
Yes, that's what I meant.
Updated•5 years ago
|
Description
•