drgullin / icheck

Highly customizable checkboxes and radio buttons (jQuery & Zepto)
http://fronteed.com/iCheck
7.39k stars 1.63k forks source link

DIV not allowed inside LABEL, switching to SPAN, Issue #352 #353

Closed puggan closed 3 years ago

puggan commented 7 years ago

Switching from DIV to SPAN to generate valid HTML

drgullin commented 3 years ago

@puggan Thanks!

This doesn't make sense, since DIV is generated when HTML is already validated.

puggan commented 3 years ago

Are you saying that it's ok to generate invalid html, as long as it's done after the html-code is validated?