Re: [css-houdini-drafts] Is attributeStyleMap out of date? (#892)

Amelia is correct.

Note that if you click thru on ElementCSSInlineStyle, you'll find that it has `[NoInterfaceObject]`, which usually means it's intended purely to be used as a mixin, not an interface you actually instantiate. (Now that mixins actually exist in WebIDL, we should convert that over.) If you then search for instances of the term in that spec (or click on the dfn and select some of the links to instances of it), you'll see that it's used in `implements` statements, which is indeed how WebIDL used to do mixins.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/892#issuecomment-497827214 using your GitHub account

Received on Friday, 31 May 2019 19:07:35 UTC