From 26224f7a8ef0cd40499af136fcefe390d769be88 Mon Sep 17 00:00:00 2001 From: Razvan Vancea Date: Wed, 4 Sep 2024 13:09:41 +0300 Subject: [PATCH 1/3] remove link because it returns 404 page not found --- _data/tutorials.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/_data/tutorials.yml b/_data/tutorials.yml index 94570eb..0b10191 100644 --- a/_data/tutorials.yml +++ b/_data/tutorials.yml @@ -14,9 +14,6 @@ cli: - title: Using Pa11y CI and Drone as accessibility testing gatekeepers url: https://hackernoon.com/using-pa11y-ci-and-drone-as-accessibility-testing-gatekeepers-a8b5a3415227 - - title: Using actions in Pa11y - url: http://hollsk.co.uk/posts/view/using-actions-in-pa11y - - title: Introduction to Accessibility Testing With Pa11y url: http://cruft.io/posts/accessibility-testing-with-pa11y/ From 727c2561b5b13d03fd7d89d1248a6d0955732b1b Mon Sep 17 00:00:00 2001 From: Razvan Vancea Date: Wed, 4 Sep 2024 13:12:54 +0300 Subject: [PATCH 2/3] add blog article about step by step web accessibility testing with pa11y --- _data/tutorials.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/tutorials.yml b/_data/tutorials.yml index 0b10191..cb2098c 100644 --- a/_data/tutorials.yml +++ b/_data/tutorials.yml @@ -14,6 +14,9 @@ cli: - title: Using Pa11y CI and Drone as accessibility testing gatekeepers url: https://hackernoon.com/using-pa11y-ci-and-drone-as-accessibility-testing-gatekeepers-a8b5a3415227 + - title: A step-by-step Web Accesibility Testing guide with pa11y + url: https://razvanvancea.ro/blog/2024/09/04/web-accessibility-a-step-by-step-guide-to-testing-with-pa11y + - title: Introduction to Accessibility Testing With Pa11y url: http://cruft.io/posts/accessibility-testing-with-pa11y/ From 652927a8a868224d8582ec52bf6f9e46d32a05ae Mon Sep 17 00:00:00 2001 From: RV Date: Wed, 4 Sep 2024 13:15:44 +0300 Subject: [PATCH 3/3] fix tutorial title typo --- _data/tutorials.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/tutorials.yml b/_data/tutorials.yml index cb2098c..b891959 100644 --- a/_data/tutorials.yml +++ b/_data/tutorials.yml @@ -14,7 +14,7 @@ cli: - title: Using Pa11y CI and Drone as accessibility testing gatekeepers url: https://hackernoon.com/using-pa11y-ci-and-drone-as-accessibility-testing-gatekeepers-a8b5a3415227 - - title: A step-by-step Web Accesibility Testing guide with pa11y + - title: A step-by-step Web Accessibility Testing guide with pa11y url: https://razvanvancea.ro/blog/2024/09/04/web-accessibility-a-step-by-step-guide-to-testing-with-pa11y - title: Introduction to Accessibility Testing With Pa11y