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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ ResizeObserver's notifications can be used to respond to changes in {{Element}}'
76
76
77
77
* Observations will not be triggered by CSS transforms.
78
78
79
-
* Observation will fire when observation starts if Element has display, and Element's size is not 0,0.
79
+
* 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