Node attributes inconsistently added to DOM node
Open
- Dominant language
- JavaScript
- Stars
- 394
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
Take this tree:
```
Hello
```
Without applying certain behaviors, this generates a DOM node without the id or the class given to the node.
```
Hello
```
It would make more sense if attributes are passed to the DOM node irrespective of what behaviors are being applied.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.