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

More property tests: camelCase names and inherited accessors

Open justinfagnani opened this issue 1 year ago • 0 comments

I've seen some issues recently with camelCase property names not being supported. I think that additional test cases for this would help drive fixes for them.

I also saw some probably buggy framework code that only did an in-check for own properties on the prototype of the element. This would break in inheritance cases, so we should add tests for those.

justinfagnani avatar Oct 16 '23 18:10 justinfagnani