[csswg-drafts] [cssom-1] Add an IDL for CSSMarginDescriptors for the CSSMarginRule interface. (#10855)

cyraid has just created a new issue for https://github.com/w3c/csswg-drafts:

== [cssom-1] Add an IDL for CSSMarginDescriptors for the CSSMarginRule interface. ==
https://github.com/w3c/csswg-drafts/blob/5a791c2605e639d8f6c349259127801fdb2cd83a/cssom-1/Overview.bs#L2188

Just by following the comment (`attribute must return a <code>CSSMarginDescriptors</code> object for the
margin at-rule, with the following properties:`)
```html
<pre class=idl>
interface CSSMarginDescriptors : CSSStyleDeclaration {
  attribute boolean computed;
  attribute boolean readonly;
  readonly attribute CSSRule? parentRule;
  readonly attribute (Element or ProcessingInstruction)? ownerNode;
}
</pre>
```

Something like that could be added? I'm not sure if that's entirely accurate, if someone could double check. This is for the scrapers out there like WebIDL2.

Thanks guys.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10855 using your GitHub account


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

Received on Monday, 9 September 2024 07:48:06 UTC