-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
The noNestedTags seems to be used for tree-construction but also subsets the list of tags changing the context of the parser to either RCData or RAWText, both of which seem to be missing in the implementation. This is a limitation since none of these tags can be parsed correctly: title, xmp, iframe, noembed, noframes, noscript, plaintext.
Line 23 in cc95ffc
| export const noNestedTags = createMap<true>('li,option,select,textarea', true); |
acrazing
Metadata
Metadata
Assignees
Labels
No labels