swc/crates/swc_html_parser/tests/html5lib-tests-fixture/adoption01_dat.9.output.json

271 lines
7.7 KiB
JSON

{
"type": "Document",
"span": {
"start": 1,
"end": 41,
"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": 31,
"ctxt": 0
},
"tagName": "p",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 4,
"end": 5,
"ctxt": 0
},
"data": "1",
"raw": "1"
},
{
"type": "Element",
"span": {
"start": 5,
"end": 27,
"ctxt": 0
},
"tagName": "s",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 8,
"end": 14,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "id",
"rawName": "id",
"value": "A",
"rawValue": "\"A\""
}
],
"children": [
{
"type": "Text",
"span": {
"start": 15,
"end": 16,
"ctxt": 0
},
"data": "2",
"raw": "2"
},
{
"type": "Element",
"span": {
"start": 16,
"end": 27,
"ctxt": 0
},
"tagName": "b",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 19,
"end": 25,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "id",
"rawName": "id",
"value": "B",
"rawValue": "\"B\""
}
],
"children": [
{
"type": "Text",
"span": {
"start": 26,
"end": 27,
"ctxt": 0
},
"data": "3",
"raw": "3"
}
],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
},
{
"type": "Element",
"span": {
"start": 5,
"end": 36,
"ctxt": 0
},
"tagName": "s",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 8,
"end": 14,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "id",
"rawName": "id",
"value": "A",
"rawValue": "\"A\""
}
],
"children": [
{
"type": "Element",
"span": {
"start": 16,
"end": 32,
"ctxt": 0
},
"tagName": "b",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 19,
"end": 25,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "id",
"rawName": "id",
"value": "B",
"rawValue": "\"B\""
}
],
"children": [
{
"type": "Text",
"span": {
"start": 31,
"end": 32,
"ctxt": 0
},
"data": "4",
"raw": "4"
}
],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
},
{
"type": "Element",
"span": {
"start": 16,
"end": 41,
"ctxt": 0
},
"tagName": "b",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 19,
"end": 25,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "id",
"rawName": "id",
"value": "B",
"rawValue": "\"B\""
}
],
"children": [
{
"type": "Text",
"span": {
"start": 36,
"end": 37,
"ctxt": 0
},
"data": "5",
"raw": "5"
}
],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
}
]
}