Skip to content

Commit aa90155

Browse files
committed
fix: markdownlint errors.
1 parent fa243ed commit aa90155

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

build/tasks/aria-supported.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = function (grunt) {
2020
}
2121

2222
const getMdContent = (roles, attributes) => {
23-
return `# ARIA Roles supported by axe-core. \n \n \n | aria-role | axe-core support | \n | :------- | :------- | \n ${roles} \n \n \n # ARIA Attributes supported by axe-core. \n \n \n | aria-attribute | axe-core support| \n | :------- | :------- | \n ${attributes}`;
23+
return `# ARIA Roles and Attributes supported by axe-core \n \n## Roles\n \n| aria-role | axe-core support | \n| :------- | :------- | \n${roles} \n## Attributes \n \n| aria-attribute | axe-core support| \n| :------- | :------- | \n${attributes}`;
2424
}
2525

2626
const generateDoc = () => {

doc/aria-supported.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# ARIA Roles supported by axe-core.
1+
# ARIA Roles and Attributes supported by axe-core
22

3+
## Roles
34

4-
| aria-role | axe-core support |
5-
| :------- | :------- |
6-
| alert | Yes |
5+
| aria-role | axe-core support |
6+
| :------- | :------- |
7+
| alert | Yes |
78
| alertdialog | Yes |
89
| application | Yes |
910
| article | Yes |
@@ -124,14 +125,11 @@
124125
| widget | Yes |
125126
| window | Yes |
126127

128+
## Attributes
127129

128-
129-
# ARIA Attributes supported by axe-core.
130-
131-
132-
| aria-attribute | axe-core support|
133-
| :------- | :------- |
134-
| aria-activedescendant | Yes |
130+
| aria-attribute | axe-core support|
131+
| :------- | :------- |
132+
| aria-activedescendant | Yes |
135133
| aria-atomic | Yes |
136134
| aria-autocomplete | Yes |
137135
| aria-busy | Yes |

0 commit comments

Comments
 (0)