Closed nonara closed 3 years ago
Current node convention is for rawText to be the raw, html-encoded text. The text property, however, should be html-decoded.
rawText
text
HtmlNode#text returns decoded text, however TextNode#text simply returns the same as rawText.
HtmlNode#text
TextNode#text
PR Incoming.
Current node convention is for
rawText
to be the raw, html-encoded text. Thetext
property, however, should be html-decoded.HtmlNode#text
returns decoded text, howeverTextNode#text
simply returns the same asrawText
.PR Incoming.