Open danburzo opened 6 years ago
This also happens for onFocus
, so it should be added.
I think that, in the absence of focusin
and focusout
events, this is quite important to mention as these events feature strongly in making things accessible.
On the Synthetic Events page, I think there should be a Note whenever the React behavior deviates from the spec.
For example,
onBlur
bubbles. And, if I remember correctly from when I was studying rich-text editing, theonSelect
event is also different from theselect
DOM event?Also, would it be overkill to put them in three-column tables, like this?
onBlur
blur
onBlur
will bubble.