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

jpmedley has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== Is attributeStyleMap out of date? ==
The Typed OM spec currently shows [`attributeStyleMap` on an interface called `ElementCSSInlineStyle`](https://www.w3.org/TR/css-typed-om-1/#declared-stylepropertymap-objects). I can find no such property in Chrome. Yet the Element interfaces shows [a property with this name and a link to the Typed OM spec](https://cs.chromium.org/chromium/src/third_party/blink/renderer/core/dom/element.idl?q=Element+f:.idl+file:%5Esrc/third_party/blink/renderer/+package:%5Echromium$&dr=C&l=120)

Should `ElementCSSInlineStyle.attributeStyleMap` (partial) actually be `Element.attributeStyleMap` (partial)?

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

Received on Tuesday, 28 May 2019 16:52:40 UTC