Checkbox docs have invalid HTML as example
skylarmt opened this issue · 0 comments
skylarmt commented
The "Checkbox Group/List" documentation is invalid HTML5. A label
tag can't legally contain a div
tag.
https://framework7.io/docs/checkbox#checkbox-group-list
A valid solution is simply replacing the illegal div
tags with span
s. A better solution is changing the checkbox structure to conform to standards, but that was decided against back in 2015, it seems.