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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,8 @@ counterpart to {{Window}}'s {{Window/resize}} event.
74
74
75
75
ResizeObserver's notifications can be used to respond to changes in {{Element}}'s size. Some interesting facts about these observations:
76
76
77
+
* Observation will fire when observation starts.
78
+
77
79
* Observation will fire when watched Element is inserted/removed from DOM.
78
80
79
81
* Observation will fire when watched Element <a>display</a> gets set to none.
@@ -82,8 +84,6 @@ ResizeObserver's notifications can be used to respond to changes in {{Element}}'
82
84
83
85
* Observations will not be triggered by CSS transforms.
84
86
85
-
* Observation will fire when observation starts if Element is [being rendered](https://html.spec.whatwg.org/#being-rendered), and Element's size is not 0,0.
0 commit comments