FLUID-29: Devise a convention for identifying re-orderable items in the markup passed to the Reorderer.

Metadata

Source
FLUID-29
Type
Improvement
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Anastasia Cheetham
Reporter
Joseph Scheuhammer
Created
2007-07-17T12:09:06.000-0400
Updated
2007-09-06T15:53:39.000-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Reorderer

Description

At the moment, we assume all top-level elements passed to the Lightbox are re-orderable. When we generalize this code to work with any arbitrary markup, we need a mechanism by which reorderables are declared. This will likely take the form of a specific "reorderable" CSS class attached to the element, but we may be able to use ARIA for this purpose instead.

Comments

  • Anastasia Cheetham commented 2007-09-04T13:51:09.000-0400

    An "orderable" CSS class has been added to the orderable elements. The next step is to make the Reorderer aware of this class.