[csswg-drafts] [cssom] is setting Element.style as a string specified anywhere? ElementCSSInlineStyle only has the getter (#5127)

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

== [cssom] is setting Element.style as a string specified anywhere? ElementCSSInlineStyle only has the getter ==
I'm coming at this from https://github.com/microsoft/TypeScript/issues/13466 which correctly points out that there is no setter for `style` in the old spec for `ElementCSSInlineStyle`. TS stops at that, and setting `HTMLElement.style` is thus a type error (same for `SVGElement`, both inherit from the mixin).

So I went out fishing for a spec for the setter and came out empty handed. The new CSSWG spec also lacks a setter... Is there such a thing, somewhere?



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

Received on Thursday, 28 May 2020 21:35:10 UTC