swc/crates/swc_html_parser/tests/html5lib-tests-fixture/webkit02_dat/17.fragment.select.json

24 lines
380 B
JSON
Raw Normal View History

{
"type": "DocumentFragment",
"span": {
"start": 0,
"end": 32,
"ctxt": 0
},
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 8,
"ctxt": 0
},
"tagName": "option",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
}
]
}