Metadata
- Source
- FLUID-2302
- Type
- Sub-task
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Joseph Scheuhammer
- Reporter
- Joseph Scheuhammer
- Created
2009-03-02T11:37:39.000-0500 - Updated
2009-03-19T10:25:28.000-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Image Reorderer
Description
The "presentation" role in the ARIA spec contains a use case where an <img> element (or elements) is within a containing <div> that is marked with @role="img". In that case, the contained <img> is considered presentational in order to avoid publishing the same a11y information twice to the a11y API.
The spec for the 'presentation' role value is (currently, last call draft):
http://www.w3.org/TR/wai-aria/#presentation
The second bullet point is the relevant one, as well as the first markup example within the section on the "presentation" role.
Comments
-
Justin Obara commented
2009-03-12T14:54:45.000-0400 Bug Parade 1.0 release
-
Joseph Scheuhammer commented
2009-03-19T10:25:18.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"