Metadata
- Source
- FLUID-2303
- Type
- Sub-task
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Joseph Scheuhammer
- Reporter
- Joseph Scheuhammer
- Created
2009-03-02T11:41:36.000-0500 - Updated
2009-03-19T10:25:58.000-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Image Reorderer
Description
In the ARIA spec, when a <div> is marked with @role="img", the advice is to use the "aria-labelledby" property to provide alternative text. The value of "aria-labelledby" is an IDREF of another element that contains the label. For the image reorderer, that would be the link element whose text is used as the title of the thumbnail.
See the second bullet point and first markup example under the "presentation" role of the ARIA spec (currently, last call draft):
http://www.w3.org/TR/wai-aria/#presentation
Comments
-
Justin Obara commented
2009-03-12T14:54:54.000-0400 Bug Parade 1.0 release
-
Joseph Scheuhammer commented
2009-03-19T10:25:43.000-0400 Viewed the markup generated for three demos on the Fluid build site noting that :
(1) the relevant markup within image reorderer has been modified as appropriate, and
(2) the relevant markup has not changed for the the portlet reorderer, nor the sortable tabs examples.The demos:
- "Standalone Image Reorderer demonstration"
http://build.fluidproject.org/fluid/sample-code/reorderer/image-reorderer/image-reorderer.html - "Demo uPortal site"
http://build.fluidproject.org/uPortal/render.userLayoutRootNode.uP;jsessionid=3393BFC3272C7EBCBBA0CCED6D07CEB3 - "Sortable jQuery tabs example"
[http://build.fluidproject.org/fluid/sample-code/reorderer/jquery-tabs/jquery-tabs.html"
Tested in FF2/FF3 (OS X), IE8beta and Safari 4beta (WinXP).
- "Standalone Image Reorderer demonstration"