swc/crates/swc_html_parser/tests/html5lib-tests-fixture/tests6_dat.34.fragment_tr.output.json

25 lines
408 B
JSON

{
"type": "DocumentFragment",
"span": {
"start": 1,
"end": 29,
"ctxt": 0
},
"children": [
{
"type": "Element",
"span": {
"start": 25,
"end": 29,
"ctxt": 0
},
"tagName": "td",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null,
"isSelfClosing": false
}
]
}