From b7831e3f15a91f0e751e985fa0e1c0fb82749ee8 Mon Sep 17 00:00:00 2001 From: Logan Date: Thu, 13 Aug 2026 01:48:43 -0400 Subject: [PATCH] fix(a11y): name the sliders and the progress bar where the role is MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `a11y.md` lists `seek-bar` and `volume-control` under "what is already correct" because both pass `aria-label`. Measured with Accessibility.getFullAXTree against the running app on all eleven views, both sliders compute a name of "": `wa-slider` puts role="slider" on a div inside its own shadow root, pointing aria-labelledby at an empty internal