Demix drag/drop events from GlobalEventHandlers#16556
Demix drag/drop events from GlobalEventHandlers#16556queengooborg merged 10 commits intomdn:mainfrom
Conversation
|
This pull request has merge conflicts that must be resolved before it can be merged. |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
1 similar comment
|
This pull request has merge conflicts that must be resolved before it can be merged. |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
foolip
left a comment
There was a problem hiding this comment.
Rather than add new entries, I think the drag* and drop events on Document should be moved to HTMLElement, since the target of these events are elements with the draggable attribute. In my testing it seems like it has to be HTML elements, not arbitrary elements.
|
This pull request has merge conflicts that must be resolved before it can be merged. |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
I think some content work didn't happen here. There is a broken compat table here https://developer.mozilla.org/en-US/docs/Web/API/Document/drag_event I guess that page shouldn't exist and redirect to https://developer.mozilla.org/en-US/docs/Web/API/HTMLELement/drag_event? What was the plan here? |
|
I opened mdn/content#20206 to remove DnD event pages under |
This PR demixes the
draganddropevents from the GlobalEventHandlers mixin.