Add clarifications to the documentation

This commit is contained in:
Ivan Mir 2017-08-28 20:33:16 -03:00
parent 75b2915fee
commit 93a8e75238
2 changed files with 4 additions and 4 deletions

View file

@ -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.