BirkbeckCTP / hourglass

Hourglass press theme for OLH
GNU Affero General Public License v3.0
1 stars 1 forks source link

WCAG: Input Modalities #339

Closed StephDriver closed 2 months ago

StephDriver commented 4 months ago

Summary

Action Required

Context

2.5.3 Label in Name - has already been considered under both navigation and text alternatives.

This review considered:

  1. Pointer Gestures
  2. Pointer Cancellation
  3. Motion Actuation
  4. Dragging Movements
  5. Target Size (Minimum)

Audit Results

Pointer Gestures

There is no functionality requiring multipoint or path-based gestures.

Pointer Cancellation

From a search of the code, event listeners are on the 'on click' event. None use the onmousedown or onmouseup events. This therefore meets the success criterion G212 and there are no functions that execute on the down-event alone.

Motion Actuation

There is no device or user motion functionality.

Dragging Movements

There is no dragging movement functionality.

Target Size (Minimum)

Links which are not text within sentences (e.g. "find out more" inside a rounded rectangle) are styled areas of min 47 px x 47 px, which meet the criterion of 24 px x 24 px minimum.

The OLH logo at the top left of each page, which is 54 x 24, so also meets this criterion.

The dots for moving the carousel are smaller than this minimum (16px) this needs review.