Skip to content

Commit e00042a

Browse files
author
Greg Whitworth
committed
[resize-observer] Fixed confusion around Element 'being rendered' - fixes w3c#3819
1 parent db19612 commit e00042a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resize-observer-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ResizeObserver's notifications can be used to respond to changes in {{Element}}'
7676

7777
* Observations will not be triggered by CSS transforms.
7878

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.
8080

8181
<div class="example">
8282
<pre highlight="html">

0 commit comments

Comments
 (0)