diff options
author | metamuffin <metamuffin@disroot.org> | 2024-04-01 00:50:46 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-04-01 00:50:46 +0200 |
commit | 5b3fb138a584649782ea92df262d0a78c5386f4d (patch) | |
tree | 4d74dd2ab406d6000e800ce64d16c2201dc038ba /client-web/source/preferences/ui.ts | |
parent | 78a02af787a4011a60f2ec964da9130c737478d4 (diff) | |
download | keks-meet-5b3fb138a584649782ea92df262d0a78c5386f4d.tar keks-meet-5b3fb138a584649782ea92df262d0a78c5386f4d.tar.bz2 keks-meet-5b3fb138a584649782ea92df262d0a78c5386f4d.tar.zst |
improve accessability here and there
Diffstat (limited to 'client-web/source/preferences/ui.ts')
-rw-r--r-- | client-web/source/preferences/ui.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-web/source/preferences/ui.ts b/client-web/source/preferences/ui.ts index 0259b2b..44b3e4e 100644 --- a/client-web/source/preferences/ui.ts +++ b/client-web/source/preferences/ui.ts @@ -94,7 +94,7 @@ export function ui_preferences(): HTMLElement { const table = document.createElement("table") table.append(...rows) - return e("div", { class: "preferences" }, + return e("div", { class: "preferences", role: "dialog", aria_label: "settings" }, e("h2", {}, "Settings"), notification_perm, e("br", {}), table, e("br", {}), |