aurelia / template-lint

Sanity check of Aurelia-flavor template HTML
Apache License 2.0
56 stars 17 forks source link

Warn when illegal children under html elements #123

Open MeirionHughes opened 8 years ago

MeirionHughes commented 8 years ago

Basic child checking implemented as ValidChildRule (see config).

Full validation checking of each element's children would be better.

references: https://www.w3.org/TR/html5/dom.html#flow-content-1