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
I made a mistake and thought CDATASection was "Any other node", but actually it's a Text node. So in switches like textContent and nodeValue, I'd suggest changing "Text" to "Text (including CDATASection)"
Thoughts?
The text was updated successfully, but these errors were encountered:
See #597. Note that if we did this, how should we handle Element, which has many subclasses? I guess they're not different node types, but it does seem somewhat inconsistent in a way.
I made a mistake and thought CDATASection was "Any other node", but actually it's a Text node. So in switches like textContent and nodeValue, I'd suggest changing "
Text
" to "Text
(includingCDATASection
)"Thoughts?
The text was updated successfully, but these errors were encountered: