directus/v6-archive

Links don't use anchor tag

Offen

#10 geöffnet am 25.10.2018

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (4 Forks)auto 404
4. MinorOptimizationhelp wantedv6

Repository-Metriken

Stars
 (2 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

From directus created by rijkvanzanten : directus/directus#1905

Version Info

  • Directus version: 6.4.x

Problem

All links on the page (navigation, table rows etc) are regular text elements with an onclick handler instead of an anchor element <a>. This problem has been mentioned on the feature request tool as well.

I raise it as an issue here since I don't feel like this is a feature, but a major design flaw in terms of accessibility and usability. No navigational items can be focussed by keyboard users, screenreaders don't know they're actual links and thus read them as regular text, and other keyboard based navigational tools and extensions like Vimmy are rendered useless.

Contributor Guide