Skip to content

Commit

Permalink
axe script
Browse files Browse the repository at this point in the history
  • Loading branch information
nruffing committed Dec 2, 2023
1 parent 56baf78 commit c987c5d
Show file tree
Hide file tree
Showing 9 changed files with 349 additions and 39 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ Customizable native Vue3 data grid with very limited dependencies. Leverages a f
- bugfix: header title and aria label incorrectly informs user that a column can be sorted when sort is turned on for the grid but not that specific column
- accessibility: scrollable region must have keyboard access for `dgv-data-grid-body`
- accessibility: `aria-label` attribute cannot be used on a span with no valid `role` attribute for `dgv-filter-operator` and `options-header`.
- docs: fix critical accessibility errors reported by axe


### v3.0.0
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
"typedoc": "pnpm run build && pnpm exec tsc --project ./scripts/typedoc/tsconfig.typedoc-vue.json && pnpm exec typedoc --options ./scripts/typedoc/typedoc.json",
"spellcheck": "pnpm cspell .",
"dotnet-doc": "pnpm exec tsc --project ./scripts/dotnet-doc-download/tsconfig.dotnet-doc-download.json && node ./scripts/dotnet-doc-download/dotnet-doc-download.js",
"request-index": "pnpm exec tsc --project ./scripts/request-index/tsconfig.request-index.json && node ./scripts/request-index/request-index.js",
"request-index": "pnpm run -r build && pnpm exec tsc --project ./scripts/request-index/tsconfig.request-index.json && node ./scripts/request-index/request-index.js",
"axe": "pnpm run -r build && pnpm exec tsc --project ./scripts/axe/tsconfig.axe.json && node ./scripts/axe/axe.js",
"docs:dev": "pnpm run --filter './vuepress' dev",
"docs:build": "pnpm run --filter './vuepress' build",
"dev-app:dev": "pnpm run --filter './dev-app' dev",
Expand All @@ -74,6 +75,7 @@
"vue": ">=3.3.0"
},
"devDependencies": {
"@axe-core/cli": "^4.8.1",
"@azure/identity": "^4.0.0",
"@azure/keyvault-secrets": "^4.7.0",
"@babel/types": "^7.23.4",
Expand All @@ -83,6 +85,7 @@
"@types/node": "^18.11.9",
"@vitejs/plugin-vue": "^4.5.0",
"@vue/tsconfig": "^0.4.0",
"@vuepress/utils": "2.0.0-rc.0",
"adm-zip": "^0.5.10",
"cspell": "^8.0.0",
"dotenv": "^16.3.1",
Expand Down
Loading

0 comments on commit c987c5d

Please sign in to comment.