Skip to content

Commit

Permalink
Editorial: update some links
Browse files Browse the repository at this point in the history
Closes whatwg#1036.
  • Loading branch information
annevk committed Nov 29, 2021
1 parent 4ca187f commit 3e51b89
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -899,7 +899,7 @@ correct defaults.</p>
Web IDL.

<p class=XXX>As of the time of this writing Web IDL does not yet define any default behavior;
see <a href="https://github.com/heycam/webidl/issues/135">heycam/webidl#135</a>.
see <a href="https://github.com/whatwg/webidl/issues/135">whatwg/webidl#135</a>.

<li><p>Set <var>event</var>'s <a>initialized flag</a>.

Expand Down Expand Up @@ -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.

<p>Ideally, any new event APIs are defined such that they do not need this property (use
<a href="https://lists.w3.org/Archives/Public/public-script-coord/">[email protected]</a>
for discussion).
<p>Ideally, any new event APIs are defined such that they do not need this property. (Use
<a href="https://github.com/whatwg/dom/issues">whatwg/dom</a> for discussion.)


<h3 id=dispatching-events>Dispatching events</h3>
Expand Down

0 comments on commit 3e51b89

Please sign in to comment.