Skip to content

Commit a912248

Browse files
committed
Update link to CSSOM View to use the latest draft
1 parent 68ef94b commit a912248

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ urlPrefix: https://w3c.github.io/web-animations/; type: dfn; spec: web-animation
2424
text: start delay
2525
text: target effect end
2626
text: timeline
27-
urlPrefix: https://www.w3.org/TR/cssom-view-1/; type: dfn; spec: cssom-view-1
27+
urlPrefix: https://drafts.csswg.org/cssom-view/; type: dfn; spec: cssom-view-1
2828
text: CSS layout box
2929
</pre>
3030

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ <h4 class="heading settled" data-level="3.1.4" id="current-time-algorithm"><span
701701
as follows:</p>
702702
<ol>
703703
<li data-md="">
704-
<p>If <code class="idl"><a data-link-type="idl" href="#dom-scrolltimeline-scrollsource" id="ref-for-dom-scrolltimeline-scrollsource-10">scrollSource</a></code> does not currently have a <a data-link-type="dfn" href="https://www.w3.org/TR/cssom-view-1/#css-layout-box">CSS layout box</a>, or if its layout box is not
704+
<p>If <code class="idl"><a data-link-type="idl" href="#dom-scrolltimeline-scrollsource" id="ref-for-dom-scrolltimeline-scrollsource-10">scrollSource</a></code> does not currently have a <a data-link-type="dfn" href="https://drafts.csswg.org/cssom-view/#css-layout-box">CSS layout box</a>, or if its layout box is not
705705
a <a data-link-type="dfn" href="https://drafts.csswg.org/css-overflow-3/#scroll-container">scroll container</a>, return an unresolved time value.</p>
706706
<li data-md="">
707707
<p>Otherwise, let <var>current scroll offset</var> be the current scroll offset of <code class="idl"><a data-link-type="idl" href="#dom-scrolltimeline-scrollsource" id="ref-for-dom-scrolltimeline-scrollsource-11">scrollSource</a></code> in the direction specified by <code class="idl"><a data-link-type="idl" href="#dom-scrolltimeline-orientation" id="ref-for-dom-scrolltimeline-orientation-10">orientation</a></code>.</p>
@@ -1084,7 +1084,7 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
10841084
<li>
10851085
<a data-link-type="biblio">[cssom-view-1]</a> defines the following terms:
10861086
<ul>
1087-
<li><a href="https://www.w3.org/TR/cssom-view-1/#css-layout-box">css layout box</a>
1087+
<li><a href="https://drafts.csswg.org/cssom-view/#css-layout-box">css layout box</a>
10881088
</ul>
10891089
<li>
10901090
<a data-link-type="biblio">[DOM]</a> defines the following terms:

0 commit comments

Comments
 (0)