From 0e456d69eb2c721c2da2bf402c8e92714f279e52 Mon Sep 17 00:00:00 2001 From: Sarah Higley Date: Thu, 7 Apr 2022 11:47:59 -0700 Subject: [PATCH 1/4] update to author requirement for aria-selected on options --- index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f4fef22d7..27b9a1dc9 100644 --- a/index.html +++ b/index.html @@ -6029,8 +6029,12 @@
Note regarding the ARIA 1.1 none role.
Otherwise, if a user agent provides an implicit aria-selected value for an option, the value SHOULD be false.

- Authors MAY indicate selection for option elements using either aria-selected or aria-checked. - Some user interfaces indicate selection with aria-selected in single-select list boxes and with aria-checked in multi-select list boxes. + Authors SHOULD indicate selection for option elements using one of the following: +

+