Skip to content

Commit adf457a

Browse files
committed
[web-animations-1] Fix some broken links
Fixes w3c#8382.
1 parent e6ca22a commit adf457a

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

web-animations-1/Overview.bs

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,10 @@ Markup Shorthands: markdown yes
120120
Include Mdn Panels: no
121121
</pre>
122122
<pre class="anchors">
123-
urlPrefix: https://heycam.github.io/webidl/#dfn-; type: dfn; spec: webidl
124-
text: present
125-
text: platform object
123+
urlPrefix: https://webidl.spec.whatwg.org/#dfn-; type: dfn; spec: webidl
126124
text: nullable; url: nullable-type
127-
text: throw
128-
text: thrown; url: throw
129125
text: convert ecmascript to idl value
130-
urlPrefix: https://heycam.github.io/webidl/; type: dfn; spec: webidl
126+
urlPrefix: https://webidl.spec.whatwg.org/; type: dfn; spec: webidl
131127
text: a new promise
132128
text: create a new resolved Promise; url: a-promise-resolved-with
133129
text: [EnforceRange]; url: EnforceRange
@@ -173,9 +169,6 @@ urlPrefix: https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.htm
173169
text: run the animation frame callbacks
174170
urlPrefix: https://html.spec.whatwg.org/multipage/embedded-content.html; type: dfn; spec: html
175171
text: media element
176-
urlPrefix: https://w3c.github.io/hr-time/; spec: highres-time
177-
text: time origin; type: dfn
178-
text: DOMHighResTimeStamp; type: interface
179172
urlPrefix: https://dom.spec.whatwg.org/; type: dfn; spec: dom
180173
text: create an event; url: concept-event-create
181174
text: dispatch; url: concept-event-dispatch
@@ -4539,9 +4532,9 @@ apart from the timing model.
45394532
: <dfn argument for="AnimationEffect/updateTiming(timing)"
45404533
lt="timing">optional {{OptionalEffectTiming}} timing</dfn>
45414534
:: The timing properties to update.
4542-
The timing properties corresponding to any members not <a>present</a>
4543-
on {{AnimationEffect/updateTiming(timing)/timing}} will <em>not</em>
4544-
be modified.
4535+
The timing properties corresponding to any members that do not
4536+
<a for="map">exist</a> on {{AnimationEffect/updateTiming(timing)/timing}} will
4537+
<em>not</em> be modified.
45454538

45464539
</div>
45474540

@@ -4557,7 +4550,7 @@ The {{EffectTiming}} dictionary represents the timing properties of an
45574550
{{AnimationEffect}}.
45584551

45594552
The {{OptionalEffectTiming}} dictionary is a variant of the {{EffectTiming}}
4560-
dictionary that allows some members to be not <a>present</a>.
4553+
dictionary that allows some members to not <a for="map">exist</a>.
45614554
This is used by the {{AnimationEffect/updateTiming()}} method of the
45624555
{{AnimationEffect}} interface to perform a delta update to the timing properties
45634556
of an [=animation effect=].

0 commit comments

Comments
 (0)