Skip to content

Commit 17d8d6d

Browse files
committed
[resize-observer-1] Remove ResizeObservation from IDL index
1 parent 0cc2fd8 commit 17d8d6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resize-observer-1/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ A future version of this spec will extend the returned {{FrozenArray}} to contai
305305
included here in order to help provide clarity during the processing model. It effectively holds observation information for a single {{Element}}. This
306306
interface is not visible to Javascript.</p>
307307

308-
<pre class="idl exclude">
308+
<pre class="idl extract">
309309
interface ResizeObservation {
310310
constructor(Element target);
311311
readonly attribute Element target;
@@ -530,15 +530,15 @@ elements do not use standard CSS box model.
530530
To <dfn>calculate box size</dfn>, given |target| and |observedBox|, run these steps:
531531

532532
1. If |target| is an {{SVGGraphicsElement}}
533-
533+
534534
1. If |observedBox| is "border-box" or "content-box"
535535

536536
1. Set |computedSize|.inlineSize to |target|'s <a>bounding box</a> inline length.
537537

538538
2. Set |computedSize|.blockSize to |target|'s <a>bounding box</a> block length.
539-
539+
540540
2. 1. If |observedBox| is "device-pixel-content-box"
541-
541+
542542
1. Set |computedSize|.inlineSize to |target|'s <a>bounding box</a> inline length, in integral device pixels.
543543

544544
2. Set |computedSize|.blockSize to |target|'s <a>bounding box</a> block length, in integral device pixels.

0 commit comments

Comments
 (0)