Skip to content

Commit

Permalink
docs: delete docs for property that doesn't exist
Browse files Browse the repository at this point in the history
Discussion on #4899 (comment)
  • Loading branch information
ogoffart authored Mar 21, 2024
1 parent 881da94 commit 74d0daf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/reference/src/language/builtins/elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ Use the following `accessible-` properties to make your items interact well with
- **`accessible-checkable`** (_in_ _bool_): Whether the element is can be checked or not.
- **`accessible-checked`** (_in_ _bool_): Whether the element is checked or not. This maps to the "checked" state of checkboxes, radio buttons, and other widgets.
- **`accessible-description`** (_in_ _string_): The description for the current element.
- **`accessible-has-focus`** (_in_ _bool_): Set to true when the current element currently has the focus.
- **`accessible-label`** (_in_ _string_): The label for an interactive element. (default value: empty for most elements, or the value of the `text` property for Text elements)
- **`accessible-value-maximum`** (_in_ _float_): The maximum value of the item. This is used for example by spin boxes.
- **`accessible-value-minimum`** (_in_ _float_): The minimum value of the item.
Expand Down

0 comments on commit 74d0daf

Please sign in to comment.