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

Right.  All that's happening here is that Safari and Edge don't implement that PutForwards bit from the spec, so assigning to `.style` is a no-op there (or an exception in strict mode code), while assigning to `.style` is the same as assigning to `.style.cssText` in Firefox and Chrome.

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

Received on Wednesday, 7 June 2017 21:17:47 UTC