Re: [csswg-drafts] [resize-observer] the spec text on explanatory "ResizeObservation" interface (not intended as a real interface) gets picked up by Reffy tool and baked into WPT tests (#3839)

Reffy extracts the [IDL index](https://drafts.csswg.org/resize-observer/#idl-index) at the end of the spec. That index contains `ResizeObservation`, so Reffy picks it up as well. To drop the interface from the index, you have to tell Bikeshed not to process it, which can be done by adding a `class="extract"` to the IDL block definition (see [Turning off processing](https://tabatkins.github.io/bikeshed/#no-idl)).

By the way, I do not know what you're trying to achieve here with `ResizeObservation`, but I note that the [definition of `observe`](https://drafts.csswg.org/resize-observer/#dom-resizeobserver-observe) currently normatively references `ResizeObservation`, which seems wrong to me (a spec should not normatively reference something that is defined informatively).


-- 
GitHub Notification of comment by tidoust
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3839#issuecomment-494305107 using your GitHub account

Received on Tuesday, 21 May 2019 09:02:11 UTC