Re: [csswg-drafts] [cssom] CSSStyleRule.style assignability (?) differs across browsers

Thanks! I think all is well here spec-wise, then.

For WebKit, this is tracked in https://bugs.webkit.org/show_bug.cgi?id=164537 (technically that bug is about `Element.style`, but it has the same issue).

Unlike WebKit, Edge gets this correct for `Element.style` -- e.g. it correctly honors the height tweak in `document.documentElement.style="height:5px";alert(document.documentElement.style.height);`  But it gets it wrong for CSSStyleRule. I'll file an Edge issue for that.

-- 
GitHub Notification of comment by dholbert
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1506#issuecomment-306931435 using your GitHub account

Received on Wednesday, 7 June 2017 21:32:41 UTC