Skip to content

Commit 5ddb6b4

Browse files
domeniczcorpan
authored andcommitted
Fix a few broken links to CSS specs from the event loop
Notably, the unversioned web-animations URL seems to point to an unofficial draft that no longer contains the relevant definition.
1 parent 30c8f34 commit 5ddb6b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3793,7 +3793,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
37933793
</ul>
37943794

37953795
<p>The algorithm to <dfn
3796-
data-x-href="https://drafts.csswg.org/web-animations/#update-animations-and-send-events">update
3796+
data-x-href="https://drafts.csswg.org/web-animations-1/#update-animations-and-send-events">update
37973797
animations and send events</dfn> is defined in <cite>Web Animations</cite>. <ref
37983798
spec=WEBANIMATIONS>.</p>
37993799

@@ -3836,8 +3836,8 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
38363836
<li><dfn data-x-href="https://drafts.csswg.org/cssom/#preferred-css-style-sheet-set-name">preferred CSS style sheet set name</dfn></li>
38373837
<li><dfn data-x-href="https://drafts.csswg.org/cssom/#change-the-preferred-css-style-sheet-set-name">change the preferred CSS style sheet set name</dfn></li>
38383838
<li><dfn data-x-href="https://drafts.csswg.org/cssom/#serialize-a-css-value">Serializing a CSS value</dfn></li>
3839-
<li><dfn data-x-href="https://drafts.csswg.org/cssom-view/#run-the-resize-steps">run the resize steps</dfn></li>
3840-
<li><dfn data-x-href="https://drafts.csswg.org/cssom-view/#run-the-scroll-steps">run the scroll steps</dfn></li>
3839+
<li><dfn data-x-href="https://drafts.csswg.org/cssom-view/#document-run-the-resize-steps">run the resize steps</dfn></li>
3840+
<li><dfn data-x-href="https://drafts.csswg.org/cssom-view/#document-run-the-scroll-steps">run the scroll steps</dfn></li>
38413841
<li><dfn data-x-href="https://drafts.csswg.org/cssom-view/#evaluate-media-queries-and-report-changes">evaluate media queries and report changes</dfn></li>
38423842
<li><dfn data-x-href="https://drafts.csswg.org/cssom-view/#scroll-an-element-into-view">Scroll an element into view</dfn></li>
38433843
<li><dfn data-x-href="https://drafts.csswg.org/cssom-view/#scroll-to-the-beginning-of-the-document">Scroll to the beginning of the document</dfn></li>
@@ -127900,7 +127900,7 @@ INSERT INTERFACES HERE
127900127900
<dd>(Non-normative) <cite><a href="https://w3c.github.io/wcag/guidelines/">Web Content Accessibility Guidelines (WCAG)</a></cite>, A. Kirkpatrick, J. O Connor, A. Campbell, M. Cooper. W3C.</dd>
127901127901

127902127902
<dt id="refsWEBANIMATIONS">[WEBANIMATIONS]</dt>
127903-
<dd><cite><a href="https://drafts.csswg.org/web-animations/">Web Animations</a></cite>, B. Birtles, S. Stephens, D. Stockwell. W3C.</dd>
127903+
<dd><cite><a href="https://drafts.csswg.org/web-animations-1/">Web Animations</a></cite>, B. Birtles, S. Stephens, D. Stockwell. W3C.</dd>
127904127904

127905127905
<dt id="refsWEBAUDIO">[WEBAUDIO]</dt>
127906127906
<dd>(Non-normative) <cite><a href="https://webaudio.github.io/web-audio-api/">Web Audio API</a></cite>, P. Adenot, H. Choi. W3C.</dd>

0 commit comments

Comments
 (0)