References Home#
Open edX Proposals — Open edX Enhancement Proposals (OEPs) are design documents that describe accepted changes to the Open edX platform. They cover architecture decisions, best practices, and processes that apply across the project.
Per Repo Documentation#
Other References#
- Running Pull Request Tests
- Tools for Maintainers
- Open edX Accessibility Reference for Developers
- Use semantic markup
- Make images accessible
- Avoid using CSS to add content
- Include a descriptive
titleattribute for all<iframe>elements - Include link and control labels that make sense out of context
- Make sure form elements have labels
- Use WAI-ARIA to create accessible widgets or enhance native elements
- Manage the focus for pop-ups
- Inform users when content changes dynamically
- Hide or expose content to targeted audiences
- Choose colors that meet WCAG 2.1’s minimum contrast ratios
- Test your code for accessibility
- Event Reference
- Developer’s Guide for Open edX
- Glossary