Skip to content

Commit 292eee5

Browse files
committed
Process all pending lazy loading intersection observations
Otherwise images outside the viewport can prevent loading of images inside the viewport, depending on DOM order.
1 parent fc559a5 commit 292eee5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

source

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37727,14 +37727,14 @@ interface <dfn interface>HTMLMediaElement</dfn> : <span>HTMLElement</span> {
3772737727
<li><p>Let <var>resumptionSteps</var> be the <span>media element</span>'s <span>lazy load
3772837728
resumption steps</span>.</p></li>
3772937729

37730-
<li><p>Let <var>posterResumptionSteps</var> be null.</p>
37730+
<li><p>Let <var>posterResumptionSteps</var> be null.</p></li>
3773137731

37732-
<p>If the <span>media element</span> is a <code>video</code> element, then set
37732+
<li><p>If the <span>media element</span> is a <code>video</code> element, then set
3773337733
<var>posterResumptionSteps</var> to the <code>video</code> element's <span>poster lazy load
3773437734
resumption steps</span>.</p></li>
3773537735

3773637736
<li><p>If <var>resumptionSteps</var> is null and <var>posterResumptionSteps</var> is null, then
37737-
return.</p></li>
37737+
continue.</p></li>
3773837738

3773937739
<li><p>If <var>resumptionSteps</var> is not null, then:</p>
3774037740

0 commit comments

Comments
 (0)