jsdom / cssstyle

A Node.js implementation of the CSS Object Model CSSStyleDeclaration interface
MIT License
109 stars 70 forks source link

Styles without webkit prefix (such as transitions) not supported #46

Closed rolftimmermans closed 5 years ago

rolftimmermans commented 7 years ago

Most browsers have dropped prefixes by now. Should it be easily possible to alias webkit prefixed properties? I can make a pull request if someone can point me in the direction of the most appropriate solution.

fatfisz commented 5 years ago

A duplicate of #32. We're working on this now, stay tuned!