Support linking module to body and single element
Open
data binding
enhancement
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## link module to **``**
```html
```
## link module to specific element
```html
```
> 🤔 **Question**: should the default (when no `scope` attribute) binding pass to children too like in `render-scope > template[shadowrootmode] *`
Possible value for `scope` attribute:
- `self` - querySelector(`:scope`) or same as `this` Element
- `child` - querySelectorAll(`:scope > *`)
- `inside` - querySelectorAll(`:scope *`)
- `all` - querySelectorAll(`:scope, :scope *`)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.