babelacc

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

commit
1ef3a8d2e8f9b96feb82b43aba3ef374121ddc13
parent
5fa947e932b9f1fa96afee59b5649b935ada4f43
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-02-23 11:59
build

Diffstat

M babel.js 8 ++++----

1 files changed, 4 insertions, 4 deletions


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

@@ -20511,15 +20511,15 @@ var ex = function(fn, args, _this) {
20511 20511 };
20512 20512 
20513 20513 var implementations = {
20514    -1 	'aria-api': function(el) {
   -1 20514 	'aria-api (0.2.6)': function(el) {
20515 20515 		return {
20516 20516 			name: ex(ariaApi.getName, [el]),
20517 20517 			desc: ex(ariaApi.getDescription, [el]),
20518 20518 			role: ex(ariaApi.getRole, [el]),
20519 20519 		};
20520 20520 	},
20521    -1 	'accdc': accdc.calcNames,
20522    -1 	'axe': function(el) {
   -1 20521 	'accdc (2.20)': accdc.calcNames,
   -1 20522 	'axe (3.1.2)': function(el) {
20523 20523 		return {
20524 20524 			name: ex(function(el) {
20525 20525 				axe._tree = axe.utils.getFlattenedTree(document.body);
@@ -20529,7 +20529,7 @@ var implementations = {
20529 20529 			role: el.getAttribute('role') || ex(axe.commons.aria.implicitRole, [el]),
20530 20530 		};
20531 20531 	},
20532    -1 	'axs': function(el) {
   -1 20532 	'axs (2.12.0)': function(el) {
20533 20533 		return {
20534 20534 			name: ex(axs.properties.findTextAlternatives, [el, {}]),
20535 20535 			desc: '-',