Skip to content

Commit fa6a5f5

Browse files
authored
Add missing listitem role do accessibiltiy doc (facebook#4352)
1 parent 009e8f4 commit fa6a5f5

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

docs/accessibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ Assign this property to a custom function which will be called when someone perf
363363
- **img** Used when the element should be treated as an image. Can be combined with a button or link, for example.
364364
- **link** Used when the element should be treated as a link.
365365
- **list** Used to identify a list of items.
366+
- **listitem** Used to itentify an item in a list.
366367
- **menu** Used when the component is a menu of choices.
367368
- **menubar** Used when a component is a container of multiple menus.
368369
- **menuitem** Used to represent an item within a menu.

website/versioned_docs/version-0.71/accessibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ Assign this property to a custom function which will be called when someone perf
363363
- **img** Used when the element should be treated as an image. Can be combined with button or link, for example.
364364
- **link** Used when the element should be treated as a link.
365365
- **list** Used to identify a list of items.
366+
- - **listitem** Used to itentify an item in a list.
366367
- **menu** Used when the component is a menu of choices.
367368
- **menubar** Used when a component is a container of multiple menus.
368369
- **menuitem** Used to represent an item within a menu.

website/versioned_docs/version-0.72/accessibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ Assign this property to a custom function which will be called when someone perf
363363
- **img** Used when the element should be treated as an image. Can be combined with a button or link, for example.
364364
- **link** Used when the element should be treated as a link.
365365
- **list** Used to identify a list of items.
366+
- **listitem** Used to itentify an item in a list.
366367
- **menu** Used when the component is a menu of choices.
367368
- **menubar** Used when a component is a container of multiple menus.
368369
- **menuitem** Used to represent an item within a menu.

website/versioned_docs/version-0.73/accessibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ Assign this property to a custom function which will be called when someone perf
363363
- **img** Used when the element should be treated as an image. Can be combined with a button or link, for example.
364364
- **link** Used when the element should be treated as a link.
365365
- **list** Used to identify a list of items.
366+
- **listitem** Used to itentify an item in a list.
366367
- **menu** Used when the component is a menu of choices.
367368
- **menubar** Used when a component is a container of multiple menus.
368369
- **menuitem** Used to represent an item within a menu.

website/versioned_docs/version-0.74/accessibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ Assign this property to a custom function which will be called when someone perf
363363
- **img** Used when the element should be treated as an image. Can be combined with a button or link, for example.
364364
- **link** Used when the element should be treated as a link.
365365
- **list** Used to identify a list of items.
366+
- **listitem** Used to itentify an item in a list.
366367
- **menu** Used when the component is a menu of choices.
367368
- **menubar** Used when a component is a container of multiple menus.
368369
- **menuitem** Used to represent an item within a menu.

website/versioned_docs/version-0.75/accessibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ Assign this property to a custom function which will be called when someone perf
363363
- **img** Used when the element should be treated as an image. Can be combined with a button or link, for example.
364364
- **link** Used when the element should be treated as a link.
365365
- **list** Used to identify a list of items.
366+
- **listitem** Used to itentify an item in a list.
366367
- **menu** Used when the component is a menu of choices.
367368
- **menubar** Used when a component is a container of multiple menus.
368369
- **menuitem** Used to represent an item within a menu.

website/versioned_docs/version-0.76/accessibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ Assign this property to a custom function which will be called when someone perf
363363
- **img** Used when the element should be treated as an image. Can be combined with a button or link, for example.
364364
- **link** Used when the element should be treated as a link.
365365
- **list** Used to identify a list of items.
366+
- **listitem** Used to itentify an item in a list.
366367
- **menu** Used when the component is a menu of choices.
367368
- **menubar** Used when a component is a container of multiple menus.
368369
- **menuitem** Used to represent an item within a menu.

0 commit comments

Comments
 (0)