html5.tokens.json
1.1 KB
{"type":"doctype","line":1,"col":1,"val":"html"}
{"type":"newline","line":2,"col":1}
{"type":"tag","line":2,"col":1,"val":"input"}
{"type":"start-attributes","line":2,"col":6}
{"type":"attribute","line":2,"col":7,"name":"type","val":"'checkbox'","mustEscape":true}
{"type":"attribute","line":2,"col":24,"name":"checked","val":true,"mustEscape":false}
{"type":"end-attributes","line":2,"col":31}
{"type":"newline","line":3,"col":1}
{"type":"tag","line":3,"col":1,"val":"input"}
{"type":"start-attributes","line":3,"col":6}
{"type":"attribute","line":3,"col":7,"name":"type","val":"'checkbox'","mustEscape":true}
{"type":"attribute","line":3,"col":24,"name":"checked","val":"true","mustEscape":true}
{"type":"end-attributes","line":3,"col":36}
{"type":"newline","line":4,"col":1}
{"type":"tag","line":4,"col":1,"val":"input"}
{"type":"start-attributes","line":4,"col":6}
{"type":"attribute","line":4,"col":7,"name":"type","val":"'checkbox'","mustEscape":true}
{"type":"attribute","line":4,"col":24,"name":"checked","val":"false","mustEscape":true}
{"type":"end-attributes","line":4,"col":37}
{"type":"eos","line":4,"col":38}