Is it possible to support `<title>` tag with current `DOMParser` approach? ``` <svg role="img" aria-label="[title + description]"> <title>[title]</title> <desc>[long description]</desc> ... </svg> ``` ref: http://stackoverflow.com/a/4756461/4759490
Is it possible to support
<title>tag with currentDOMParserapproach?ref: http://stackoverflow.com/a/4756461/4759490