From da34cb38670f643032e28931de3a504eeaa2698f Mon Sep 17 00:00:00 2001
From: Scott O'Hara
Date: Tue, 30 Apr 2024 12:55:15 -0400
Subject: [PATCH] Correction: add missing allowance for aria-* on meter element
(#519)
* 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..ac91868 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 `meter` role.