swc/crates/swc_html_parser/tests/recovery/element/b/output.json

122 lines
2.9 KiB
JSON
Raw Normal View History

{
"type": "Document",
"span": {
"start": 0,
"end": 17,
"ctxt": 0
},
"mode": "no-quirks",
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 13,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 3,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Element",
"span": {
"start": 0,
"end": 13,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 4,
"ctxt": 0
},
"tagName": "b",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 3,
"end": 4,
"ctxt": 0
},
"value": "1"
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 4,
"end": 13,
"ctxt": 0
},
"tagName": "p",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 8,
"ctxt": 0
},
"tagName": "b",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 7,
"end": 8,
"ctxt": 0
},
"value": "2"
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 12,
"end": 13,
"ctxt": 0
},
"value": "3"
}
],
"content": null
}
],
"content": null
}
],
"content": null
}
]
}