The Custom Elements Everywhere benchmark is an industry-standard tool to measure the degree that a web framework supports custom elements (web components).
Now that we have lwc:external, we should be able to score 100% on this test. There are two pieces of work here:
- Open a PR on that project to add LWC as a tested framework.
- Fix bugs where we don't score 100% on the test. Off the top of my head, we will need to support declarative event names in formats like
camelCase and kebab-case, not just lowercase.
The Custom Elements Everywhere benchmark is an industry-standard tool to measure the degree that a web framework supports custom elements (web components).
Now that we have
lwc:external, we should be able to score 100% on this test. There are two pieces of work here:camelCaseandkebab-case, not just lowercase.