mdn/sprints

Incorrect URL for HTML Drag and Drop API Events

uafrontender opened this issue · 6 comments

Request type

  • Please close this issue, I accidentally submitted it without adding any details
  • New documentation
  • Correction or update

Details

Links of drag and drop events in sidebar on https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API redirect to "Page not found" (ie: https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/drop_event)
Actual content is on https://developer.mozilla.org/en-US/docs/Web/API/Document/drop_event

Selection_004

These links are generated from the data inside our GroupData.json — see https://github.com/mdn/yari/blob/master/kumascript/macros/GroupData.json#L782

Whoever fixes this would need to replace HTMLElement with Document in each case.

@mkarkachov , do you fancy having a go at fixing this?

These links are generated from the data inside our GroupData.json — see https://github.com/mdn/yari/blob/master/kumascript/macros/GroupData.json#L782

Whoever fixes this would need to replace HTMLElement with Document in each case.

@mkarkachov , do you fancy having a go at fixing this?

gladly

These links are generated from the data inside our GroupData.json — see https://github.com/mdn/yari/blob/master/kumascript/macros/GroupData.json#L782
Whoever fixes this would need to replace HTMLElement with Document in each case.
@mkarkachov , do you fancy having a go at fixing this?

gladly

great, thanks!

Cool, PR reviewed and merged, so we should see the update in 24 hours or so.

Congrats on your first MDN contribution, and thanks!