You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resize-observer-1/Overview.bs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -581,13 +581,13 @@ A {{ResizeObserver}} will remain alive until both of these conditions are met:
581
581
582
582
<h4 id="html-event-loop"> HTML Processing Model: Event Loop</h4>
583
583
584
-
{{ResizeObserver}} processing happens inside the step 7.12 of the <a>HTML Processing Model</a> event loop.
584
+
{{ResizeObserver}} processing happens inside the step 7.16 of the <a>HTML Processing Model</a> event loop.
585
585
586
-
Step 12 is currently underspecified as:
586
+
Step 16 is currently underspecified as:
587
587
588
588
<q>For each fully active Document in docs, update the rendering or user interface of that Document and its browsing context to reflect the current state.</q>.
589
589
590
-
Existing step 12 can be fully specified as:
590
+
Existing step 16 can be fully specified as:
591
591
592
592
For each fully active Document in docs, run the following steps for that Document and its browsing contents:
593
593
@@ -597,7 +597,7 @@ For each fully active Document in docs, run the following steps for that Documen
597
597
598
598
3. Paint
599
599
600
-
{{ResizeObserver}} extends step 12 with resize notifications.
600
+
{{ResizeObserver}} extends step 16 with resize notifications.
601
601
It tries to deliver all pending notifications by looping
602
602
until no pending notifications are available. This can cause
603
603
an infinite loop.
@@ -612,7 +612,7 @@ are undelivered notifications. Elements with undelivered notifications
612
612
will be considered for delivery in the next loop.
613
613
614
614
615
-
Step 12 with {{ResizeObserver}} notifications is:
615
+
Step 16 with {{ResizeObserver}} notifications is:
616
616
617
617
For each fully active Document in docs, run the following steps for that Document and its browsing context:
0 commit comments