DrSensor / DrSensor/nusa

Support linking module to body and single element

Open
#64 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.