fb55/htmlparser2

Text content in textarea is parsed as html

DimaIT opened this issue · 0 comments

The content enclosed in <textare> is expected to be raw text value.
But currently it's parsed as HTML.

In the example we expect <div> to be text content, but not html element:

<textarea> <div></div> </textarea>