top | item 30428465 (no title) sakarisson | 4 years ago How does web accessibility work if everything is rendered in canvas? Interested in the topic, but this would be a potential deal-breaker for me. discuss order hn newest opencl|4 years ago I'm not sure how it's implemented, but Flutter does work with screen readers.https://docs.flutter.dev/development/accessibility-and-local... marwis|4 years ago Transparent DOM elements with aria attributes overlayed on top of canvas is a typical solution to this problem.
opencl|4 years ago I'm not sure how it's implemented, but Flutter does work with screen readers.https://docs.flutter.dev/development/accessibility-and-local...
marwis|4 years ago Transparent DOM elements with aria attributes overlayed on top of canvas is a typical solution to this problem.
opencl|4 years ago
https://docs.flutter.dev/development/accessibility-and-local...
marwis|4 years ago