-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
Content suggestion: Convert drag and drop event examples to live examples #11364
Closed
5 tasks done
Labels
Content:WebAPI
Web API docs
Comments
github-actions
bot
added
the
needs triage
Triage needed by staff and/or partners. Automatically applied when an issue is opened.
label
Dec 21, 2021
3 tasks
No worries @AnilSeervi ! I'll close #8669 . |
sideshowbarker
added
Content:WebAPI
Web API docs
needs triage
Triage needed by staff and/or partners. Automatically applied when an issue is opened.
and removed
needs triage
Triage needed by staff and/or partners. Automatically applied when an issue is opened.
Opportunity assessment
labels
Dec 29, 2021
This was referenced Jan 14, 2022
AnilSeervi
added a commit
to AnilSeervi/content
that referenced
this issue
Apr 24, 2022
fixes portion of mdn#11364
3 tasks
3 tasks
Nice work @AnilSeervi ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the new suggestion?
To convert the static code examples on the following pages to a live example:
https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/ondragend
https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/ondragleave
https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/ondragover
https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/ondragstart
https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/ondrop
Why is it important or useful?
Having live examples will make the concept be understood well for the readers, like I converted for
ondragenter
in PR #8667Other supporting information
I'd like to follow upon #8667 (comment) and replace static code in the above pages with working live samples.
The text was updated successfully, but these errors were encountered: