swc/crates/swc_html_parser/tests/fixture/element/headings/output.json
2022-06-08 03:55:11 +00:00

265 lines
6.4 KiB
JSON

{
"type": "Document",
"span": {
"start": 1,
"end": 211,
"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": 211,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 0,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Element",
"span": {
"start": 24,
"end": 211,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 30,
"end": 32,
"ctxt": 0
},
"data": "\n\n"
},
{
"type": "Element",
"span": {
"start": 32,
"end": 58,
"ctxt": 0
},
"tagName": "h1",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 36,
"end": 53,
"ctxt": 0
},
"data": "This is heading 1"
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 58,
"end": 59,
"ctxt": 0
},
"data": "\n"
},
{
"type": "Element",
"span": {
"start": 59,
"end": 85,
"ctxt": 0
},
"tagName": "h2",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 63,
"end": 80,
"ctxt": 0
},
"data": "This is heading 2"
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 85,
"end": 86,
"ctxt": 0
},
"data": "\n"
},
{
"type": "Element",
"span": {
"start": 86,
"end": 112,
"ctxt": 0
},
"tagName": "h3",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 90,
"end": 107,
"ctxt": 0
},
"data": "This is heading 3"
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 112,
"end": 113,
"ctxt": 0
},
"data": "\n"
},
{
"type": "Element",
"span": {
"start": 113,
"end": 139,
"ctxt": 0
},
"tagName": "h4",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 117,
"end": 134,
"ctxt": 0
},
"data": "This is heading 4"
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 139,
"end": 140,
"ctxt": 0
},
"data": "\n"
},
{
"type": "Element",
"span": {
"start": 140,
"end": 166,
"ctxt": 0
},
"tagName": "h5",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 144,
"end": 161,
"ctxt": 0
},
"data": "This is heading 5"
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 166,
"end": 167,
"ctxt": 0
},
"data": "\n"
},
{
"type": "Element",
"span": {
"start": 167,
"end": 193,
"ctxt": 0
},
"tagName": "h6",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 171,
"end": 188,
"ctxt": 0
},
"data": "This is heading 6"
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 193,
"end": 211,
"ctxt": 0
},
"data": "\n\n\n\n"
}
],
"content": null
}
],
"content": null
}
]
}