Famous / Famous/framework

Node attributes inconsistently added to DOM node

Open
#38 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.