E-mail List Archives
Re: Checkbox related issue
From: glen walker
Date: Jul 30, 2018 8:26AM
- Next message: Lovely, Brian: "Re: [External Sender] Checkbox related issue"
- Previous message: Jared Smith: "Re: Reclaiming ADA court costs from developers"
- Next message in Thread: Lovely, Brian: "Re: [External Sender] Checkbox related issue"
- Previous message in Thread: Kakarla Meharoon: "Re: Checkbox related issue"
- View all messages in this Thread
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
>
>
- Next message: Lovely, Brian: "Re: [External Sender] Checkbox related issue"
- Previous message: Jared Smith: "Re: Reclaiming ADA court costs from developers"
- Next message in Thread: Lovely, Brian: "Re: [External Sender] Checkbox related issue"
- Previous message in Thread: Kakarla Meharoon: "Re: Checkbox related issue"
- View all messages in this Thread