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 58 forks source link

Childrens in an element is empty #212

Open harry-odinson-369 opened 1 year ago

harry-odinson-369 commented 1 year ago

I am trying to get all elements inside an element that should be come from parent itself. For example: I am getting a tag from html body by using getElementsByTagName. The point is childrens inside a tag that I want is not come with parent (a tag).

Thank you!

fingerart commented 1 year ago

What is your usage scenario?