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

237 lines
6.3 KiB
JSON
Raw Normal View History

{
"type": "Document",
"span": {
"start": 0,
"end": 127,
"ctxt": 0
},
"mode": "no-quirks",
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 127,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 8,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Element",
"span": {
"start": 0,
"end": 127,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 39,
"ctxt": 0
},
"tagName": "select",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 8,
"end": 19,
"ctxt": 0
},
"tagName": "option",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 16,
"end": 19,
"ctxt": 0
},
"value": "foo"
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 28,
"end": 39,
"ctxt": 0
},
"tagName": "option",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 36,
"end": 39,
"ctxt": 0
},
"value": "bar"
}
],
"content": null
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 57,
"end": 58,
"ctxt": 0
},
"value": "\n"
},
{
"type": "Element",
"span": {
"start": 58,
"end": 88,
"ctxt": 0
},
"tagName": "select",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 66,
"end": 77,
"ctxt": 0
},
"tagName": "option",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 74,
"end": 77,
"ctxt": 0
},
"value": "foo"
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 77,
"end": 88,
"ctxt": 0
},
"tagName": "option",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 85,
"end": 88,
"ctxt": 0
},
"value": "bar"
}
],
"content": null
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 97,
"end": 98,
"ctxt": 0
},
"value": "\n"
},
{
"type": "Element",
"span": {
"start": 98,
"end": 117,
"ctxt": 0
},
"tagName": "select",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 106,
"end": 117,
"ctxt": 0
},
"tagName": "option",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 114,
"end": 117,
"ctxt": 0
},
"value": "foo"
}
],
"content": null
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 126,
"end": 127,
"ctxt": 0
},
"value": "\n"
}
],
"content": null
}
],
"content": null
}
]
}