Tags like <textarea>, <title> do not allow to create other tags in its content because in the two tags belong to escapable raw text elements (RCDATA element). So when parsing tags like the two, the node should not have children node with nodetype "tag".
Try code in HTML like the following:
<title>test<img></title>
In the parsed result of hyntax, it will display like this:
