File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ module.exports = function (grunt) {
20
20
}
21
21
22
22
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 } ` ;
24
24
}
25
25
26
26
const generateDoc = ( ) => {
Original file line number Diff line number Diff line change 1
- # ARIA Roles supported by axe-core.
1
+ # ARIA Roles and Attributes supported by axe-core
2
2
3
+ ## Roles
3
4
4
- | aria-role | axe-core support |
5
- | :------- | :------- |
6
- | alert | Yes |
5
+ | aria-role | axe-core support |
6
+ | :------- | :------- |
7
+ | alert | Yes |
7
8
| alertdialog | Yes |
8
9
| application | Yes |
9
10
| article | Yes |
124
125
| widget | Yes |
125
126
| window | Yes |
126
127
128
+ ## Attributes
127
129
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 |
135
133
| aria-atomic | Yes |
136
134
| aria-autocomplete | Yes |
137
135
| aria-busy | Yes |
You can’t perform that action at this time.
0 commit comments