wallabag / android-app

Android application to read your articles saved in your wallabag. You can also easily add new articles.
https://www.wallabag.org
GNU General Public License v3.0
476 stars 259 forks source link

[accessibility] Underline links in app #1238

Open notabene opened 2 years ago

notabene commented 2 years ago

Issue details

Accessibility requirement: never rely on colour alone to convey information, as some people may either:

The basic rule is: anything conveyed by colour should also be conveyed by another graphical means (eg. shape). Basically, for links the convention is usually to underline them.

Duplicate?

no (searched for issue, does not seem to exist yet)

Actual behaviour

Expected behaviour

Steps to reproduce the issue

  1. Display any article.
  2. See that links are not underlined.

Environment details

(not really relevant here, I suspect, but here goes)

Your experience with wallabag Android app

Love it. 'nuff said :grin:

di72nn commented 2 years ago

Thank you for the report!

The web app does use some underlining, and I don't remember whether the Android app intentionally uses a different style. I don't have the time to get into it myself, but I think the team should be open to changes like that (changes to themes or maybe a separate option), if anyone is willing to help.