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

188 lines
4.8 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,
"raw": "<!DOCTYPE html>"
},
{
"type": "Element",
"span": {
"start": 0,
"end": 0,
"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,
"isSelfClosing": false
},
{
"type": "Element",
"span": {
"start": 0,
"end": 0,
"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
},
"data": "hello",
"raw": "hello"
}
],
"content": null,
"isSelfClosing": false
},
{
"type": "Element",
"span": {
"start": 25,
"end": 71,
"ctxt": 0
},
"tagName": "li",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 29,
"end": 34,
"ctxt": 0
},
"data": "world",
"raw": "world"
},
{
"type": "Element",
"span": {
"start": 34,
"end": 52,
"ctxt": 0
},
"tagName": "ul",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 38,
"end": 41,
"ctxt": 0
},
"data": "how",
"raw": "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
},
"data": "do",
"raw": "do"
}
],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
},
{
"type": "Text",
"span": {
"start": 52,
"end": 55,
"ctxt": 0
},
"data": "you",
"raw": "you"
}
],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
},
{
"type": "Comment",
"span": {
"start": 62,
"end": 71,
"ctxt": 0
},
"data": "do",
"raw": "<!--do-->"
}
],
"content": null,
"isSelfClosing": false
}
]
}