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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -445,14 +445,14 @@ run these steps:
445
445
446
446
2. Set |this|.{{ResizeObserverEntry/target}} slot to |target|.
447
447
448
-
3. Set |this|.{{ResizeObserverEntry/borderBoxSize}} slot to result of <a href="#calculate-box-size">
449
-
computing size given |target| and observedBox of "border-box"</a>.
448
+
3. Set |this|.{{ResizeObserverEntry/borderBoxSize}} slot to result of <a>calculating boxsize</a>
449
+
given |target| and observedBox of {{"border-box"}}.
450
450
451
-
4. Set |this|.{{ResizeObserverEntry/contentBoxSize}} slot to result of <a href="#calculate-box-size">
452
-
computing size given |target| and observedBox of "content-box"</a>.
451
+
4. Set |this|.{{ResizeObserverEntry/contentBoxSize}} slot to result of <a>calculating boxsize</a>
452
+
given |target| and observedBox of {{"content-box"}}.
453
453
454
-
5. Set |this|.{{ResizeObserverEntry/devicePixelContentBoxSize}} slot to result of <a href="#calculate-box-size">
455
-
computing size given |target| and observedBox of "device-pixel-content-box"</a>.
454
+
5. Set |this|.{{ResizeObserverEntry/devicePixelContentBoxSize}} slot to result of <a>calculating boxsize</a>
455
+
given |target| and observedBox of {{"device-pixel-content-box"}}.
456
456
457
457
6. Set |this|.{{ResizeObserverEntry/contentRect}} to logical |this|.{{ResizeObserverEntry/contentBoxSize}} given |target| and observedBox of "content-box".
0 commit comments