swc/crates/swc_html_parser/tests/html5lib-tests-fixture/tests26_dat/7.json
2022-05-06 04:34:06 +00:00

164 lines
4.2 KiB
JSON

{
"type": "Document",
"span": {
"start": 0,
"end": 50,
"ctxt": 0
},
"mode": "no-quirks",
"children": [
{
"type": "DocumentType",
"span": {
"start": 0,
"end": 15,
"ctxt": 0
},
"name": "html",
"publicId": null,
"systemId": null
},
{
"type": "Element",
"span": {
"start": 0,
"end": 50,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 21,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Element",
"span": {
"start": 15,
"end": 50,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 21,
"end": 42,
"ctxt": 0
},
"tagName": "b",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 24,
"end": 36,
"ctxt": 0
},
"tagName": "nobr",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 30,
"end": 31,
"ctxt": 0
},
"value": "1"
},
{
"type": "Element",
"span": {
"start": 31,
"end": 36,
"ctxt": 0
},
"tagName": "ins",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 36,
"end": 42,
"ctxt": 0
},
"tagName": "nobr",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 36,
"end": 50,
"ctxt": 0
},
"tagName": "nobr",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 46,
"end": 50,
"ctxt": 0
},
"tagName": "i",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 49,
"end": 50,
"ctxt": 0
},
"value": "2"
}
],
"content": null
}
],
"content": null
}
],
"content": null
}
],
"content": null
}
]
}