Skip to content

Commit

Permalink
docs(api.md): fix typo (#5120)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscalo authored and mathiasbynens committed Nov 2, 2019
1 parent 561c99d commit 5fa28b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -2229,7 +2229,7 @@ The Accessibility class provides methods for inspecting Chromium's accessibility

Accessibility is a very platform-specific thing. On different platforms, there are different screen readers that might have wildly different output.

Blink - Chrome's rendering engine - has a concept of "accessibility tree", which is than translated into different platform-specific APIs. Accessibility namespace gives users
Blink - Chrome's rendering engine - has a concept of "accessibility tree", which is then translated into different platform-specific APIs. Accessibility namespace gives users
access to the Blink Accessibility Tree.

Most of the accessibility tree gets filtered out when converting from Blink AX Tree to Platform-specific AX-Tree or by assistive technologies themselves. By default, Puppeteer tries to approximate this filtering, exposing only the "interesting" nodes of the tree.
Expand Down

0 comments on commit 5fa28b5

Please sign in to comment.