Open mcjazzyfunky opened 6 years ago
This issue should be fixed with #112
Hi, I have encountered the same issue in the latest versions of JSDOM and CSSStyle. What is the solution to this problem? @nyroDev Looking forward to your reply, thank you
@haohongyang1 I did #166 to fix it, waiting for merge.
@haohongyang1 I did #166 to fix it, waiting for merge.
Hi @nyroDev I noticed that MR https://github.com/jsdom/cssstyle/pull/166 was created in 2023. Do you have an estimated timeline for when it might be merged? Thank you for your efforts on this!
@haohongyang1 You should ask the maintainer @domenic
I am not the maintainer for this library. It's not really maintained; we've had some people join the maintainer team once in a while, but they don't seem to be active anymore. We're seeking someone who is willing to maintain it.
In the meantime, sometimes I do small bugfix releases out of general guilt, but you should not expect reviews.
It seems there's a problem with the webkit prefixes (leading "-"). I think it should be
-webkit-transform
, notwebkit-transform
.The following code shows the issue: