WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Checkbox related issue

for

From: glen walker
Date: Jul 30, 2018 8:26AM


I'm not sure I follow what the problem is. The codepen example has a bunch
of checkboxes. The checkboxes have an implicit label by embedding the
<input> in a <label>. That's generally ok and is html compliant code, but
I think there are still some screen reader / browser combinations that
don't honor implicit labels. If you added a "for" attribute to your
<label> and pointed it to the <input>, then there shouldn't be any
labelless checkbox issues. But perhaps you're not asking about checkbox
labels. You mentioned something about a dialog too.


On Mon, Jul 30, 2018 at 6:59 AM, Kakarla Meharoon < <EMAIL REMOVED>
> wrote:

> Hi,
> Please find the below link,
> Instead of open as a popup warning icon will be there
> https://codepen.io/kakarla-madhuri/pen/GByEmj
>
>