preactjs/preact-www

"GlobalEventHandlers" link is dead in Differences to React page

kazoogon opened this issue · 2 comments

https://preactjs.com/guide/v10/differences-to-react/

See GlobalEventHandlers for a full list of DOM event handlers.

▼ This link is dead (and it's for all languages)
https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers

I've tried to find alternative link, but unfortunately I've not found good one.
I was going to create PR which just deletes this sentences and code which has relation
but I've decided creating Issue so far 👍

ps.
I can modify it in Japanese page after deciding how we solve it

Good spot!

If you're happy to make a PR (I can do it later if you don't, no worries), I'm thinking we can swap out the text and link with this: [MDN's Event Reference](https://developer.mozilla.org/en-US/docs/Web/Events)

@rschristian
Thank for giving me good alternative link😀
I've created PR👍