<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Rendering of style doesn't update"
   href="https://bugs.webkit.org/show_bug.cgi?id=149105#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Rendering of style doesn't update"
   href="https://bugs.webkit.org/show_bug.cgi?id=149105">bug 149105</a>
              from <span class="vcard"><a class="email" href="mailto:hurin8888&#64;gmail.com" title="hurin8888&#64;gmail.com">hurin8888&#64;gmail.com</a>
</span></b>
        <pre>The CSS object model specification says

&quot;Mutating the declarations must set the style content attribute on the context object to the serialization of the declarations.&quot;

<a href="https://drafts.csswg.org/cssom/#elementcssinlinestyle">https://drafts.csswg.org/cssom/#elementcssinlinestyle</a>

So it confirms this behavior is not wanted.

A hotfix for webdevelopers is to mute the wanted property namely, element.style.backgroundColor = ''.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>