-
-
Notifications
You must be signed in to change notification settings - Fork 436
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels