fix(curriculum): Improved specificity of ARIA answer (#59799)

Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com>
This commit is contained in:
Kai Pepler 2025-04-19 07:43:16 -04:00 committed by GitHub
parent 3d99e28425
commit de70681126
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ This attribute is used to hide an element only to keyboard users.
#### --answer--
This attribute is used to hide an element from people using assistive technologies.
This attribute is used to hide an element from assistive technologies.
### --question--

View File

@ -72,7 +72,7 @@ There are six main categories of ARIA roles:
<button type="button" id="search-btn">Search</button>
```
- **`aria-hidden` attribute**: Used to hide an element from people using assistive technology such as screen readers. For example, this can be used to hide decorative images that do not provide any meaningful content.
- **`aria-hidden` attribute**: Used to hide an element from assistive technologies such as screen readers. For example, this can be used to hide decorative images that do not provide any meaningful content.
```html
<button>