whatwg / compat

Compatibility Standard
https://compat.spec.whatwg.org/
Other
116 stars 41 forks source link

Broken references in Compatibility Standard for window.orientation #223

Closed dontcallmedom-bot closed 1 year ago

dontcallmedom-bot commented 1 year ago

While crawling Compatibility Standard, the following links to other specifications were detected as pointing to non-existing anchors:

This issue was detected and reported semi-automatically by Strudy based on data collected in webref.

miketaylr commented 1 year ago

https://compat.spec.whatwg.org/#dfn-window-orientation-angle

Looks like there's some recent updates in Screen Orientation, so we should update to match the new hotness.

marcoscaceres commented 1 year ago

@miketaylr, should we just move the window.orientation stuff to the orientation spec? https://github.com/w3c/screen-orientation/issues/249

window.orientation is widely used (I think) so we probably can't get rid of it (and it's interoperable)... wdyt? What's been commonly done in these cases?

karlcow commented 1 year ago

@marcoscaceres @miketaylr I moved this comment in a proper issue. https://github.com/whatwg/compat/issues/239

miketaylr commented 1 year ago

Let me fix this first, then we can work on #239.