-
Notifications
You must be signed in to change notification settings - Fork 414
Open
Labels
BUG P3Up for grabsIssues that are relatively small, self-contained, and ready for implementationIssues that are relatively small, self-contained, and ready for implementation
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.
kevinv11n and jsmithdev
Metadata
Metadata
Assignees
Labels
BUG P3Up for grabsIssues that are relatively small, self-contained, and ready for implementationIssues that are relatively small, self-contained, and ready for implementation