custom-elements-everywhere icon indicating copy to clipboard operation
custom-elements-everywhere copied to clipboard

Passing camelCase properties

Open lsimichael opened this issue 5 years ago • 1 comments

It seems to me that libraries do not always appropriately handle camelCase property names the same way.

When using Vue and Svelte together, for example, I'm finding the only way to reliably pass properties is to use a single lowercase value such as textcolor instead of textColor.

However when using only Vue, it seems to pass and accept camelCased properties without issue.

Could this behavior be standardized?

lsimichael avatar Aug 18 '19 16:08 lsimichael

Can you provide an example?

robdodson avatar Aug 22 '19 01:08 robdodson