File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments