swc/crates/swc_html_parser/tests/html5lib-tests-fixture/tests1_dat/33.json

174 lines
4.3 KiB
JSON

{
"type": "Document",
"span": {
"start": 1,
"end": 71,
"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": 0,
"end": 71,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 20,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Element",
"span": {
"start": 0,
"end": 55,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 16,
"end": 25,
"ctxt": 0
},
"tagName": "li",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 20,
"end": 25,
"ctxt": 0
},
"value": "hello"
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 25,
"end": 55,
"ctxt": 0
},
"tagName": "li",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 29,
"end": 34,
"ctxt": 0
},
"value": "world"
},
{
"type": "Element",
"span": {
"start": 34,
"end": 47,
"ctxt": 0
},
"tagName": "ul",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 38,
"end": 41,
"ctxt": 0
},
"value": "how"
},
{
"type": "Element",
"span": {
"start": 41,
"end": 47,
"ctxt": 0
},
"tagName": "li",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 45,
"end": 47,
"ctxt": 0
},
"value": "do"
}
],
"content": null
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 52,
"end": 55,
"ctxt": 0
},
"value": "you"
}
],
"content": null
}
],
"content": null
},
{
"type": "Comment",
"span": {
"start": 62,
"end": 71,
"ctxt": 0
},
"data": "do"
}
],
"content": null
}
]
}