UNPKG

domhandler2

Version:

handler for htmlparser2 that turns pages into a dom - modified to allow for attribute transforms and modifications

20 lines 341 B
{ "name": "Extra spaces in tag", "options": {}, "html": "<font\t\n size='14' \n>the text</\t\nfont\t \n>", "expected": [ { "type": "tag", "name": "font", "attribs": { "size": "14" }, "children": [ { "data": "the text", "type": "text" } ] } ] }