-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"webkit-*" vs "-webkit-*" #70
Comments
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. |
Hi @nyroDev I noticed that MR #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:
The text was updated successfully, but these errors were encountered: