babelacc

compare different implementations of the text alternative computation  https://p.ce9e.org/babelacc/
git clone https://git.ce9e.org/babelacc.git

commit
246bc471f4034682051c18760dbc7c7cd297f2c7
parent
6cc3fe635d10cde4d8009d960f37ba01bae00b0f
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-05-23 08:03
update to aria-api 0.3.0

Diffstat

M fuzz/html.js 2 +-
M package.json 2 +-

2 files changed, 2 insertions, 2 deletions


diff --git a/fuzz/html.js b/fuzz/html.js

@@ -1,7 +1,7 @@
    1     1 var constants = require('aria-api/lib/constants');
    2     2 
    3     3 var attributes = [
    4    -1 	['role',             Array.prototype.concat.apply([], Object.values(constants.subRoles)).filter((v, i, a) => a.indexOf(v) === i)],
   -1     4 	['role',             Object.keys(constants.roles)],
    5     5 	['hidden',           ['']],
    6     6 	['aria-hidden',      ['', 'true', 'false']],
    7     7 	['aria-label',       ['', '__random__']],

diff --git a/package.json b/package.json

@@ -4,7 +4,7 @@
    4     4   "description": "compare different implementations of accname",
    5     5   "devDependencies": {
    6     6     "accessibility-developer-tools": "^2.12.0",
    7    -1     "aria-api": "^0.2.7",
   -1     7     "aria-api": "^0.3.0",
    8     8     "axe-core": "^3.2.2",
    9     9     "nyc": "^13.3.0",
   10    10     "w3c-alternative-text-computation": "github:accdc/w3c-alternative-text-computation"