babelacc

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

commit
df8ce00576d865a56919ea4c1e1a799d89d8fa93
parent
75723f813bbd27aad450c0bdb32b2381380c71ae
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-11-12 12:58
update accdc

Diffstat

M src/babel.js 2 +-

1 files changed, 1 insertions, 1 deletions


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

@@ -27,7 +27,7 @@ var implementations = [{
   27    27 		};
   28    28 	},
   29    29 }, {
   30    -1 	name: 'accdc (2.49)',
   -1    30 	name: 'accdc (2.50)',
   31    31 	url: 'https://github.com/accdc/w3c-alternative-text-computation',
   32    32 	fn: accdc.calcNames,
   33    33 }, {