Skip to content

Commit 0a19ba7

Browse files
authored
[resize-observer] exclude ResizeObservation IDL from Reffy
This IDL is non-normative and is excluded by class="exclude": https://github.com/tidoust/reffy/blob/d886aca8457f85bd7c89c9daf855d27def0d635d/src/cli/extract-webidl.js#L148
1 parent c7284ce commit 0a19ba7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

resize-observer-1/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,12 @@ A future version of this spec will extend the returned sequences to contain the
294294
<h2 id="processing-model">Processing Model</h2>
295295

296296
<h3 id="resize-observation-interface">ResizeObservation example struct</h3>
297-
<p class="note">This section is not normative. ResizeObservation is an example struct that can be used in implementation of Resize Observer. It is being
297+
298+
<p class="note">This section is non-normative. ResizeObservation is an example struct that can be used in implementation of Resize Observer. It is being
298299
included here in order to help provide clarity during the processing model. It effectively holds observation information for a single {{Element}}. This
299300
interface is not visible to Javascript.</p>
300301

301-
<pre class="idl">
302+
<pre class="idl exclude">
302303
[Constructor(Element target)
303304
]
304305
interface ResizeObservation {

0 commit comments

Comments
 (0)