|
11 | 11 | <link href="https://www.w3.org/StyleSheets/TR/2016/W3C-UD" rel="stylesheet" type="text/css"> |
12 | 12 | <meta content="Bikeshed version 0da7328bb90ef81993146377e4e0fed236969c4c" name="generator"> |
13 | 13 | <link href="https://wicg.github.io/scroll-animations/" rel="canonical"> |
14 | | - <meta content="f566763248e1f7651d5c8af5871cf10c717233e7" name="document-revision"> |
| 14 | + <meta content="77803dcc67881b47bb46abbd1a4b34f0d72b431f" name="document-revision"> |
15 | 15 | <link href="web-animations.css" rel="stylesheet" type="text/css"> |
16 | 16 | <style>/* style-md-lists */ |
17 | 17 |
|
@@ -595,9 +595,7 @@ <h4 class="heading settled" data-level="3.1.2" id="scrolltimeline-interface"><sp |
595 | 595 | <dd data-md> |
596 | 596 | <p>The scrollable element whose scrolling triggers the activation and drives the |
597 | 597 | 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 document</a> 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 context</a>, as determined at the time the <code class="idl"><a data-link-type="idl" href="#scrolltimeline" id="ref-for-scrolltimeline③">ScrollTimeline</a></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">scrollingElement</a></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 document</a> 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 context</a>, as determined at the time the <code class="idl"><a data-link-type="idl" href="#scrolltimeline" id="ref-for-scrolltimeline③">ScrollTimeline</a></code> is constructed, is used.</p> |
601 | 599 | <p>Note that the <code class="idl"><a data-link-type="idl" href="#dom-scrolltimeline-scrollsource" id="ref-for-dom-scrolltimeline-scrollsource①">scrollSource</a></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">ownerDocument</a></code> may change over the lifetime |
602 | 600 | of the scroll timeline. This does not affect the scroll timeline; the timeline |
603 | 601 | 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②">scrollSource</a></code>.</p> |
@@ -1113,6 +1111,12 @@ <h3 class="no-num no-ref heading settled" id="index-defined-here"><span class="c |
1113 | 1111 | <li><a href="#ref-for-css-layout-box">3.1.4. The current time of a ScrollTimeline</a> |
1114 | 1112 | </ul> |
1115 | 1113 | </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-scrollingelement</a><b>Referenced in:</b> |
| 1116 | + <ul> |
| 1117 | + <li><a href="#ref-for-dom-document-scrollingelement">3.1.2. The ScrollTimeline interface</a> |
| 1118 | + </ul> |
| 1119 | + </aside> |
1116 | 1120 | <aside class="dfn-panel" data-for="term-for-element"> |
1117 | 1121 | <a href="https://dom.spec.whatwg.org/#element">https://dom.spec.whatwg.org/#element</a><b>Referenced in:</b> |
1118 | 1122 | <ul> |
@@ -1261,6 +1265,7 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla |
1261 | 1265 | <a data-link-type="biblio">[cssom-view-1]</a> defines the following terms: |
1262 | 1266 | <ul> |
1263 | 1267 | <li><span class="dfn-paneled" id="term-for-css-layout-box" style="color:initial">css layout box</span> |
| 1268 | + <li><span class="dfn-paneled" id="term-for-dom-document-scrollingelement" style="color:initial">scrollingElement</span> |
1264 | 1269 | </ul> |
1265 | 1270 | <li> |
1266 | 1271 | <a data-link-type="biblio">[DOM]</a> defines the following terms: |
|
0 commit comments