Add the accessible-placeholder-text property (#5464)

This commit is contained in:
Arnold Loubriat 2024-06-26 12:59:22 +02:00 committed by GitHub
parent bd18d8dc0a
commit ce2db77e88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 48 additions and 11 deletions

View file

@ -73,6 +73,7 @@ Use the following `accessible-` properties to make your items interact well with
- **`accessible-value-minimum`** (_in_ _float_): The minimum value of the item.
- **`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.
You can also use the following callbacks that are going to be called by the accessibility framework: