[Webkit-unassigned] [Bug 149105] Rendering of style doesn't update

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 13 14:07:34 PDT 2015


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

--- Comment #1 from hurin8888 at gmail.com ---
The CSS object model specification says

"Mutating the declarations must set the style content attribute on the context object to the serialization of the declarations."

https://drafts.csswg.org/cssom/#elementcssinlinestyle

So it confirms this behavior is not wanted.

A hotfix for webdevelopers is to mute the wanted property namely, element.style.backgroundColor = ''.

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


More information about the webkit-unassigned mailing list