Skip to:
Content

BuddyPress.org

Opened 9 years ago

Closed 9 years ago

#6616 closed defect (bug) (fixed)

Accessibility: Form elements in bp-activity/

Reported by: mercime's profile mercime Owned by: mercime's profile mercime
Milestone: 2.4 Priority: normal
Severity: normal Version:
Component: Activity Keywords:
Cc:

Description

Bind labels to form inputs because some assistive technologies do not understand implicit relationships between labels and widgets.

Attachments (2)

6616-bp-activity-admin-id.patch (635 bytes) - added by mercime 9 years ago.
6616-bp-activity-admin-id-aria.patch (1.0 KB) - added by mercime 9 years ago.

Download all attachments as: .zip

Change History (16)

#1 @mercime
9 years ago

Add 'id' attribute to input field with value matching label 'for' value.

#2 @mercime
9 years ago

  • Component changed from API to Component - Activity
  • Keywords has-patch added

#3 @mercime
9 years ago

Add 'id' and 'aria-describedby' to input field to associate element with label and description.

#4 @DJPaul
9 years ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 2.4

#5 @mercime
9 years ago

In 10097:

Add 'id' attribute to checkbox for User ID metabox.

Accessibility fix to bind available label element to Author ID
checkbox field in wp-admin Activity edit screen.

See #6616.

#6 @mercime
9 years ago

In 10098:

Bind input to label and description for Primary link metabox.

Accessibility fix adds 'id' and 'aria-describedby' attributes to
url input to bind to available label element as well as to
the available description of the field in wp-admin Activity
edit screen.

See #6616.

#7 @DJPaul
9 years ago

@mercime is this ticket resolved?

#8 @DJPaul
9 years ago

  • Keywords has-patch commit removed

#9 @mercime
9 years ago

  • Resolution set to fixed
  • Status changed from new to closed

#10 @mercime
9 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

Add some more a11y fixes.

Last edited 9 years ago by mercime (previous) (diff)

#11 @mercime
9 years ago

In 10315:

Add 'for' attributes to labels for Activity status.

See #6616.

#12 @mercime
9 years ago

In 10316:

Add label for Activity type select field in Activity > Edit pane.

See #6616.

This ticket was mentioned in Slack in #buddypress by djpaul. View the logs.


9 years ago

#14 @mercime
9 years ago

  • Owner set to mercime
  • Resolution set to fixed
  • Status changed from reopened to closed

In 10317:

Add 'for' attribute to label for each Activity type used in lists.

Fixes #6616.

Note: See TracTickets for help on using tickets.