docs(backends): update backend comparison and feature matrix#153
docs(backends): update backend comparison and feature matrix#153junkdog merged 6 commits intoratatui:mainfrom
Conversation
src/backend/mod.rs
Outdated
| //! | **Memory Usage** | Highest | Medium | Lowest | | ||
| //! | **Hyperlinks** | ✓ | ✗ | ✓ | | ||
| //! | **Text Selection** | ✓ | ✗ | ✓ | | ||
| //! | **Accessibility** | ✓ | Limited | Limited | |
There was a problem hiding this comment.
not really sure what we mean by accessibility? i'm all for removing - or clarifying it
There was a problem hiding this comment.
I assume it refers to a11y practices like screen reader support
There was a problem hiding this comment.
yeah, that makes sense but would it even work for the DomBackend - are screen readers good enough to filter out the characters making up the TUI widgets?
There was a problem hiding this comment.
@orhun do you have any thoughts on the accessibility row?
There was a problem hiding this comment.
We should probably remove it until we do a proper experimentation with accessibility. It's not clear what it means exactly and it might lead to false promises to the users
|
I will write a better review this afternoon concerning |
|
The only thing we need to change concerning the Concerning I let you do the changes if that's good with you @junkdog |
51952bd to
42adbc7
Compare
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
docs reflect the state of things once #144 is merged