Not everyone uses a computer the same way you do! If you're developing code for Chromium, it's important to pay attention to accessibility - making sure that all users get equal access to the product, even if they have a disability or use some alternative method to access their computer. Accessibility includes, but is not limited to:
More information on how to ensure changes to various parts of the codebase are accessible: New features must go through accessibility review. When you create a meta bug (Type=Meta), you'll automatically get Dev-AccessibilityReview-No. Just add a comment to the bug when you believe it's ready for review or if you have any questions about what might be needed. The Chromium-Accessibility Group is a public list for discussion of end-user Chromium accessibility issues. For development questions, post it to the chromium-dev list or file a bug and tag it with Feature-Accessibility. For gory details of how Chromium handles web content accessibility in a multi-process browser, see Accessibility Technical Documentation. |
