Skip to content

Commit 6071334

Browse files
authored
Merge branch 'gh-pages' into issue_344
2 parents b81be0b + b2d9fe7 commit 6071334

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Closes #0000
2+
3+
<!-- describe your change -->
4+
<!-- be sure to add a test case when appropriate -->
5+
6+
<!-- Important:
7+
if these are normative changes to rules which are not yet implemented by
8+
conformance checkers, add the 'needs implementation commitment' label.
9+
10+
Also, please log the necessary bugs/rule change requests to the following checkers
11+
-->
12+
13+
- [ ] [TODO html validator](https://github.com/validator/validator/issues/ )
14+
- [ ] [TODO ibm equal access accessibility checker](https://github.com/IBMa/equal-access/issues/ )
15+
- [ ] [TODO axe-core](https://github.com/dequelabs/axe-core/issues/ )
16+
- [ ] [TODO arc toolkit](https://github.com/ThePacielloGroup/WAI-ARIA-Usage/issues/ )

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -880,8 +880,9 @@ <h2 id="docconformance">
880880
</td>
881881
<td>
882882
<p class="proposed addition">
883-
<a><strong>Any `role`</strong> unless a direct child of a [^dl^] element. Then only <a href="#index-aria-presentation">`presentation`</a>
884-
or <a href="#index-aria-none">`none`</a></a>
883+
<a><strong>Any `role`</strong></a> unless a direct child of a [^dl^] element.
884+
Then only <a href="#index-aria-presentation">`presentation`</a>
885+
or <a href="#index-aria-none">`none`</a>.
885886
</p>
886887
<p>
887888
<a data-cite="wai-aria-1.1#global_states">Global `aria-*` attributes</a>

0 commit comments

Comments
 (0)