We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75abd06 commit dedfeb6Copy full SHA for dedfeb6
1 file changed
resize-observer-1/Overview.bs
@@ -67,11 +67,11 @@ size changes. An example is an {{Element}} that displays a map:
67
* when resized, it must redo the tiling.
68
69
Responsive Web Applications can already respond to <a>viewport</a> size changes.
70
-This is done with CSS media queries, or window.{{resize}} event.
+This is done with CSS media queries, or {{Window}}'s {{Window/resize}} event.
71
72
The ResizeObserver API is an interface for observing changes
73
to Element's size. It is an {{Element}}'s
74
-counterpart to window.{{resize}} event.
+counterpart to {{Window}}'s {{Window/resize}} event.
75
76
ResizeObserver's notifications can be used to respond to changes in {{Element}}'s size. Some interesting facts about these observations:
77
0 commit comments