You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What specific section or headline is this issue about?
description section and example section
What information was incorrect, unhelpful, or incomplete?
In description section:
It always refers to the element to which the event handler has been attached, as opposed to Event.target, which identifies the element on which the event occurred and which may be its descendant.
This is a very long sentence. And it uses too many pronouns(it/which).
It's hard to understand for readers who use English as their second language.
And the example section seems not very helpful.
What did you expect to see?
Some short sentences to describe what is a curentTarget and what is a target.
Explain what the example code designed to do and how the e.currentTarget make the job easy.
Thank you.
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
A picture about event bubbling which includes target and currentTarget would be super helpful.
Maybe that's too much to ask :)
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/Event/currentTarget
What specific section or headline is this issue about?
description section and example section
What information was incorrect, unhelpful, or incomplete?
In description section:
This is a very long sentence. And it uses too many pronouns(it/which).
It's hard to understand for readers who use English as their second language.
And the example section seems not very helpful.
What did you expect to see?
Some short sentences to describe what is a curentTarget and what is a target.
Explain what the example code designed to do and how the e.currentTarget make the job easy.
Thank you.
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
A picture about event bubbling which includes target and currentTarget would be super helpful.
Maybe that's too much to ask :)
MDN metadata
Page report details
en-us/web/api/event/currenttarget
The text was updated successfully, but these errors were encountered: