Re: Alternative test for Firefox for embedded labels

Correction:  I said name attribute when I meant value attribute.


On Thu, Nov 21, 2013 at 1:46 PM, Wayne Dick <wayneedick@gmail.com> wrote:

> Using the Mouse:
> If Label is present:
> 1. Place the mouse over the label and right click.
> 2. A menu will appear; Choose the Inspect Element option
> 3. The label code will appear.  If it has a "for=formID" attribute the
> form / control passes.
> 4. If the form / control HTML occurs inside the scope of the label
> element, the form / control passes.
> Label is not present
> 1. Place the mouse on the form / control and right click
> 2. Check for a title attribute.  If a title is given the form / control
> passes.
> 3. Check for a name attribute.  If a name is present the form / control
> passes.
>
> I think that handles all programmatically determined cases.
>
> Wayne
>
>
>

Received on Thursday, 21 November 2013 21:48:47 UTC