swc/crates/swc_html_parser/tests/fixture/element/select/output.json
2022-05-14 01:43:52 +00:00

248 lines
6.5 KiB
JSON

{
"type": "Document",
"span": {
"start": 1,
"end": 144,
"ctxt": 0
},
"mode": "no-quirks",
"children": [
{
"type": "DocumentType",
"span": {
"start": 1,
"end": 16,
"ctxt": 0
},
"name": "html",
"publicId": null,
"systemId": null
},
{
"type": "Element",
"span": {
"start": 0,
"end": 144,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 25,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Element",
"span": {
"start": 0,
"end": 144,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 17,
"end": 56,
"ctxt": 0
},
"tagName": "select",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 25,
"end": 36,
"ctxt": 0
},
"tagName": "option",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 33,
"end": 36,
"ctxt": 0
},
"value": "foo"
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 45,
"end": 56,
"ctxt": 0
},
"tagName": "option",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 53,
"end": 56,
"ctxt": 0
},
"value": "bar"
}
],
"content": null
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 74,
"end": 75,
"ctxt": 0
},
"value": "\n"
},
{
"type": "Element",
"span": {
"start": 75,
"end": 105,
"ctxt": 0
},
"tagName": "select",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 83,
"end": 94,
"ctxt": 0
},
"tagName": "option",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 91,
"end": 94,
"ctxt": 0
},
"value": "foo"
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 94,
"end": 105,
"ctxt": 0
},
"tagName": "option",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 102,
"end": 105,
"ctxt": 0
},
"value": "bar"
}
],
"content": null
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 114,
"end": 115,
"ctxt": 0
},
"value": "\n"
},
{
"type": "Element",
"span": {
"start": 115,
"end": 134,
"ctxt": 0
},
"tagName": "select",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 123,
"end": 134,
"ctxt": 0
},
"tagName": "option",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 131,
"end": 134,
"ctxt": 0
},
"value": "foo"
}
],
"content": null
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 143,
"end": 144,
"ctxt": 0
},
"value": "\n"
}
],
"content": null
}
],
"content": null
}
]
}