Closed cyraid closed 1 month ago
You probably dont' want to consume /tr/idl as they are old. Try using ed/idl instead.
But ed/idl for example, has things like CSSMarginRule.CSSMarginDescriptors
(in ed/idl/cssom.idl), which CSSMarginDescriptors doesn't exist as for as a search goes.
Oh, good catch. CSSMarginDescriptors is being used in https://drafts.csswg.org/cssom/ without being defined, that's why it doesn't exist in ed/idl. Can you file an issue in https://github.com/w3c/csswg-drafts/issues ?
there is already an issue for this FWIW https://github.com/w3c/csswg-drafts/issues/10106
(we patch the CSSOM IDL in webref for that very reason)
As this is not a library bug, closing.
I read on one pull request that
implements
was removed? In the repo:https://github.com/w3c/webref/blob/429ee9f4891ee37e467f3d8e8fbe1ab193cabd2e/tr/idl/cssom-view.idl#L175
There are 4 statements that use
implements
, and WebIDL2 parser just won't have it. Should there be a filing on that repo? Or is there something we can do for this one?For now, what would be the recommended approach or workaround?