hatmill/html5/defs.json

19 lines
371 B
JSON
Raw Normal View History

{
"attributes": [
{"name": "disabled", "type": "bool"},
{"name": "id", "type": "string"},
{"name": "src", "type": "string"}
],
"elements": [
{"name": "body"},
{"name": "div"},
{"name": "head"},
{"name": "html"},
2019-03-29 02:22:31 +00:00
{"name": "img", "void": true},
{"name": "li"},
{"name": "span"},
{"name": "title"},
{"name": "ul"}
]
}