Skip to content

Commit 024a3cf

Browse files
Bikeshed update for 'Use document.scrollingElement where appropriate (#33)
Fixes #14' [ci skip] Generated from: commit 77803dc Author: Stephen McGruer Date: Wed Nov 21 15:15:30 2018 -0500 Use document.scrollingElement where appropriate (#33) Fixes #14
1 parent 77803dc commit 024a3cf

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

index.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link href="https://www.w3.org/StyleSheets/TR/2016/W3C-UD" rel="stylesheet" type="text/css">
1212
<meta content="Bikeshed version 0da7328bb90ef81993146377e4e0fed236969c4c" name="generator">
1313
<link href="https://wicg.github.io/scroll-animations/" rel="canonical">
14-
<meta content="f566763248e1f7651d5c8af5871cf10c717233e7" name="document-revision">
14+
<meta content="77803dcc67881b47bb46abbd1a4b34f0d72b431f" name="document-revision">
1515
<link href="web-animations.css" rel="stylesheet" type="text/css">
1616
<style>/* style-md-lists */
1717

@@ -595,9 +595,7 @@

595595
<dd data-md>
596596
<p>The scrollable element whose scrolling triggers the activation and drives the
597597
progress of the timeline.p>
598-
<p>If this is not specified, the document element of the <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#active-document" id="ref-for-active-document">active documenta> for the
599-
current <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#browsing-context" id="ref-for-browsing-context">browsing contexta>, as determined at the time the <code class="idl"><a data-link-type="idl" href="#scrolltimeline" id="ref-for-scrolltimeline③">ScrollTimelinea>code> is
600-
constructed, is used.p>
598+
<p>If this is not specified, the <code class="idl"><a data-link-type="idl" href="https://drafts.csswg.org/cssom-view-1/#dom-document-scrollingelement" id="ref-for-dom-document-scrollingelement">scrollingElementa>code> of the <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#active-document" id="ref-for-active-document">active documenta> for the current <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#browsing-context" id="ref-for-browsing-context">browsing contexta>, as determined at the time the <code class="idl"><a data-link-type="idl" href="#scrolltimeline" id="ref-for-scrolltimeline③">ScrollTimelinea>code> is constructed, is used.p>
601599
<p>Note that the <code class="idl"><a data-link-type="idl" href="#dom-scrolltimeline-scrollsource" id="ref-for-dom-scrolltimeline-scrollsource①">scrollSourcea>code>'s <code class="idl"><a data-link-type="idl" href="https://dom.spec.whatwg.org/#dom-node-ownerdocument" id="ref-for-dom-node-ownerdocument">ownerDocumenta>code> may change over the lifetime
602600
of the scroll timeline. This does not affect the scroll timeline; the timeline
603601
continues to be driven by the scroll progress of the <code class="idl"><a data-link-type="idl" href="#dom-scrolltimeline-scrollsource" id="ref-for-dom-scrolltimeline-scrollsource②">scrollSourcea>code>.p>
@@ -1113,6 +1111,12 @@

11131111
<li><a href="#ref-for-css-layout-box">3.1.4. The current time of a ScrollTimelinea>
11141112
ul>
11151113
aside>
1114+
<aside class="dfn-panel" data-for="term-for-dom-document-scrollingelement">
1115+
<a href="https://drafts.csswg.org/cssom-view-1/#dom-document-scrollingelement">https://drafts.csswg.org/cssom-view-1/#dom-document-scrollingelementa><b>Referenced in:b>
1116+
<ul>
1117+
<li><a href="#ref-for-dom-document-scrollingelement">3.1.2. The ScrollTimeline interfacea>
1118+
ul>
1119+
aside>
11161120
<aside class="dfn-panel" data-for="term-for-element">
11171121
<a href="https://dom.spec.whatwg.org/#element">https://dom.spec.whatwg.org/#elementa><b>Referenced in:b>
11181122
<ul>
@@ -1261,6 +1265,7 @@

12611265
<a data-link-type="biblio">[cssom-view-1]a> defines the following terms:
12621266
<ul>
12631267
<li><span class="dfn-paneled" id="term-for-css-layout-box" style="color:initial">css layout boxspan>
1268+
<li><span class="dfn-paneled" id="term-for-dom-document-scrollingelement" style="color:initial">scrollingElementspan>
12641269
ul>
12651270
<li>
12661271
<a data-link-type="biblio">[DOM]a> defines the following terms:

0 commit comments

Comments
 (0)