Skip to content

Commit

Permalink
Corrected spelling and word flow (#35797)
Browse files Browse the repository at this point in the history
* Corrected spelling and word flow

* Apply suggestions from code review

---------

Co-authored-by: Hamish Willee <[email protected]>
  • Loading branch information
martendegroot and hamishwillee committed Sep 8, 2024
1 parent 33cada2 commit f1b0f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/accessibility/aria/roles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ These are included for completeness, but in most cases are rarely, if ever, usef

### 2. Widget roles

The various widget role are used to define common interactive patterns. Similar to the document structure roles, some of these roles duplicate the semantics of native HTML elements that are well supported, and should not be used. The difference between the two lists is that, generally, the widget roles require JavaScript interaction and the document structure roles don't necessarily.
Widget roles are used to define common interactive patterns. Like document structure roles, some widget roles have the same semantics as well-supported native HTML elements, and therefore should be avoided. The key difference is that widget roles typically require JavaScript for interaction, while document structure roles often do not.

- [scrollbar](/en-US/docs/Web/Accessibility/ARIA/Roles/scrollbar_role)
- [searchbox](/en-US/docs/Web/Accessibility/ARIA/Roles/searchbox_role)
Expand Down

0 comments on commit f1b0f87

Please sign in to comment.