swc/crates/swc_html_parser/tests/recovery/element/template-1/output.json
2022-06-02 04:00:32 +00:00

318 lines
9.2 KiB
JSON

{
"type": "Document",
"span": {
"start": 1,
"end": 251,
"ctxt": 0
},
"mode": "no-quirks",
"children": [
{
"type": "DocumentType",
"span": {
"start": 1,
"end": 16,
"ctxt": 0
},
"name": "html",
"publicId": null,
"systemId": null
},
{
"type": "Element",
"span": {
"start": 17,
"end": 251,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 23,
"end": 32,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "lang",
"value": "en"
}
],
"children": [
{
"type": "Element",
"span": {
"start": 34,
"end": 76,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 40,
"end": 45,
"ctxt": 0
},
"value": "\n "
},
{
"type": "Element",
"span": {
"start": 45,
"end": 68,
"ctxt": 0
},
"tagName": "title",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 52,
"end": 60,
"ctxt": 0
},
"value": "Document"
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 68,
"end": 69,
"ctxt": 0
},
"value": "\n"
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 76,
"end": 77,
"ctxt": 0
},
"value": "\n"
},
{
"type": "Element",
"span": {
"start": 77,
"end": 244,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 83,
"end": 84,
"ctxt": 0
},
"value": "\n"
},
{
"type": "Element",
"span": {
"start": 84,
"end": 235,
"ctxt": 0
},
"tagName": "div",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 89,
"end": 104,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "id",
"value": "tmplParent"
}
],
"children": [
{
"type": "Element",
"span": {
"start": 105,
"end": 229,
"ctxt": 0
},
"tagName": "template",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 115,
"end": 125,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "id",
"value": "tmpl1"
}
],
"children": [],
"content": {
"type": "DocumentFragment",
"span": {
"start": 105,
"end": 229,
"ctxt": 0
},
"children": [
{
"type": "Element",
"span": {
"start": 126,
"end": 150,
"ctxt": 0
},
"tagName": "tr",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 130,
"end": 145,
"ctxt": 0
},
"tagName": "td",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 134,
"end": 140,
"ctxt": 0
},
"value": "Cell 1"
}
],
"content": null
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 150,
"end": 194,
"ctxt": 0
},
"tagName": "div",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 155,
"end": 169,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "id",
"value": "orphanDiv"
}
],
"children": [
{
"type": "Text",
"span": {
"start": 170,
"end": 188,
"ctxt": 0
},
"value": "Orphan div content"
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 194,
"end": 218,
"ctxt": 0
},
"tagName": "tr",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 198,
"end": 213,
"ctxt": 0
},
"tagName": "td",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 202,
"end": 208,
"ctxt": 0
},
"value": "Cell 2"
}
],
"content": null
}
],
"content": null
}
]
}
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 235,
"end": 244,
"ctxt": 0
},
"value": "\n\n"
}
],
"content": null
}
],
"content": null
}
]
}