swc/crates/swc_html_parser/tests/html5lib-tests-fixture/tests19_dat.14.output.json

120 lines
3.0 KiB
JSON

{
"type": "Document",
"span": {
"start": 1,
"end": 37,
"ctxt": 0
},
"mode": "quirks",
"children": [
{
"type": "Element",
"span": {
"start": 1,
"end": 37,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 0,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null,
"isSelfClosing": false
},
{
"type": "Element",
"span": {
"start": 0,
"end": 0,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 7,
"end": 30,
"ctxt": 0
},
"tagName": "ruby",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 13,
"end": 14,
"ctxt": 0
},
"data": "a",
"raw": "a"
},
{
"type": "Element",
"span": {
"start": 14,
"end": 19,
"ctxt": 0
},
"tagName": "rb",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 18,
"end": 19,
"ctxt": 0
},
"data": "b",
"raw": "b"
}
],
"content": null,
"isSelfClosing": false
},
{
"type": "Element",
"span": {
"start": 19,
"end": 23,
"ctxt": 0
},
"tagName": "rt",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
}
]
}