CuBoulder / ucb_ckeditor_plugins

This Drupal 9+ module contains a collection of CKEditor 5 plugins to add functionality to the WYSIWYG editor.
GNU General Public License v2.0
1 stars 0 forks source link

A11Y : Count Down Plugin #59

Closed jcsparks closed 1 month ago

jcsparks commented 2 months ago

On mobile, when the user got to the Date Count Down section, they were not able to continue navigating. (Severe)

I believe because the content on this page is continuously changing it is also continuously grabbing focus in some context.

Looks like they solved this in D7 in two ways

  1. Wrap the visible count down in a aria hidden tag
  2. Create a SR only version that is static saying It's [xx days] until [xx date]
timurtripp commented 2 months ago

Is this with the CKEditor 5 plugin or the Shortcode?