jsdom / cssstyle

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

Fix webkit properties #166

Open nyroDev opened 9 months ago

nyroDev commented 9 months ago

This issue fix webkit properties, to be accessible though camelCase and PascalCase as it's how it seems to be usable in browser.

This PR is inspired by #112 with a little bit more tests

This PR should fix #70 too.

nyroDev commented 8 months ago

Hi @domenic, do you need more work on this PR in order to merge it?

nyroDev commented 3 months ago

Hi @domenic, Is there anything elese I can do in order to merge this PR?