Skip to content

Commit

Permalink
Add missing listitem role do accessibiltiy doc (#4352)
Browse files Browse the repository at this point in the history
  • Loading branch information
6TELOIV authored Nov 13, 2024
1 parent 009e8f4 commit fa6a5f5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ Assign this property to a custom function which will be called when someone perf
- **img** Used when the element should be treated as an image. Can be combined with a button or link, for example.
- **link** Used when the element should be treated as a link.
- **list** Used to identify a list of items.
- **listitem** Used to itentify an item in a list.
- **menu** Used when the component is a menu of choices.
- **menubar** Used when a component is a container of multiple menus.
- **menuitem** Used to represent an item within a menu.
Expand Down
1 change: 1 addition & 0 deletions website/versioned_docs/version-0.71/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ Assign this property to a custom function which will be called when someone perf
- **img** Used when the element should be treated as an image. Can be combined with button or link, for example.
- **link** Used when the element should be treated as a link.
- **list** Used to identify a list of items.
- - **listitem** Used to itentify an item in a list.
- **menu** Used when the component is a menu of choices.
- **menubar** Used when a component is a container of multiple menus.
- **menuitem** Used to represent an item within a menu.
Expand Down
1 change: 1 addition & 0 deletions website/versioned_docs/version-0.72/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ Assign this property to a custom function which will be called when someone perf
- **img** Used when the element should be treated as an image. Can be combined with a button or link, for example.
- **link** Used when the element should be treated as a link.
- **list** Used to identify a list of items.
- **listitem** Used to itentify an item in a list.
- **menu** Used when the component is a menu of choices.
- **menubar** Used when a component is a container of multiple menus.
- **menuitem** Used to represent an item within a menu.
Expand Down
1 change: 1 addition & 0 deletions website/versioned_docs/version-0.73/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ Assign this property to a custom function which will be called when someone perf
- **img** Used when the element should be treated as an image. Can be combined with a button or link, for example.
- **link** Used when the element should be treated as a link.
- **list** Used to identify a list of items.
- **listitem** Used to itentify an item in a list.
- **menu** Used when the component is a menu of choices.
- **menubar** Used when a component is a container of multiple menus.
- **menuitem** Used to represent an item within a menu.
Expand Down
1 change: 1 addition & 0 deletions website/versioned_docs/version-0.74/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ Assign this property to a custom function which will be called when someone perf
- **img** Used when the element should be treated as an image. Can be combined with a button or link, for example.
- **link** Used when the element should be treated as a link.
- **list** Used to identify a list of items.
- **listitem** Used to itentify an item in a list.
- **menu** Used when the component is a menu of choices.
- **menubar** Used when a component is a container of multiple menus.
- **menuitem** Used to represent an item within a menu.
Expand Down
1 change: 1 addition & 0 deletions website/versioned_docs/version-0.75/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ Assign this property to a custom function which will be called when someone perf
- **img** Used when the element should be treated as an image. Can be combined with a button or link, for example.
- **link** Used when the element should be treated as a link.
- **list** Used to identify a list of items.
- **listitem** Used to itentify an item in a list.
- **menu** Used when the component is a menu of choices.
- **menubar** Used when a component is a container of multiple menus.
- **menuitem** Used to represent an item within a menu.
Expand Down
1 change: 1 addition & 0 deletions website/versioned_docs/version-0.76/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ Assign this property to a custom function which will be called when someone perf
- **img** Used when the element should be treated as an image. Can be combined with a button or link, for example.
- **link** Used when the element should be treated as a link.
- **list** Used to identify a list of items.
- **listitem** Used to itentify an item in a list.
- **menu** Used when the component is a menu of choices.
- **menubar** Used when a component is a container of multiple menus.
- **menuitem** Used to represent an item within a menu.
Expand Down

0 comments on commit fa6a5f5

Please sign in to comment.