[css-houdini-drafts] [css-typed-om] the style map on a CSSStyleRule shouldn't be called attributeStyleMap

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

== [css-typed-om] the style map on a CSSStyleRule shouldn't be called attributeStyleMap ==
The current specification [says](https://drafts.css-houdini.org/css-typed-om-1/#declared-stylepropertymap-objects) that the style map on a style rule is accessed via the property `attributeStyleMap`.  This doesn't make much sense.  The name `attributeStyleMap` makes sense on DOM elements (which is what the [relevant WG minutes where it was chosen](https://lists.w3.org/Archives/Public/www-style/2017May/0026.html) describe it on), but I don't think it makes sense on style rules.

I'd suggest that perhaps just `styleMap` would make sense for style rules, though I'd be open to other options.

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

Received on Friday, 26 January 2018 23:30:08 UTC