From 967278b16fcf58a01d2c49571edef1adf02565f3 Mon Sep 17 00:00:00 2001 From: Alice Boxhall <95208+alice@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:05:43 +1000 Subject: [PATCH] First pass at adding a 'move steps' reference in HTML --- source | 4 ++++ 1 file changed, 4 insertions(+) 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