FLUID-2399: Determine the best way to label groups of elements

Metadata

Source
FLUID-2399
Type
Task
Priority
Blocker
Status
Closed
Resolution
Duplicate
Assignee
Alison Benjamin
Reporter
Justin Obara
Created
2009-03-25T10:50:19.000-0400
Updated
2009-05-21T15:20:28.000-0400
Versions
N/A
Fixed Versions
  1. 1.1
Component
  1. UI Options

Description

Currently this issue is that we have something like this

Links: [ ] Underline [ ] Bold [ ] Larger

The labels for the checkboxes are Underline, Bold, and Larger, but out of the context of links they don't seem to mean much.

One suggestion is to use fieldsets and legend

Environments

FF3 / Win XP
IE 7 / Win XP

Comments

  • Alison Benjamin commented 2009-05-05T15:13:19.000-0400

    FF3:
    JAWS does not read the label associated with radio buttons and checkboxes.
    E.g.: for the path Easier to find > Links > underline option

    JAWS reads
    "Easier to find" & "underline checkbox not checked"

    IE 7: JAWS reads "underline checkbox not checked"

    In both cases the label "links" is not read so it is not explicit what the checkbox refers to.

  • Alison Benjamin commented 2009-05-14T13:27:55.000-0400

    Here is a patch implementing fieldset & legend tags.

  • Alison Benjamin commented 2009-05-15T10:56:29.000-0400

    This patch was committed by Michelle. The behaviour has changed in that now JAWS reads "Links, Easier to find, underline checkbox not checked", etc giving context for checkbox options.

  • Jacob Farber commented 2009-05-20T11:33:48.000-0400

    This isnt quite valid HTML, i think we need another solution

  • Alison Benjamin commented 2009-05-21T11:04:14.000-0400

    I have closed this issue because it duplicates FLUID-2741.