diff --git a/source b/source index f17c3694ad9..6578b6f2f46 100644 --- a/source +++ b/source @@ -4048,9 +4048,11 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • Serializing a CSS value
  • run the resize steps
  • run the scroll steps
  • +
  • run the move steps
  • evaluate media queries and report changes
  • Scroll a target into view
  • Scroll to the beginning of the document
  • +
  • The move event
  • The resize event
  • The scroll event
  • The scrollend event
  • @@ -18125,6 +18127,7 @@ console.log(style.disabled); // false
    onlanguagechange
    onmessage
    onmessageerror
    +
    onmove
    onoffline
    ononline
    onpageswap
    @@ -111863,6 +111866,9 @@ import "https://example.com/foo/../module2.mjs";
  • For each doc of docs, run the scroll steps for doc. CSSOMVIEW

  • +
  • For each doc of docs, run the move steps for + doc. CSSOMVIEW

  • +
  • For each doc of docs, evaluate media queries and report changes for doc. CSSOMVIEW

  • @@ -113499,6 +113505,7 @@ typedef OnBeforeUnloadEventHandlerNonNull? OnBeforeUnl onlanguagechange languagechange onmessage message onmessageerror messageerror + onmove move onoffline offline ononline online onpageswap pageswap @@ -113628,6 +113635,7 @@ interface mixin WindowEventHandlers { attribute EventHandler onlanguagechange; attribute EventHandler onmessage; attribute EventHandler onmessageerror; + attribute EventHandler onmove; attribute EventHandler onoffline; attribute EventHandler ononline; attribute EventHandler onpagehide; @@ -140176,6 +140184,7 @@ interface External { onlanguagechange; onmessage; onmessageerror; + onmove; onoffline; ononline; onpageswap; @@ -143466,6 +143475,12 @@ interface External { mouseup event handler Event handler content attribute + + onmove + body + move event handler for Window object + Event handler content attribute + onoffline body @@ -145653,6 +145668,7 @@ INSERT INTERFACES HERE FĂ©lix Sanz, Felix Sasaki, Fernando Altomare Serboncini, + Florian Rivoal, Forbes Lindesay, Francesco Schwarz, Francis Brosnan Blazquez,