swc/crates/swc_html_parser/tests/fixture/element/select/output.json

237 lines
6.3 KiB
JSON

{
"type": "Document",
"span": {
"start": 1,
"end": 128,
"ctxt": 0
},
"mode": "quirks",
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 128,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 9,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Element",
"span": {
"start": 0,
"end": 128,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 1,
"end": 40,
"ctxt": 0
},
"tagName": "select",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 9,
"end": 20,
"ctxt": 0
},
"tagName": "option",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 17,
"end": 20,
"ctxt": 0
},
"value": "foo"
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 29,
"end": 40,
"ctxt": 0
},
"tagName": "option",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 37,
"end": 40,
"ctxt": 0
},
"value": "bar"
}
],
"content": null
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 58,
"end": 59,
"ctxt": 0
},
"value": "\n"
},
{
"type": "Element",
"span": {
"start": 59,
"end": 89,
"ctxt": 0
},
"tagName": "select",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 67,
"end": 78,
"ctxt": 0
},
"tagName": "option",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 75,
"end": 78,
"ctxt": 0
},
"value": "foo"
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 78,
"end": 89,
"ctxt": 0
},
"tagName": "option",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 86,
"end": 89,
"ctxt": 0
},
"value": "bar"
}
],
"content": null
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 98,
"end": 99,
"ctxt": 0
},
"value": "\n"
},
{
"type": "Element",
"span": {
"start": 99,
"end": 118,
"ctxt": 0
},
"tagName": "select",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 107,
"end": 118,
"ctxt": 0
},
"tagName": "option",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 115,
"end": 118,
"ctxt": 0
},
"value": "foo"
}
],
"content": null
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 127,
"end": 128,
"ctxt": 0
},
"value": "\n"
}
],
"content": null
}
],
"content": null
}
]
}