babelacc

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

commit
991fe434ed015e983142be2d9d3760aed003abac
parent
febbb250142e5cda17d74819cc36b5e00793367b
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-09-10 09:45
update aria-api to 0.4.0

Diffstat

M package.json 2 +-
M src/babel.js 2 +-

2 files changed, 2 insertions, 2 deletions


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.3.0",
   -1     7     "aria-api": "0.4.0",
    8     8     "axe-core": "3.4.1",
    9     9     "nyc": "^14.1.1",
   10    10     "w3c-alternative-text-computation": "github:accdc/w3c-alternative-text-computation"

diff --git a/src/babel.js b/src/babel.js

@@ -16,7 +16,7 @@ var ex = function(fn, args, _this) {
   16    16 };
   17    17 
   18    18 var implementations = {
   19    -1 	'aria-api (0.3.0)': function(el) {
   -1    19 	'aria-api (0.4.0)': function(el) {
   20    20 		return {
   21    21 			name: ex(ariaApi.getName, [el]),
   22    22 			desc: ex(ariaApi.getDescription, [el]),