swc/crates/swc_html_parser/tests/html5lib-tests-fixture/webkit01_dat/22.json

97 lines
1.7 KiB
JSON

{
"type": "Document",
"span": {
"start": 0,
"end": 116,
"ctxt": 0
},
"mode": "quirks",
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 12,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 12,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Element",
"span": {
"start": 6,
"end": 12,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
}
],
"content": null
},
{
"type": "Comment",
"span": {
"start": 26,
"end": 44,
"ctxt": 0
},
"data": " Comment A "
},
{
"type": "Comment",
"span": {
"start": 44,
"end": 62,
"ctxt": 0
},
"data": " Comment B "
},
{
"type": "Comment",
"span": {
"start": 62,
"end": 80,
"ctxt": 0
},
"data": " Comment C "
},
{
"type": "Comment",
"span": {
"start": 80,
"end": 98,
"ctxt": 0
},
"data": " Comment D "
},
{
"type": "Comment",
"span": {
"start": 98,
"end": 116,
"ctxt": 0
},
"data": " Comment E "
}
]
}