• Honeypot field wrapper has display property set to none which results in an error in my WAVE report.

    Please use this Bootstrap 5 snippet for .visually-hidden helper class as a reference for screen reader only elements styling

    .visually-hidden {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important;
    }
  • The topic ‘Issue with accessibility’ is closed to new replies.