From 5b3fb138a584649782ea92df262d0a78c5386f4d Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 1 Apr 2024 00:50:46 +0200 Subject: improve accessability here and there --- client-web/source/logger.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client-web/source/logger.ts') diff --git a/client-web/source/logger.ts b/client-web/source/logger.ts index 5f5d313..8ff4cab 100644 --- a/client-web/source/logger.ts +++ b/client-web/source/logger.ts @@ -7,7 +7,7 @@ import { e } from "./helper.ts"; -export const LOGGER_CONTAINER = e("div", { class: "logger-container" }) +export const LOGGER_CONTAINER = e("div", { class: "logger-container", role: "log", aria_live: "off" }) const log_scope_color = { "*": "#ff4a7c", -- cgit v1.2.3-70-g09d2