webcomponent: Slot support without shadowdom
- Dominant language
- TypeScript
- Stars
- 14.4k
- Forks
- 671
- PR merge metrics
- No merged PRs in 30d
Description
create a Slots API for webcomponent that doesn't need ShadowDom
slots are just elements created at one place that is moved to another. If a webcomponent is using slots without shadowdom we can look for the elements and move them. If the slots have data binding then this will be more of a problem but that should be fine if we keep the data-name
Contributor guide
Research direction
The issue names no files, tests, or entry points; start by locating the TypeScript webcomponent implementation and any existing slot handling. Define support for moving slot elements without Shadow DOM, including the stated data-name constraint for data binding, then add coverage showing the resulting slots work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100