swc/crates/swc_html_parser/tests/html5lib-tests-fixture/menuitem-element_dat/5.json

109 lines
2.5 KiB
JSON
Raw Normal View History

{
"type": "Document",
"span": {
"start": 0,
"end": 37,
"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": 37,
"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": 37,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 21,
"end": 37,
"ctxt": 0
},
"tagName": "menuitem",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 31,
"end": 32,
"ctxt": 0
},
"value": "A"
},
{
"type": "Element",
"span": {
"start": 32,
"end": 36,
"ctxt": 0
},
"tagName": "hr",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Text",
"span": {
"start": 36,
"end": 37,
"ctxt": 0
},
"value": "B"
}
],
"content": null
}
],
"content": null
}
],
"content": null
}
]
}