budibase icon indicating copy to clipboard operation
budibase copied to clipboard

[BUDI-7198] Accessibility Page Header

Open perezstudio opened this issue 2 years ago β€’ 4 comments

When loading different pages inside of budibase, every page header is the title of the app instead of providing page titles which would follow accessibility guidelines.

BUDI-7198

perezstudio avatar Jun 26 '23 20:06 perezstudio

Additional info: the <title> should change when navigating the app. Right now it stays the same, which is an accessibility issue because pages must have unique titles.

https://a11y-guidelines.orange.com/en/articles/single-page-app/#update-page-title

Ideally the title would be something like <title>H1 content/page name - name of app</title>, with the unique information (page name) coming first.

(The larger issue is that page updates are not announced by screen readers, which this doesn't solve, but that's something for another, more complex bug.)

kcarrandale avatar Jun 27 '23 17:06 kcarrandale

This issue has been automatically marked as stale because it has not had any activity for 60 days.

github-actions[bot] avatar Aug 27 '23 01:08 github-actions[bot]

For what it’s worth, this is an example of an accessibility issue that affects usability for all users. A list of identical page titles in the browser history is a bad user experience for everyone.

hilton avatar Oct 15 '24 07:10 hilton

This issue has been automatically marked as stale as there has been no activity for 6 months.

github-actions[bot] avatar Apr 13 '25 07:04 github-actions[bot]