babelacc

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

commit
ebb744081957f1d0ce253eaca8d19bcf9ea9f227
parent
42eb0c4d03ef5fcd50e6e8f24339ba4e7eb4ae7c
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-01-29 14:34
update accdc to 2.42

Diffstat

M src/babel.js 2 +-

1 files changed, 1 insertions, 1 deletions


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

@@ -23,7 +23,7 @@ var implementations = {
   23    23 			role: ex(ariaApi.getRole, [el]),
   24    24 		};
   25    25 	},
   26    -1 	'accdc (2.27)': accdc.calcNames,
   -1    26 	'accdc (2.42)': accdc.calcNames,
   27    27 	'axe (3.4.3)': function(el) {
   28    28 		return {
   29    29 			name: ex(function(el) {