diff --git a/source b/source index 73646634775..5ce093a310b 100644 --- a/source +++ b/source @@ -3966,6 +3966,7 @@ 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
  • @@ -106698,6 +106699,9 @@ import "https://example.com/foo/../module2.mjs";
  • For each fully active Document in docs, run the scroll steps for that Document. CSSOMVIEW

  • +
  • For each fully active Document in docs, run + the move steps for that Document. CSSOMVIEW

  • +
  • For each fully active Document in docs, evaluate media queries and report changes for that Document. CSSOMVIEW