Remove all occurrences of dragexit event and ondragexit h…#8113
Merged
sideshowbarker merged 1 commit intomdn:mainfrom Aug 20, 2021
Merged
Remove all occurrences of dragexit event and ondragexit h…#8113sideshowbarker merged 1 commit intomdn:mainfrom
sideshowbarker merged 1 commit intomdn:mainfrom
Conversation
7 tasks
This comment has been minimized.
This comment has been minimized.
sideshowbarker
approved these changes
Aug 20, 2021
Member
sideshowbarker
left a comment
There was a problem hiding this comment.
Glad to see this gone. I don’t think it’s premature to remove it.
wbamberg
added a commit
to wbamberg/content
that referenced
this pull request
Aug 20, 2021
…remove-seosummary-nomatch * origin/remove-seosummary-nomatch: Fixed typo (mdn#8139) Fix link to fragment on same page (mdn#8128) Fix sectioning problem and remove redirect in Using the Painting API (mdn#8130) Fix sectioning flaw in WebGL Boilerplate #1 (mdn#8131) Remove {{draft}} from HTMLMediaElement.videoTracks (mdn#8129) Replace Intl/* with Intl.* (mdn#8136) chore(deps): bump @mdn/yari from 0.4.723 to 0.4.731 (mdn#8135) Convert Houdini docs to markdown Rename Houdini docs from .html to .md Move Web/Houdini to Web/Guide/Houdini Move files to CSS/CSS_Backgrounds_and_Borders (mdn#8121) Fix live sample box size in font-synthesis (mdn#8120) Remove all occurrences of dragexit event and ondragexit h… (mdn#8113) Clarify “How the Web works” section describing parse order (mdn#8108) Fix a link in Global_Objects/Object/propertyIsEnumerable (mdn#8119) Remove seoSummary, part 2 (mdn#8115) Remove seoSummary, part 1 (mdn#8114) index.html: typo (match </th> with opening <th>) (mdn#8112)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This removes all mentions of
dragexitevent andondragexithandler in MDN. This may seem premature, but IMO the event is out of the spec and planned for removal from every browser (if not already gone) so this is timely.A few notes:
dragexitevent andondragexithandler were removed from the spec a year ago and marked deprecated in BCD.Fixes #1541
Part of doing work in #7748