Open
Description
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
andkebab-case
, not just lowercase.