Skip to content

Commit 2da7055

Browse files
author
Greg Whitworth
committed
[resize-observer] Fixing bikeshed issue with missing bracket
1 parent 41090d6 commit 2da7055

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

resize-observer-1/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ interface ResizeObserverEntry {
301301
5. Set |this|.{{ResizeObserverEntry/scrollSize}} slot to result of <a href="#calculate-box-size">
302302
computing size given |target| and specificSize of "scroll-box"</a>.
303303

304-
6. Set |this|.{{ResizeObserverEntry/devicePixelBorderBox}} slot to result of <a href="#calculate-box-size">
304+
6. Set |this|.{{ResizeObserverEntry/devicePixelBorderBoxSize}} slot to result of <a href="#calculate-box-size">
305305
computing size given |target| and specificSize of "device-pixel-border-box"</a>.
306306

307307
7. Set |this|.{{ResizeObserverEntry/contentRect}} to logical |this|.{{ResizeObserverEntry/contentSize}}.
@@ -341,7 +341,6 @@ interface ResizeObservation {
341341
readonly attribute Element target;
342342
readonly attribute ResizeObserverBoxOptions observedBox;
343343
readonly attribute ResizeObserverSize lastReportedSize;
344-
boolean isActive();
345344
};
346345
</pre>
347346
<div dfn-type="attribute" dfn-for="ResizeObservation">
@@ -494,7 +493,7 @@ run these steps:
494493
3. Matching size is |entry|.{{ResizeObserverEntry/scrollSize}} if |observation|.{{ResizeObservation/observedBox}} is "scroll-box"
495494

496495
4. Matching size is |entry|.{{ResizeObserverEntry/devicePixelBorderBoxSize}}
497-
if |observation|.{ResizeObservation/observedBox}} is "device-pixel-border-box"
496+
if |observation|.{{ResizeObservation/observedBox}} is "device-pixel-border-box"
498497

499498
4. Set |targetDepth| to the result of <a>calculate depth for node</a> for |observation|.{{ResizeObservation/target}}.
500499

0 commit comments

Comments
 (0)