FLUID-2301: Use @role="img" for main thumbnail <div>.

Metadata

Source
FLUID-2301
Type
Sub-task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Joseph Scheuhammer
Reporter
Joseph Scheuhammer
Created
2009-03-02T11:33:53.000-0500
Updated
2009-03-19T10:25:02.000-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Image Reorderer

Description

There is an "img" role in ARIA. Back in the day, the thumbnails for the image reorderer were marked @role="gridcell", which is/was fairly uninformative. A role value of "img" is close to communicating to users that these graphics are thumbnails.

The spec for the 'img' role is (currently, last call draft):
http://www.w3.org/TR/wai-aria/#img

Comments