diff --git a/dom.bs b/dom.bs index 755c75595..5d7c0ce26 100644 --- a/dom.bs +++ b/dom.bs @@ -27,7 +27,7 @@ type: interface url: https://w3c.github.io/deviceorientation/spec-source-orientation.html#devicemotion text: DeviceMotionEvent text: DeviceOrientationEvent -urlPrefix: https://tc39.github.io/ecma262/#; spec: ECMASCRIPT +urlPrefix: https://tc39.es/ecma262/#; spec: ECMASCRIPT text: Construct; url: sec-construct; type: abstract-op type: dfn text: Realm; url: realm @@ -899,7 +899,7 @@ correct defaults.
Web IDL.As of the time of this writing Web IDL does not yet define any default behavior; - see heycam/webidl#135. + see whatwg/webidl#135.
Set event's initialized flag. @@ -1223,9 +1223,8 @@ listeners are {{AddEventListenerOptions/passive}} then scrolling can be allowed of non-{{AddEventListenerOptions/passive}} listeners, and use that to clear the {{Event/cancelable}} property of the event being dispatched. -
Ideally, any new event APIs are defined such that they do not need this property (use -public-script-coord@w3.org -for discussion). +
Ideally, any new event APIs are defined such that they do not need this property. (Use +whatwg/dom for discussion.)