w3c / screen-orientation

The screen orientation lock specification
https://w3c.github.io/screen-orientation/
Other
27 stars 29 forks source link

Screen orientation change need to queue a task to fire an event properly #244

Closed marcoscaceres closed 1 year ago

marcoscaceres commented 1 year ago

The screen orientation change steps need to be rewritten to properly queue a task to fire the "change" event, which updates the type/angle of each document's ScreenOrientation as part of a task.

As currently spec'ed, it's not quite correct (though the intent is).

This would be an editorial change.

Note to self: