summaryrefslogtreecommitdiff
path: root/client-web/source/preferences/ui.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-04-01 00:50:46 +0200
committermetamuffin <metamuffin@disroot.org>2024-04-01 00:50:46 +0200
commit5b3fb138a584649782ea92df262d0a78c5386f4d (patch)
tree4d74dd2ab406d6000e800ce64d16c2201dc038ba /client-web/source/preferences/ui.ts
parent78a02af787a4011a60f2ec964da9130c737478d4 (diff)
downloadkeks-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.ts2
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", {}),