From 5856839005447bed8df6fd47693d1af5e487060b Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Tue, 3 Oct 2023 11:27:51 -0400 Subject: [PATCH] add mention of image role (#498) Co-authored-by: Valerie Young --- index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 4124ad9b..26e2787b 100644 --- a/index.html +++ b/index.html @@ -2964,7 +2964,8 @@

`img`

[[wai-aria-1.2]] - `img` role + `image` + or `img`role @@ -2995,6 +2996,10 @@

`img`

Comments +

+ ARIA 1.3 adds the `image` role as the preferred synonym to the ARIA 1.0 `img` role. + The expected computed role for named `img` elements is now "image". +

@@ -3014,6 +3019,7 @@

`img` (`alt`attribute value is [[wai-aria-1.2]] @@ -16741,6 +16747,7 @@

Change Log

Substantive changes since moving to the Accessible Rich Internet Applications Working Group (03-Nov-2019)

    +
  • 03-Oct-2023: Update image mappings to reference the primary synonym roles (`image` and `none`). See GitHub PR 498.
  • 03-Oct-2023: Clarify when to expose required field as invalid. See GitHub PR 429.
  • 06-Jun-2023: Add computed roles for all HTML elements. See GitHub PR 465.
  • 28-Mar-2023: Add `inert` attribute mapping. See GitHub PR 410.