Skip to content

Commit

Permalink
fix: ci build, markdown lint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeyyy committed May 24, 2018
1 parent f84c086 commit efdad94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/tasks/aria-supported.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module.exports = function (grunt) {
}

const getMdContent = (heading, rolesTable, attributesTable) => {
return `${heading}\n## Roles\n${rolesTable}\n## Attributes\n${attributesTable}`;
return `${heading}\n\n## Roles\n\n${rolesTable}\n\n## Attributes\n\n${attributesTable}`;
}

const generateDoc = () => {
Expand Down
4 changes: 4 additions & 0 deletions doc/aria-supported.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# ARIA Roles and Attributes unsupported in axe-core.

## Roles

| aria-role | axe-core support |
| --------- | ---------------- |
| figure | No |

## Attributes

| aria-attribute | axe-core support |
| -------------------- | ---------------- |
| aria-describedat | No |
Expand Down

0 comments on commit efdad94

Please sign in to comment.