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

142 lines
3.3 KiB
JSON

{
"type": "Document",
"span": {
"start": 0,
"end": 55,
"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": 55,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 16,
"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": "Text",
"span": {
"start": 15,
"end": 16,
"ctxt": 0
},
"value": "A"
},
{
"type": "Element",
"span": {
"start": 16,
"end": 25,
"ctxt": 0
},
"tagName": "option",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 24,
"end": 25,
"ctxt": 0
},
"value": "B"
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 25,
"end": 55,
"ctxt": 0
},
"tagName": "optgroup",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 35,
"end": 36,
"ctxt": 0
},
"value": "C"
},
{
"type": "Element",
"span": {
"start": 36,
"end": 55,
"ctxt": 0
},
"tagName": "select",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 44,
"end": 55,
"ctxt": 0
},
"value": "DE"
}
],
"content": null
}
],
"content": null
}
],
"content": null
}
],
"content": null
}
]
}