Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix UAs required message position on grouped radio buttons
Instead of not rendering the element at all with display:none, use opacity:0 and z-index:-1 so the radio element has a defined position on the document and user agents can show the required message in the right place.
- Loading branch information