Proper links, don't require JavaScript #12
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
Effort:High
Effort:Low
Effort:Medium
Prio:High
Prio:Low
Prio:Medium
Type:Bug
Type:Feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BuendnisOst/bo-page#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'd like to strongly suggest not to rely on JavaScript for navigation and to use proper
<a href="…">links instead. Currently, all the “links” on the website only work if JavaScript is enabled in the browser, otherwise nothing happens when clicking on them. This is a problem for the following reasons:Also, all the links don't use proper paths (e.g.
/calendar) but only HTML anchors (e.g./#calendar). This makes it completely impossible to …https://en.wikipedia.org/wiki/HTML_element#Anchorwill make your browser scroll down to theAnchorsection of that Wikipedia article.https://github.com/WICG/scroll-to-text-fragment#:~:text=To%20enable%20users%20to%20more%20quickly%20find%20the%20content%20they're%20interested%20in, your browser will automatically scroll down to the phraseTo enable users to more quickly find the content they're interested in.By the way, could the links perhaps be translated (e.g.
/kalenderinstead of/calendar)? (Hugo allows this.)Danke für die ganzen Tipps! Wir werden das Projekt nochmal ganz neu machen.