You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
.html5parser/src/config.ts
Line 23 in cc95ffc
The text was updated successfully, but these errors were encountered: