swc/crates/swc_html_parser/tests/fixture/document/output.json
2022-04-22 20:20:47 +09:00

137 lines
3.1 KiB
JSON

{
"type": "Document",
"span": {
"start": 0,
"end": 102,
"ctxt": 0
},
"mode": "no-quirks",
"children": [
{
"type": "DocumentType",
"span": {
"start": 0,
"end": 15,
"ctxt": 0
},
"name": "html",
"publicId": null,
"systemId": null
},
{
"type": "Element",
"span": {
"start": 16,
"end": 102,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 29,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Element",
"span": {
"start": 23,
"end": 102,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 29,
"end": 31,
"ctxt": 0
},
"value": "\n\n"
},
{
"type": "Element",
"span": {
"start": 31,
"end": 51,
"ctxt": 0
},
"tagName": "h1",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 35,
"end": 51,
"ctxt": 0
},
"value": "My First Heading"
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 56,
"end": 58,
"ctxt": 0
},
"value": "\n\n"
},
{
"type": "Element",
"span": {
"start": 58,
"end": 80,
"ctxt": 0
},
"tagName": "p",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 61,
"end": 80,
"ctxt": 0
},
"value": "My first paragraph."
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 84,
"end": 102,
"ctxt": 0
},
"value": "\n\n\n\n"
}
],
"content": null
}
],
"content": null
}
]
}