dart-lang / html

Dart port of html5lib. For parsing HTML/HTML5 with Dart. Works in the client and on the server.
https://pub.dev/packages/html
Other
276 stars 59 forks source link

replaceWith does not set parent node #192

Open arjanmels opened 1 year ago

arjanmels commented 1 year ago

The replaceWith function does not set the parent node of the new node.