← Back to team overview

mahara-contributors team mailing list archive

[Bug 1482490] A change has been merged

 

Reviewed:  https://reviews.mahara.org/5193
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/3e2d45e93af76ef31decf43e00cddca2ef9f240b
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    master

commit 3e2d45e93af76ef31decf43e00cddca2ef9f240b
Author: Jono Mingard <jonom@xxxxxxxxxxxxxxx>
Date:   Fri Aug 28 16:02:21 2015 +1200

Improve accessibility of switchboxes (Bug #1482490)

- Hide "On"/"Off" text from screen reader users
- Add accessible label text and make visible label a pseudolabel

behatnotneeded

Change-Id: I8a5aa2dd801b169ddc9d9524e7527266b9525620

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1482490

Title:
  New toggles are confusing for screen reader users

Status in Mahara:
  In Progress

Bug description:
  The new toggle-style checkboxes (used, for example, in the user
  settings page) are mostly accessible, but can be confusing to screen
  reader users because they include both "On" and "Off" text regardless
  of whether they are checked or unchecked. This text uses CSS :before
  and :after pseudo-elements, so it may be an issue particular to the
  JAWS screen reader, but it's worth looking into whether this can be
  changed. Ideally, either "On" or "Off" would be read out, depending on
  whether the checkbox is checked or unchecked.

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1482490/+subscriptions


References