-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export the term "target override" #187
Comments
I think it would be better for HTML to invoke the dispatch algorithm correctly. I'm not sure we should be introducing named arguments (other than flags). |
That sounds fine too. |
One problem DOM needs to fix here is that "fire an event" doesn't take a target and target override argument currently and HTML seems to use those anyway. |
Ah, the joys of untypechecked prose algorithms... |
The other thing we need to fix is that "fire an event" needs to return whatever dispatch returns so HTML can use that instead of "default action" talk. |
Fixes #187. Follow up work in HTML is tracked in whatwg/html#1713.
Fixes #187. Follow up work in HTML is tracked in whatwg/html#1713.
Thanks for reporting this, HTML side is being worked on still, but should be good somewhere next week hopefully. |
This term is currently relied upon by HTML: https://html.spec.whatwg.org/#concept-event-target-override
The text was updated successfully, but these errors were encountered: