swc/crates/swc_html_parser/tests/html5lib-tests-fixture/tests6_dat.43.fragment_table.output.json

40 lines
763 B
JSON

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