Update TextTrack cuechange event pages#12684
Conversation
Preview URLs
FlawsNote! 1 document with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
URL:
External URLsURL: No new external URLs URL: No new external URLs URL: No external URLs URL: No new external URLs URL: No new external URLs |
sideshowbarker
left a comment
There was a problem hiding this comment.
This is the first time I'm hitting a
GlobalEventHandlersmixin case, so I appreciate if someone could double check my approach.
Looks right to me
Update the
cuechangeevent pages to new event pages layout.Here, there was no
oncuechangepage, but there was https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/oncuechange. I removed and redirected it with:yarn content delete Web/API/GlobalEventHandlers/oncuechange --redirect=/en-US/docs/Web/API/TextTrack/cuechange_eventNow there are two pages documenting
cuechange:This is the first time I'm hitting a
GlobalEventHandlersmixin case, so I appreciate if someone could double check my approach.