Reviewed: https://reviews.mahara.org/3026 Committed: http://gitorious.org/mahara/mahara/commit/b0c2f60ebfc3852d8656e92dcba9a26c207f5ebd Submitter: Son Nguyen ([email protected]) Branch: master
commit b0c2f60ebfc3852d8656e92dcba9a26c207f5ebd Author: Jono Mingard <[email protected]> Date: Thu Feb 20 10:09:03 2014 +1300 Fixed display of edit and delete buttons (Bug #1276397) The previous patch for this bug caused miniature text to be overlaid on buttons in the list of forum topics. Adding text-align: left fixes it Change-Id: Id6b7325f00cc8f497677dc1092aad3c701aa3ed0 Signed-off-by: Jono Mingard <[email protected]> -- 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/1276397 Title: Edit and delete buttons need descriptive alt text Status in Mahara ePortfolio: In Progress Bug description: To be accessible to screen readers, all images and image-like elements need an alt attribute specified. One area where this is not the case is edit and delete buttons. - In the Journal, Delete buttons have a title attribute but no alt attribute (they need both) - Notes is the same - Delete buttons in Resume composite forms have alt="[x]" which should be changed to something more descriptive - Manage tasks buttons in Plans use a missing string for alt text - Edit and Delete buttons in group Forums have no alt attribute specified (same in Topics) Ideally most of these should include the name of the thing to be edited/deleted in the alt text, eg. "Edit 'My plan'", since sometimes the editing buttons appear above the name of the thing to be deleted (in the HTML source) and sometimes they appear below. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1276397/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

