Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99c9e02

Browse files
committed
Properly reference "update animations and send events"
Fixes whatwg#707.
1 parent 8165648 commit 99c9e02

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

source

+17-8
Original file line numberDiff line numberDiff line change
@@ -3645,6 +3645,11 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
36453645
<li>The <dfn data-x-href="https://drafts.csswg.org/css-ui-4/#appearance-switching">'appearance'</dfn> property</li>
36463646
</ul>
36473647

3648+
<p>The algorithm to <dfn
3649+
data-x-href="https://drafts.csswg.org/web-animations/#update-animations-and-send-events">update
3650+
animations and send events</dfn> is defined in the <cite>Web Animations</cite> specification. <ref
3651+
spec=WEBANIMATIONS>.</p>
3652+
36483653
<p>Implementations that support scripting must support the CSS Object Model. The following
36493654
features and terms are defined in the CSSOM specifications: <ref spec=CSSOM> <ref spec=CSSOMVIEW>
36503655

@@ -89159,31 +89164,31 @@ dictionary <dfn>PromiseRejectionEventInit</dfn> : <span>EventInit</span> {
8915989164

8916089165
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <span>run
8916189166
the resize steps</span> for that <code>Document</code>, passing in <var>now</var> as the
89162-
timestamp. <ref spec="CSSOMVIEW"/></p></li>
89167+
timestamp. <ref spec="CSSOMVIEW"></p></li>
8916389168

8916489169
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <span>run
8916589170
the scroll steps</span> for that <code>Document</code>, passing in <var>now</var> as the
89166-
timestamp. <ref spec="CSSOMVIEW"/></p></li>
89171+
timestamp. <ref spec="CSSOMVIEW"></p></li>
8916789172

8916889173
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>,
8916989174
<span>evaluate media queries and report changes</span> for that <code>Document</code>, passing
89170-
in <var>now</var> as the timestamp. <ref spec="CSSOMVIEW"/></p></li>
89175+
in <var>now</var> as the timestamp. <ref spec="CSSOMVIEW"></p></li>
8917189176

89172-
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <dfn>run
89173-
CSS animations and send events</dfn> for that <code>Document</code>, passing in <var>now</var>
89174-
as the timestamp. <ref spec="CSSANIMATIONS"/></p></li>
89177+
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>,
89178+
<span>update animations and send events</span> for that <code>Document</code>, passing in
89179+
<var>now</var> as the timestamp. <ref spec="WEBANIMATIONS"></p></li>
8917589180

8917689181
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <span>run
8917789182
the fullscreen steps</span> for that <code>Document</code>, passing in <var>now</var> as the
89178-
timestamp. <ref spec="FULLSCREEN"/></p></li>
89183+
timestamp. <ref spec="FULLSCREEN"></p></li>
8917989184

8918089185
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <span>run
8918189186
the animation frame callbacks</span> for that <code>Document</code>, passing in <var>now</var>
8918289187
as the timestamp.</p></li>
8918389188

8918489189
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <span>run
8918589190
the update intersection observations steps</span> for that <code>Document</code>, passing in
89186-
<var>now</var> as the timestamp. <ref spec="INTERSECTIONOBSERVER"/></p></li>
89191+
<var>now</var> as the timestamp. <ref spec="INTERSECTIONOBSERVER"></p></li>
8918789192

8918889193
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, update the
8918989194
rendering or user interface of that <code>Document</code> and its <span
@@ -120613,6 +120618,9 @@ INSERT INTERFACES HERE
120613120618
<dt id="refsWCAG">[WCAG]</dt>
120614120619
<dd>(Non-normative) <cite><a href="https://www.w3.org/TR/WCAG20/">Web Content Accessibility Guidelines (WCAG) 2.0</a></cite>, B. Caldwell, M. Cooper, L. Reid, G. Vanderheiden. W3C.</dd>
120615120620

120621+
<dt id="refsWEBANIMATIONS">[WEBANIMATIONS]</dt>
120622+
<dd><cite><a href="https://drafts.csswg.org/web-animations/">Web Animations</a></cite>, B. Birtles, S. Stephens, D. Stockwell. W3C.</dd>
120623+
120616120624
<dt id="refsWEBCRYPTO">[WEBCRYPTO]</dt>
120617120625
<dd>(Non-normative) <cite><a href="https://w3c.github.io/webcrypto/Overview.html">Web Cryptography API</a></cite>, M. Watson. W3C.</dd>
120618120626

@@ -120805,6 +120813,7 @@ INSERT INTERFACES HERE
120805120813
Brenton Simpson,
120806120814
Brett Wilson,
120807120815
Brett Zamir,
120816+
Brian Birtles,
120808120817
Brian Blakely,
120809120818
Brian Campbell,
120810120819
Brian Korver,

0 commit comments

Comments
 (0)