[compute-pressure] supportedSources should not have [SameObject] (#269)

rakuco has just created a new issue for https://github.com/w3c/compute-pressure:

== supportedSources should not have [SameObject] ==
https://webidl.spec.whatwg.org/#SameObject says

> The [[SameObject](https://webidl.spec.whatwg.org/#SameObject)] extended attribute must not be used on anything other than a [read only](https://webidl.spec.whatwg.org/#dfn-read-only) [attribute](https://webidl.spec.whatwg.org/#dfn-attribute) whose type is an [interface type](https://webidl.spec.whatwg.org/#idl-interface) or [object](https://webidl.spec.whatwg.org/#idl-object).

`supportedSources` is a read-only attribute, but its type is not an interface type or `object`.

Please view or discuss this issue at https://github.com/w3c/compute-pressure/issues/269 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 26 April 2024 09:08:30 UTC