swc/crates/swc_html_parser/tests/html5lib-tests-fixture/svg_dat.0.fragment_td.output.json

70 lines
1.6 KiB
JSON

{
"type": "DocumentFragment",
"span": {
"start": 1,
"end": 25,
"ctxt": 0
},
"children": [
{
"type": "Element",
"span": {
"start": 1,
"end": 25,
"ctxt": 0
},
"tagName": "svg",
"namespace": "http://www.w3.org/2000/svg",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 6,
"end": 25,
"ctxt": 0
},
"tagName": "tr",
"namespace": "http://www.w3.org/2000/svg",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 10,
"end": 25,
"ctxt": 0
},
"tagName": "td",
"namespace": "http://www.w3.org/2000/svg",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 14,
"end": 25,
"ctxt": 0
},
"tagName": "title",
"namespace": "http://www.w3.org/2000/svg",
"attributes": [],
"children": [],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
}
]
}