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

171 lines
4.7 KiB
JSON

{
"type": "Document",
"span": {
"start": 1,
"end": 48,
"ctxt": 0
},
"mode": "quirks",
"children": [
{
"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": 1,
"end": 48,
"ctxt": 0
},
"tagName": "a",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 4,
"end": 10,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "href",
"rawName": "href",
"value": "a",
"rawValue": "a"
}
],
"children": [
{
"type": "Text",
"span": {
"start": 11,
"end": 13,
"ctxt": 0
},
"data": "aa",
"raw": "aa"
},
{
"type": "Element",
"span": {
"start": 13,
"end": 46,
"ctxt": 0
},
"tagName": "marquee",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 22,
"end": 24,
"ctxt": 0
},
"data": "aa",
"raw": "aa"
},
{
"type": "Element",
"span": {
"start": 24,
"end": 36,
"ctxt": 0
},
"tagName": "a",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 27,
"end": 33,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "href",
"rawName": "href",
"value": "b",
"rawValue": "b"
}
],
"children": [
{
"type": "Text",
"span": {
"start": 34,
"end": 36,
"ctxt": 0
},
"data": "bb",
"raw": "bb"
}
],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
},
{
"type": "Text",
"span": {
"start": 46,
"end": 48,
"ctxt": 0
},
"data": "aa",
"raw": "aa"
}
],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
}
]
}