babelacc

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

commit
2f89307c66d6eac86e8e525c6e66371a2b8d545e
parent
c8db99ed6d0d91f7d454e81905951729ed34be79
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-11-12 12:40
rm reference to deprecated accname-test

Diffstat

M index.html 7 +------

1 files changed, 1 insertions, 6 deletions


diff --git a/index.html b/index.html

@@ -47,11 +47,6 @@
   47    47 	find incompatibilities. It can also be used by web authors to check their
   48    48 	content.</p>
   49    49 
   50    -1 	<h3>Testing manually is tedious. Is there an automated test suite I can use?</h3>
   51    -1 	<p>An automated test suite is planned. You can checkout the current version
   52    -1 	at <a href="https://github.com/xi/accname-test">xi/accname-test</a>. You can
   53    -1 	help improving it by finding interesting test cases on this page.</p>
   54    -1 
   55    50 	<h3>I also implemented this algorithm. Can you add my implementation?</h3>
   56    51 	<p>Sure! Just create a <a href="https://github.com/xi/babelacc/pulls">pull request</a>.</p>
   57    52 
@@ -63,5 +58,5 @@
   63    58 	have assitive technologoes available you can check the output there.</p>
   64    59 
   65    60 	<h3>I found an interesting case where implementations do not agree. What should I do with it?</h3>
   66    -1 	<p>Awesome! Please create a <a href="https://github.com/xi/accname-test/pulls">pull request</a> so we can include this case in our test suite.</p>
   -1    61 	<p>Awesome! Consider submitting the test case to <a href="https://github.com/web-platform-tests/wpt">WPT</a>.</p>
   67    62 </body>