Frontmatter
| id | 2556 |
| title | main.mixin.DeltaUpdates: du_insertNode() Restrict the usage of vtype: text to an amount of max 20 child nodes, exclude tbody tags |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 1, 2021, 5:08 PM |
| updatedAt | Jul 1, 2021, 5:46 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2556 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 1, 2021, 5:46 PM |
using
vtype:"text"is intended for small components (like a div or span containing a text).the checks should not affect the rendering performance of dom nodes with a big amount of child nodes (e.g. a table body).