bem / bem-xjst

bem-xjst (eXtensible JavaScript Templates): declarative template engine for the browser and server
https://bem.github.io/bem-xjst
Other
116 stars 48 forks source link

ul and ol end tags are NOT optional in HTML #472

Closed vithar closed 7 years ago

vithar commented 7 years ago

ul and ol marked as optional in this list:

https://github.com/bem/bem-xjst/blob/58916ebf0546ac3c84dd285ac43b9fa6bb8e5f51/lib/bemhtml/index.js#L121

But according to html spec its end tags NOT optional:

https://www.w3.org/TR/html4/index/elements.html

miripiruni commented 7 years ago

Fixed