From 892a700c8acc9eb2d9d3d893278e0218abd68743 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Mon, 23 Dec 2024 14:08:07 -0500 Subject: [PATCH] correction: allow role=math on img element (#525) closes #523 includes allowance of `role=math` on `img` elements. Per the ARIA specification: >While it is not ideal to use an image of a mathematical expression, there exists a significant amount of legacy content where images are used to represent mathematical expressions. Authors SHOULD ensure that images of math are labeled by text that describes the mathematical expression as it might be spoken. so this role should be allowed for such instances, and any further accessibility gaps caused by the use of the img element would be for authors to resolve beyond the scope of what this spec covers. --- index.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 56a0d72..c7cf366 100644 --- a/index.html +++ b/index.html @@ -64,6 +64,10 @@ the following substantive additions and/or corrections have been proposed: