swc/crates/swc_html_parser/tests/fixture/element/ruby/output.json
2022-07-09 04:19:14 +00:00

141 lines
3.4 KiB
JSON

{
"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,
"end": 52,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 0,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null,
"isSelfClosing": false
},
{
"type": "Element",
"span": {
"start": 0,
"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",
"raw": "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",
"raw": "b"
}
],
"content": null,
"isSelfClosing": false
},
{
"type": "Element",
"span": {
"start": 34,
"end": 38,
"ctxt": 0
},
"tagName": "rb",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
},
{
"type": "Text",
"span": {
"start": 52,
"end": 53,
"ctxt": 0
},
"data": "\n",
"raw": "\n"
}
],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
}
]
}