From 830a9429e387197a3850f3730015fb52fc456b11 Mon Sep 17 00:00:00 2001 From: Alexis Menard Date: Wed, 5 Jun 2024 15:54:35 -0400 Subject: [PATCH] Add two new comments from the accessibility review. (#149) Posture changes announcements and added specific paragraph invited developers to try their site with assistive technologies. Patch by Christopher Nguyen (@chris480). Closes #147 --- index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/index.html b/index.html index 8708c6f..8edb2ca 100644 --- a/index.html +++ b/index.html @@ -765,6 +765,21 @@

other needs but allowing them to choose the UI that fits their needs better. Ideally it is preferred to make the UI configurable. +
  • + Content announcements for assistive devices: + Use ARIA live regions to announce significant layout changes dynamically. + For instance, when a fold changes the layout of a webpage, ensure that screen + readers announce these changes to users. For example, if a video player is moved + to the top of the screen and comments to the bottom, an announcement like + "Video player moved to the top screen, comments moved below the fold" can help + users navigate better. +
  • +
  • + Assistive technology compatibility: + Conduct thorough testing with various assistive technologies to ensure + compatibility and proper communication of changes when different postures + are reached. +