[Webkit-unassigned] [Bug 164537] Change Element.style using javascript object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 7 15:24:19 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=164537

--- Comment #3 from Daniel Holbert <dholbert at mozilla.com> ---
Here's the relevant part of the spec for the element.style attribute, I think:
https://drafts.csswg.org/cssom/#the-elementcssinlinestyle-interface
> interface ElementCSSInlineStyle {
>   [SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
> };

And for the CSSStyleRule.style attribute:
https://drafts.csswg.org/cssom/#the-cssstylerule-interface
> interface CSSStyleRule : CSSRule {
>   attribute CSSOMString selectorText;
>  [SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
> };

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170607/30e6504d/attachment.html>


More information about the webkit-unassigned mailing list