Add clarifications to the documentation
This commit is contained in:
parent
75b2915fee
commit
93a8e75238
2 changed files with 4 additions and 4 deletions
|
@ -892,10 +892,10 @@ details.
|
|||
|
||||
### `app.setAccessibilitySupportEnabled(enabled)` _macOS_ _Windows_
|
||||
|
||||
* `enabled` Boolean - Enable or disable accessibility tree rendering
|
||||
* `enabled` Boolean - Enable or disable [accessibility tree](https://developers.google.com/web/fundamentals/accessibility/semantics-builtin/the-accessibility-tree) rendering
|
||||
|
||||
Manually enables Chrome's accessibility support, allowing to expose accessibility switch to users in application settings. https://www.chromium.org/developers/design-documents/accessibility for more
|
||||
details.
|
||||
details. Disabled by default.
|
||||
|
||||
**Note:** Rendering accessibility tree can significantly affect the performance of your app. It should not be enabled by default.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue