Anthony Sansone
Anthony Sansone
This project covers updating the docs.flutter.dev site to meet the Google Accessibility Requirements. This project's details can be found in go/dash-site-gar-report. This includes the following tasks: ## Assess a11y needs...
Update the Flavors page accounting for the following issues: - [ ] #8743 - [ ] #8746 - [ ] #8238 - [ ] #9309 - [ ] #9359 -...
The CONTRIBUTING page needs to be updated for current practices of writing and reviewing.
This very large page should be refactored into a section. - [ ] https://github.com/flutter/website/issues/8843 - [ ] https://github.com/flutter/website/issues/2507 - [ ] https://github.com/flutter/website/issues/6162
### What information is missing? Update the [Layouts in Flutter](https://docs.flutter.dev/ui/layout) and [Building Layout](https://docs.flutter.dev/ui/layout/tutorial) pages. - [ ] #9066 ## Layouts in Flutter - [ ] #4130 - [x] #2719 -...
Location anchors for the headings default to empty links. Consider remedies from this [StackOverflow article](https://stackoverflow.com/questions/50575083/tab-accessibility-within-a-hover-state). https://amberwilson.co.uk/blog/are-your-anchor-links-accessible/
Verify that all page components appear in a sensible tab order and that the DOM works in a sensible order. A sampling of pages may be acceptable. Use something like...
Add `alt` attribute to all images on the site. This violates WCAG [H37](https://www.w3.org/TR/WCAG20-TECHS/H37). Refer to [the W3C’s alt Decision Tree](https://www.w3.org/WAI/tutorials/images/decision-tree/) and [Axess Lab’s Ultimate Guide to Alt Texts](https://axesslab.com/alt-texts/) for guidance.
This project covers updating the docs.flutter.dev site to meet the Google Accessibility Requirements. This project's details can be found in go/dash-site-gar-report. This includes the following tasks: ## Assess a11y needs...