Hacker News new | ask | show | jobs
by nileshtrivedi 1253 days ago
VueJS actually fails some advanced tests for WebComponents: https://custom-elements-everywhere.com/

So, VueJS docs are actually incorrect when they say it scores 100%. The actual score is 91%.

I had reported this 8 months ago.

1 comments

For people too lazy to look into what the issues are: lack of support for CAPScase, camelCase, and PascalCase DOM events. Only lowercase and kebab-case work.
Why is this getting downvoted? Did I miss something? I only found those 6 errors (each occurs in two tests, so 3 types)