swc/crates/swc_html_parser/tests/recovery/element/a-4/output.json

135 lines
3.3 KiB
JSON
Raw Normal View History

2022-05-04 07:13:15 +03:00
{
"type": "Document",
"span": {
"start": 1,
"end": 25,
2022-05-04 07:13:15 +03:00
"ctxt": 0
},
"mode": "quirks",
2022-05-04 07:13:15 +03:00
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 8,
2022-05-04 07:13:15 +03:00
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 8,
2022-05-04 07:13:15 +03:00
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Element",
"span": {
"start": 0,
"end": 8,
2022-05-04 07:13:15 +03:00
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 8,
"end": 12,
2022-05-04 07:13:15 +03:00
"ctxt": 0
},
"tagName": "a",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 11,
"end": 12,
2022-05-04 07:13:15 +03:00
"ctxt": 0
},
"value": "1"
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 12,
"end": 25,
2022-05-04 07:13:15 +03:00
"ctxt": 0
},
"tagName": "p",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 8,
"end": 20,
2022-05-04 07:13:15 +03:00
"ctxt": 0
},
"tagName": "a",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 15,
"end": 16,
2022-05-04 07:13:15 +03:00
"ctxt": 0
},
"value": "2"
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 20,
"end": 21,
2022-05-04 07:13:15 +03:00
"ctxt": 0
},
"value": "3"
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 1,
"end": 8,
2022-05-04 07:13:15 +03:00
"ctxt": 0
},
"tagName": "table",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
}
],
"content": null
}
],
"content": null
}
]
}