Refine wording in `FAQ.md`

This commit is contained in:
Max Desiatov 2022-09-01 15:03:45 +01:00 committed by GitHub
parent 04e0eb04f4
commit 813c2cede0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
## Why does Tokamak use HTML/CSS for rendering in the browser?
HTML/CSS has a benefit of built-in accessibility support. Other rendering system in the browser (such as Canvas or WebGL/WebGPU)
that bypasses HTML/CSS would have to reimplement accessibility from scratch, with all the downsides of increased binary
HTML/CSS has a benefit of built-in accessibility support. Other rendering systems in the browser (such as Canvas or WebGL/WebGPU)
that bypass HTML/CSS would have to reimplement accessibility from scratch, with all the downsides of increased binary
size and performance overhead. With HTML/CSS we can rely on what's already included in the browser and has been tested and polished
by hundreds of engineers over the decades of browser development.