swc/crates/swc_html_parser/tests/html5lib-tests-fixture/math_dat.5.fragment_tbody.output.json

55 lines
1.2 KiB
JSON

{
"type": "DocumentFragment",
"span": {
"start": 1,
"end": 26,
"ctxt": 0
},
"children": [
{
"type": "Element",
"span": {
"start": 1,
"end": 26,
"ctxt": 0
},
"tagName": "math",
"namespace": "http://www.w3.org/1998/Math/MathML",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 7,
"end": 26,
"ctxt": 0
},
"tagName": "tbody",
"namespace": "http://www.w3.org/1998/Math/MathML",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 14,
"end": 26,
"ctxt": 0
},
"tagName": "mo",
"namespace": "http://www.w3.org/1998/Math/MathML",
"attributes": [],
"children": [],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
}
]
}