Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Hausmann <hausmann@gmail.com>
  • Loading branch information
DataTriny and tronical committed Oct 16, 2024
1 parent bae1a4d commit 504f87a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/src/language/builtins/elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ Use the following `accessible-` properties to make your items interact well with
- **`accessible-value-step`** (_in_ _float_) The smallest increment or decrement by which the current value can change. This corresponds to the step by which a handle on a slider can be dragged.
- **`accessible-value`** (_in_ _string_): The current value of the item.
- **`accessible-placeholder-text`** (_in_ _string_): A placeholder text to use when the item's value is empty. Applies to text elements.
- **`accessible-selectable`** (_in_ _bool_): Whether the element can be checked or not.
- **`accessible-selected`** (_in_ _bool_): Whether the element is checked or not. This maps to the "is-selected" state of listview items.
- **`accessible-selectable`** (_in_ _bool_): Whether the element can be selected or not.
- **`accessible-selected`** (_in_ _bool_): Whether the element is selected or not. This maps to the "is-selected" state of listview items.

You can also use the following callbacks that are going to be called by the accessibility framework:

Expand Down

0 comments on commit 504f87a

Please sign in to comment.