swc/crates/swc_html_parser/tests/html5lib-tests-fixture/tests2_dat/46.json

162 lines
3.9 KiB
JSON

{
"type": "Document",
"span": {
"start": 0,
"end": 104,
"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": 96,
"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": 96,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 21,
"end": 29,
"ctxt": 0
},
"tagName": "title",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 28,
"end": 29,
"ctxt": 0
},
"value": "X"
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 37,
"end": 50,
"ctxt": 0
},
"tagName": "meta",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 0,
"end": 0,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "name",
"value": "z"
}
],
"children": [],
"content": null
},
{
"type": "Element",
"span": {
"start": 50,
"end": 64,
"ctxt": 0
},
"tagName": "link",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 0,
"end": 0,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "rel",
"value": "foo"
}
],
"children": [],
"content": null
},
{
"type": "Element",
"span": {
"start": 64,
"end": 96,
"ctxt": 0
},
"tagName": "style",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 71,
"end": 96,
"ctxt": 0
},
"value": "\nx { content:\"</style\" } "
}
],
"content": null
}
],
"content": null
}
],
"content": null
}
]
}