Frontmatter
| id | 3592 |
| title | vdom.Helper: add support for a top level `html` property |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Dec 11, 2022, 10:21 PM |
| updatedAt | Sep 14, 2024, 4:26 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3592 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 14, 2024, 4:26 AM |
While child vdom nodes support a html property, the top level seems limited to only allow
innerHTMLinstead.We should get rid of
innerHTMLanyway, so adding support forhtmlinside the creation logic feels like a good step for getting there.