Skip to content

Duplicate links on page with generic title "Open file" #575

@jancborchardt

Description

@jancborchardt

Currently there are a lot of duplicate links on the page all saying "Open file", which makes it a problem for screen readers:
image

We have 2 ways of fixing this:

  • We could change the text to "Open filename" stating the actual filename. But actually the links are already there in text form directly above. So I would rather propose:
  • We change the previews into div elements rather than links so they are not picked up by screenreaders and not read out duplicate. We can still attach JS event to them so on click the file gets opened, but then if you keyboard-tab through the page you won’t get hit by duplicates.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions