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

132 lines
3.1 KiB
JSON
Raw Normal View History

{
"type": "Document",
"span": {
"start": 1,
"end": 53,
"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": 16,
2022-06-07 17:33:06 +03:00
"end": 52,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
2022-06-07 17:33:06 +03:00
"end": 0,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Element",
"span": {
"start": 0,
2022-06-07 17:33:06 +03:00
"end": 0,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 22,
"end": 45,
"ctxt": 0
},
"tagName": "ruby",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 28,
"end": 29,
"ctxt": 0
},
"data": "a"
},
{
"type": "Element",
"span": {
"start": 29,
"end": 34,
"ctxt": 0
},
"tagName": "rb",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 33,
"end": 34,
"ctxt": 0
},
"data": "b"
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 34,
"end": 38,
"ctxt": 0
},
"tagName": "rb",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 52,
"end": 53,
"ctxt": 0
},
"data": "\n"
}
],
"content": null
}
],
"content": null
}
]
}