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

99 lines
2.4 KiB
JSON
Raw Normal View History

2022-05-04 07:13:15 +03:00
{
"type": "Document",
"span": {
"start": 1,
"end": 15,
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,
2022-06-07 17:33:06 +03:00
"end": 0,
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,
2022-06-07 17:33:06 +03:00
"end": 0,
2022-05-04 07:13:15 +03:00
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null,
"isSelfClosing": false
2022-05-04 07:13:15 +03:00
},
{
"type": "Element",
"span": {
"start": 0,
2022-06-07 17:33:06 +03:00
"end": 0,
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": 1,
"end": 4,
2022-05-04 07:13:15 +03:00
"ctxt": 0
},
"tagName": "a",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null,
"isSelfClosing": false
2022-05-04 07:13:15 +03:00
},
{
"type": "Element",
"span": {
"start": 4,
"end": 15,
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": 1,
"end": 11,
2022-05-04 07:13:15 +03:00
"ctxt": 0
},
"tagName": "a",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null,
"isSelfClosing": false
2022-05-04 07:13:15 +03:00
}
],
"content": null,
"isSelfClosing": false
2022-05-04 07:13:15 +03:00
}
],
"content": null,
"isSelfClosing": false
2022-05-04 07:13:15 +03:00
}
],
"content": null,
"isSelfClosing": false
2022-05-04 07:13:15 +03:00
}
]
}