Understanding SC 2.5.8 – Target Size (Minimum)
|

Understanding SC 2.5.8 – Target Size (Minimum)

The intent of this success criterion is to ensure the target of any UI element has 24 by 24 CSS PX target size  or there is enough spacing provided between two targets that have undersize targets. Note that zooming or other style changes adopted by users with disabilities must not modify the target sizes. So,…

Understanding SC 2.5.7 Dragging Movements
|

Understanding SC 2.5.7 Dragging Movements

All functionality that uses a dragging movement for operation can be achieved by a single pointer without dragging, unless dragging is essential or the functionality is determined by the user agent and not modified by the author. Note: This requirement applies to web content that interprets pointer actions (i.e. this does not apply to actions…

Understanding SC 2.4.11 Focus Not Obscured (Minimum)
|

Understanding SC 2.4.11 Focus Not Obscured (Minimum)

When a user interface component receives keyboard focus, the component is not entirely hidden due to author-created content. Note: Where content in a configurable interface can be repositioned by the user, then only the initial positions of user-movable content is considered for testing and conformance of this Success Criterion. Note: Content opened by the user…

Understanding SC 2.5.4 Motion Actuation
|

Understanding SC 2.5.4 Motion Actuation

Success Criterion 2.5.4 Motion Actuation (Level A): Functionality that can be operated by device motion or user motion can also be operated by user interface components and responding to the motion can be disabled to prevent accidental actuation, except when: Supported InterfaceThe motion is used to operate functionality through an accessibility supported interface; EssentialThe motion…

Understanding SC 2.5.2 Pointer Cancellation
|

Understanding SC 2.5.2 Pointer Cancellation

Success Criterion 2.5.2 Pointer Cancellation (Level A): For functionality that can be operated using a single pointer, at least one of the following is true: No Down-EventThe down-event of the pointer is not used to execute any part of the function; Abort or UndoCompletion of the function is on the up-event, and a mechanism is available to abort the function before completion or…