diff --git a/content/practices/hiding-semantics/hiding-semantics-practice.html b/content/practices/hiding-semantics/hiding-semantics-practice.html index 55bca5588a..ee3cab11f9 100644 --- a/content/practices/hiding-semantics/hiding-semantics-practice.html +++ b/content/practices/hiding-semantics/hiding-semantics-practice.html @@ -63,7 +63,7 @@

Effects of Role presentation

  • 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 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.