- attributes have to be double-quoted, apostrophes are not allowed (this is pegjs limitation AFAIU)
<template> and soon <script> tags and their closings have to be placed at the beginning of the line (this is imposed by ourselves to facilitate the parsing)
- closing tags are mandatory (vs html that allows some of them to be optional)
feel free to edit this issue with the other limitations
<template>and soon<script>tags and their closings have to be placed at the beginning of the line (this is imposed by ourselves to facilitate the parsing)feel free to edit this issue with the other limitations