diff --git a/source b/source index 9155017c896..445ed822bef 100644 --- a/source +++ b/source @@ -8124,13 +8124,13 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • Let posterResumptionSteps be null.

    -

    If entry.

    If entry.isIntersecting is true and entry.target is a video element, then set posterResumptionSteps to the video element's poster lazy load resumption steps.

  • If resumptionSteps is null and posterResumptionSteps is null, - then return.

  • + then continue.

  • Stop intersection-observing a lazy loading element for entry.target.

  • @@ -37727,9 +37727,9 @@ interface HTMLMediaElement : HTMLElement {
  • Let resumptionSteps be the media element's lazy load resumption steps.

  • -
  • Let posterResumptionSteps be null.

    +
  • Let posterResumptionSteps be null.

  • -

    If the media element is a video element, then set +

  • If the media element is a video element, then set posterResumptionSteps to the video element's poster lazy load resumption steps.