framework7-website icon indicating copy to clipboard operation
framework7-website copied to clipboard

Checkbox docs have invalid HTML as example

Open skylarmt opened this issue 3 years ago • 0 comments

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 spans. A better solution is changing the checkbox structure to conform to standards, but that was decided against back in 2015, it seems.

skylarmt avatar Jun 07 '22 17:06 skylarmt