affects:usergood first issuetype:bug
説明
Because the style module sets values with elm.style[name] = val, it will fail if we have a style attr like style="color: red !important". Instead it should probably be using CSSStyleDeclaration.setProperty(). I'll try to work on a PR.