From bfe8a90af874d164c440b53811001f12d3f2c724 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Tue, 30 Apr 2024 12:19:07 -0400 Subject: [PATCH] Correction: add missing allowance for aria-* on meter element closes #517 adds missing allowance for any aria-* attributes applicable to the meter role. --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index ad66161..50e6b60 100644 --- a/index.html +++ b/index.html @@ -2415,7 +2415,8 @@

Otherwise, any - global `aria-*` attributes. + global `aria-*` attributes + and any other `aria-*` attributes applicable to the `progressbar` role.