swc/crates/swc_html_parser/tests/fixture/ie-conditional-comments/output.json
2022-04-22 20:20:47 +09:00

163 lines
3.7 KiB
JSON

{
"type": "Document",
"span": {
"start": 0,
"end": 263,
"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": 16,
"end": 263,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 29,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Element",
"span": {
"start": 23,
"end": 263,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 29,
"end": 31,
"ctxt": 0
},
"value": "\n\n"
},
{
"type": "Comment",
"span": {
"start": 31,
"end": 73,
"ctxt": 0
},
"data": "[if IE 5]>This is IE 5<br><![endif]"
},
{
"type": "Text",
"span": {
"start": 73,
"end": 74,
"ctxt": 0
},
"value": "\n"
},
{
"type": "Comment",
"span": {
"start": 74,
"end": 116,
"ctxt": 0
},
"data": "[if IE 6]>This is IE 6<br><![endif]"
},
{
"type": "Text",
"span": {
"start": 116,
"end": 117,
"ctxt": 0
},
"value": "\n"
},
{
"type": "Comment",
"span": {
"start": 117,
"end": 159,
"ctxt": 0
},
"data": "[if IE 7]>This is IE 7<br><![endif]"
},
{
"type": "Text",
"span": {
"start": 159,
"end": 160,
"ctxt": 0
},
"value": "\n"
},
{
"type": "Comment",
"span": {
"start": 160,
"end": 202,
"ctxt": 0
},
"data": "[if IE 8]>This is IE 8<br><![endif]"
},
{
"type": "Text",
"span": {
"start": 202,
"end": 203,
"ctxt": 0
},
"value": "\n"
},
{
"type": "Comment",
"span": {
"start": 203,
"end": 245,
"ctxt": 0
},
"data": "[if IE 9]>This is IE 9<br><![endif]"
},
{
"type": "Text",
"span": {
"start": 245,
"end": 263,
"ctxt": 0
},
"value": "\n\n\n\n"
}
],
"content": null
}
],
"content": null
}
]
}