From 73bea4892319ea4be4f1ff68552839e79843b8ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sat, 30 Nov 2024 11:48:30 +0100 Subject: [PATCH 1/2] Change the accessible role of info boxes to `note` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `alert` role is intrusive and should only be used when the user's immediate attention is required. Given that this boxes only provide additional content to the current paragraph, the `note` role seems more appropriate. Signed-off-by: Kévin Commaille --- layouts/partials/alert.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/alert.html b/layouts/partials/alert.html index 91dd6799f..40e13db47 100644 --- a/layouts/partials/alert.html +++ b/layouts/partials/alert.html @@ -15,6 +15,6 @@ {{ $content := .content}} {{ $omit_title := .omit_title }} -