Skip to content

Commit ba15ce0

Browse files
Merge branch 'develop' into develop
2 parents 39a0c3e + f7117b5 commit ba15ce0

File tree

2 files changed

+93
-0
lines changed

2 files changed

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

.github/ISSUE_TEMPLATE.md renamed to .github/ISSUE_TEMPLATE/rules-issue-template.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
name: Rules issue template
3+
about: issues related with ACT Rules
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
110
Please describe the issue with references and relevant examples where necessary.
211

312
--- or ---

0 commit comments

Comments
 (0)