UNPKG

domhandler2

Version:

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

15 lines 246 B
{ "name": "Singular attribute", "options": {}, "html": "<option value='foo' selected>", "expected": [ { "type": "tag", "name": "option", "attribs": { "value": "foo", "selected": "" } } ] }