enhance-dev / enhance-dev/md-elements
Part attribute is used for css shadow parts ::part() selector
Open
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The css shadow parts selector `::part()` uses the `part` attribute to identify elements in the shadow DOM to target (https://developer.mozilla.org/en-US/docs/Web/CSS/::part). It might be better to pick another attribute or to namespace it (i.e. `md-part`) to avoid confussion.
Contributor guide
Assessment
This issue has not been assessed yet.