|
| 1 | +## Accessibility support |
| 2 | + |
| 3 | +(( Put the accessibility support item here )) |
| 4 | + |
| 5 | +## ACT Rules |
| 6 | + |
| 7 | +- ... List the rules here, link to its acc support section |
| 8 | + |
| 9 | +## Test cases |
| 10 | + |
| 11 | +### Test case 1 ... |
| 12 | + |
| 13 | +(( Add test case here )) |
| 14 | + |
| 15 | +```html |
| 16 | +code snippet here |
| 17 | +``` |
| 18 | + |
| 19 | +[Open this test case]() |
| 20 | + |
| 21 | +(( Add a link to a code pen or other hosted test case. Keep in mind this test case needs to be accessible and persistent. )) |
| 22 | + |
| 23 | +#### Preconditions |
| 24 | + |
| 25 | +Before running the test, check your settings. In many cases default settings aren't strictly required and will not impact the results. Use common sense here. If non-default settings are necessary for you, record the settings used in the reported results. |
| 26 | + |
| 27 | +- Ensure browsers are in the default settings, turn off unnecessary extensions |
| 28 | +- Ensure ATs are in the default settings |
| 29 | +- Ensure operating system are in default settings |
| 30 | +- Ensure software uses the correct version (usually the latest version) |
| 31 | + |
| 32 | +#### Test instructions |
| 33 | + |
| 34 | +(( Provide instructions on how to test the test case, this should include: )) |
| 35 | + |
| 36 | +- Which technologies to use |
| 37 | +- Any setting changes necessary to run the test |
| 38 | +- Any variation in how to operate the different assistive technologies |
| 39 | +- Step by step instructions on how to check the test case |
| 40 | +- What the expected results are |
| 41 | + |
| 42 | +### External links |
| 43 | + |
| 44 | +(( List any external links to bugs in browsers & AT, WPT, or spec issues. Be sure to open issues in the appropriate repositories. )) |
| 45 | + |
| 46 | +<!-- |
| 47 | +Links to external resources to look for / raise issues |
| 48 | +- Web platform tests: https://github.com/web-platform-tests/wpt |
| 49 | +- JAWS issues: https://github.com/FreedomScientific/VFO-standards-support/issues |
| 50 | +- NVDA issues: https://github.com/nvaccess/nvda/issues |
| 51 | +- Firefox issues: https://bugzilla.mozilla.org/ |
| 52 | +- Chromium issues: https://issues.chromium.org/issues?q=componentid:1363614+ |
| 53 | +- Safari issues: https://github.com/WebKit/webkit/issues |
| 54 | +- ARIA: https://github.com/w3c/aria/issues |
| 55 | +- HTML: https://github.com/whatwg/html/issues |
| 56 | +- CSS: https://github.com/w3c/csswg-drafts/issues |
| 57 | +- AccName: https://github.com/w3c/accname/issues |
| 58 | +- HTML AAM: https://github.com/w3c/html-aam/issues |
| 59 | +- ARIA in HTML: https://github.com/w3c/html-aria/issues |
| 60 | +- PowerMapper tests: https://www.powermapper.com/tests/ |
| 61 | +- Accessibility support: https://www.a11ysupport.io/ |
| 62 | +--> |
| 63 | + |
| 64 | +## Test results |
| 65 | + |
| 66 | +Please report test results in a comment below. Please use the following format: |
| 67 | + |
| 68 | +```md |
| 69 | +## Test case X |
| 70 | + |
| 71 | +- Date: ... |
| 72 | +- Operating system: ..., version ... |
| 73 | +- Browser: ..., version ... |
| 74 | +- Assistive technology: ..., version ... |
| 75 | +- Test result: Passed / Failed (if failed, how was it different from expected?) |
| 76 | +``` |
0 commit comments