Remove api.HTMLBodyElement.orientationchange event#15156
Conversation
This PR adapts the orientationchange event of the HTMLBodyElement API to conform to the new events structure. Note: there are no MDN pages associated with these events, so there will be no corresponding content PR. Any broken MDN URLs in BCD have been removed.
|
Per https://compat.spec.whatwg.org/#windoworientation-interface this event should be fired the Some testing to check if an event handler added with If it's only Safari that ever fires the event at |
|
I think we should remove this entry. If we want, we can add a note to api.window.orientationchange_event for Safari and say that there is non-standard behavior implemented that makes the event also fire at HTMLBodyElement. |
|
@queengooborg do you want to remove this entry in this PR? |
This PR adapts the orientationchange event of the HTMLBodyElement API to conform to the new events structure.
Note: there are no MDN pages associated with these events, so there will be no corresponding content PR. Any broken MDN URLs in BCD have been removed.