Missing attributes with `Capture` suffix
i-am-the-slime opened this issue · 2 comments
i-am-the-slime commented
I think all handler attributes (onClick, onChange, ...) have a corresponding attribute for registering handlers in the browser's capture phase (onClickCapture, onChangeCapture, ...).
We should add them.
codingedgar commented
Would it be as simple as adding onClickCapture here?
i-am-the-slime commented
Probably