diff --git a/files/en-us/web/events/detecting_device_orientation/index.md b/files/en-us/web/events/detecting_device_orientation/index.md index e59d265438db18d..4e2c41b168ceab8 100644 --- a/files/en-us/web/events/detecting_device_orientation/index.md +++ b/files/en-us/web/events/detecting_device_orientation/index.md @@ -9,6 +9,7 @@ tags: - Motion - Orientation - Reference +spec-urls: https://w3c.github.io/deviceorientation/ --- {{DefaultAPISidebar("Device Orientation Events")}} @@ -171,9 +172,7 @@ Finally, {{domxref("DeviceMotionEvent.interval","interval")}} represents the int ## Specifications -| Specification | Status | Comment | -| -------------------------------------------- | ---------------------------------------- | ---------------------- | -| {{SpecName('Device Orientation')}} | {{Spec2('Device Orientation')}} | Initial specification. | +{{Specifications}} ## Browser compatibility diff --git a/files/en-us/web/events/index.md b/files/en-us/web/events/index.md index dbebd777ce3be92..c2775267eab465a 100644 --- a/files/en-us/web/events/index.md +++ b/files/en-us/web/events/index.md @@ -5,6 +5,7 @@ tags: - Event - Overview - Reference +spec-urls: https://html.spec.whatwg.org/multipage/indices.html#events-2 --- [Events](/en-US/docs/Learn/JavaScript/Building_blocks/Events) are fired to notify code of "interesting changes" that may affect code execution. These can arise from user interactions such as using a mouse or resizing a window, changes in the state of the underlying environment (e.g. low battery or media events from the operating system), and other causes. @@ -1407,10 +1408,7 @@ This section lists events that have _their own_ reference pages on MDN. If you a ## Specifications -| Specification | Status | Comment | -| ------------------------------------------------------------------------------------------------------------------------ | -------------------------------- | ------- | -| {{SpecName('HTML WHATWG', 'webappapis.html#event-handler-attributes', 'event handlers')}} | {{Spec2('HTML WHATWG')}} | | -| {{SpecName('HTML5 W3C', 'webappapis.html#event-handler-attributes', 'event handlers')}} | {{Spec2('HTML5 W3C')}} | | +{{Specifications}}