From 65b6d4f9a612b57adf18592e777525568dfb87a6 Mon Sep 17 00:00:00 2001 From: michael-n-cooper-bot Date: Fri, 9 Jun 2023 20:40:39 +0000 Subject: [PATCH] Commit changed files and submodule updates --- .../apg/practices/hiding-semantics/hiding-semantics-practice.md | 2 +- _external/aria-practices | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ARIA/apg/practices/hiding-semantics/hiding-semantics-practice.md b/ARIA/apg/practices/hiding-semantics/hiding-semantics-practice.md index a6be4c533..ed4a2586f 100644 --- a/ARIA/apg/practices/hiding-semantics/hiding-semantics-practice.md +++ b/ARIA/apg/practices/hiding-semantics/hiding-semantics-practice.md @@ -107,7 +107,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
  • The element’s implied ARIA role and any ARIA states and properties associated with that role are hidden from assistive technologies.
  • Text contained by the element, i.e., inner text, as well as inner text of all its descendant elements remains visible to assistive technologies. - Of course, text which is explicitly hidden, e.g., styled with display: none or has aria-hidden="true" is not visible to assistive technologies. + Of course, text that is explicitly hidden, e.g., styled with display: none or has aria-hidden="true", is not visible to assistive technologies.
  • The roles, states, and properties of each descendant element remain visible to assistive technologies unless the descendant requires the context of the presentational element. diff --git a/_external/aria-practices b/_external/aria-practices index cd79572d4..c3c1a63e6 160000 --- a/_external/aria-practices +++ b/_external/aria-practices @@ -1 +1 @@ -Subproject commit cd79572d45c6813f15455661563c612326b7ab14 +Subproject commit c3c1a63e621a1adc77bc3a1d4755a502d30e80a5