You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clearly and concisely describe the new a11y feature.
11
+
Link to an existing issue if one exists.
12
+
Provide screenshots.
13
+
-->
14
+
15
+
## Why is this feature important?
16
+
<!--
17
+
Explain why this feature is important to have in Checka11y.css.
18
+
Provide any relevant links to back up your reasoning.
19
+
If this pull request resolves an `a11y-feature` issue, you can leave this section out and just put "This is described in the linked issue."
20
+
-->
21
+
22
+
## Covered test cases
23
+
<!--
24
+
Were any tests added or modified for this feature?
25
+
-->
26
+
27
+
### Did you test on all major browsers?
28
+
<!--
29
+
Put an `x` in all the boxes that apply.
30
+
If not, please add a brief explanation as to why you couldn't (e.g. "I couldn't test Safari because I don't have access to an Apple device).
31
+
-->
32
+
-[ ] Chrome
33
+
-[ ] Firefox
34
+
-[ ] Edge
35
+
-[ ] Safari
36
+
37
+
## Other details
38
+
<!--
39
+
Please add any other details we should be aware of below that don't fit in any of the categories above (e.g. "I would like this pull request to contribute towards my Hacktoberfest contributions").
40
+
If you have nothing to add here, put "N/A".
41
+
-->
42
+
43
+
---
44
+
45
+
## T&Cs
46
+
<!--
47
+
Put an `x` in all the boxes that you agree to.
48
+
-->
49
+
50
+
-[ ] I confirm I have read and understand the [contributing guidelines](../../CONTRIBUTING.md)
51
+
-[ ] I understand the work in this pull request will not be released straight away and will appear in a future release (if approved)
52
+
-[ ] I confirm the work in this pull request is true and valid to the best of my knowledge
53
+
-[ ] I have updated the [README](../../README.md), [features.md](../../features.md) and [codes.md](../../codes.md) files where applicable
Briefly describe the root cause and analysis of the problem.
18
+
-->
19
+
20
+
## Solution description
21
+
<!--
22
+
Describe your investigation and your code changes in detail.
23
+
Explain the technical solution you have provided and how it fixes the issue case.
24
+
Provide any screenshots if applicable.
25
+
-->
26
+
27
+
## Covered test cases
28
+
<!--
29
+
Were any tests added or modified for this fix, or was only manual testing applicable?
30
+
Can we add a test to prevent this bug from happening in the future (if applicable)?
31
+
-->
32
+
33
+
### Did you test on all major browsers?
34
+
<!--
35
+
Put an `x` in all the boxes that apply.
36
+
If not, please add a brief explanation as to why you couldn't (e.g. "I couldn't test Safari because I don't have access to an Apple device).
37
+
-->
38
+
-[ ] Chrome
39
+
-[ ] Firefox
40
+
-[ ] Edge
41
+
-[ ] Safari
42
+
43
+
## Other details
44
+
<!--
45
+
Please add any other details we should be aware of below that don't fit in any of the categories above (e.g. "I would like this pull request to contribute towards my Hacktoberfest contributions").
46
+
If you have nothing to add here, put "N/A".
47
+
-->
48
+
49
+
---
50
+
51
+
## T&Cs
52
+
<!--
53
+
Put an `x` in all the boxes that you agree to.
54
+
-->
55
+
56
+
-[ ] I confirm I have read and understand the [contributing guidelines](../../CONTRIBUTING.md)
57
+
-[ ] I understand the work in this pull request will not be released straight away and will appear in a future release (if approved)
58
+
-[ ] I confirm the work in this pull request is true and valid to the best of my knowledge
59
+
-[ ] I have updated the [README](../../README.md), [features.md](../../features.md) and [codes.md](../../codes.md) files where applicable
0 commit comments