swc/crates/swc_html_parser/tests/html5lib-tests-fixture/comments01_dat/6.json

80 lines
1.7 KiB
JSON

{
"type": "Document",
"span": {
"start": 0,
"end": 35,
"ctxt": 0
},
"mode": "no-quirks",
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 35,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 1,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Element",
"span": {
"start": 0,
"end": 35,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 0,
"end": 3,
"ctxt": 0
},
"value": "FOO"
},
{
"type": "Comment",
"span": {
"start": 3,
"end": 32,
"ctxt": 0
},
"data": " BAR -- <QUX> -- MUX "
},
{
"type": "Text",
"span": {
"start": 32,
"end": 35,
"ctxt": 0
},
"value": "BAZ"
}
],
"content": null
}
],
"content": null
}
]
}