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

So for me, this boils down to a question of what "readonly" means [here in CSSOM 6.4.3](https://drafts.csswg.org/cssom/#the-cssstylerule-interface):
>   [SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration `style`;

...and in this later text in the same section:
> The `style` attribute must return a CSSStyleDeclaration object for the style rule, with the following properties:
>* readonly flag
>    Unset.

I'm not 100% sure which of those are authoritative about whether or not `CSSStyleRule.style` can be assigned to... CC @bzbarsky who I suspect will know.

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

Received on Wednesday, 7 June 2017 20:57:58 UTC