From f022a162fad1d35a3fa00b5a1c8c7d21ba3937ec Mon Sep 17 00:00:00 2001
From: Eric Bailey <eric.w.bailey@gmail.com>
Date: Mon, 8 Mar 2021 19:23:51 -0500
Subject: [PATCH] Update further reading links

---
 .../2021-03-08-should-i-use-an-accessibility-overlay.md  | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/posts/2021-03-08-should-i-use-an-accessibility-overlay.md b/src/posts/2021-03-08-should-i-use-an-accessibility-overlay.md
index 41da711b..33222f56 100644
--- a/src/posts/2021-03-08-should-i-use-an-accessibility-overlay.md
+++ b/src/posts/2021-03-08-should-i-use-an-accessibility-overlay.md
@@ -12,6 +12,9 @@ further_reading:
   - title: 4 Reasons Why Accessibility Overlays Fall Short
     url: https://blog.usablenet.com/3-reasons-why-accessibility-overlays-fall-short
     source: Usablenet
+  - title: 5 False Claims 1-Line “AI” Accessibility Script Vendors Make - Eric Eggert
+    url: https://www.youtube.com/watch?v=e-3xlUarxRQ
+    source: YouTube
   - title: "AccessiBe & the fake WordPress plug-in reviews"
     url: https://www.joedolson.com/2021/02/accessibe-the-fake-wordpress-plug-in-reviews/
     source: Joe Dolson
@@ -83,11 +86,13 @@ tags:
   - featured
 ---
 
-Accessibility overlays have become a controversial topic recently. Let’s clarify what they are, and how they impact accessibility.
+Due to their technical, social, and moral issues, <strong><mark>The A11Y Project does not recommend using permanent plugins</mark></strong>. We view these kinds of products as actively harmful, and a step backwards for digital accessibility efforts.
 
 
 ## Background
 
+Accessibility overlays have become a controversial topic recently. Let’s clarify what they are, and how they impact accessibility.
+
 An accessibility overlay is JavaScript that is written with the goal of helping to fix accessibility issues on a website or web app. Overlay code is applied after the website or web app is rendered by the browser, to transform it.
 
 Generally speaking, there are two types of accessibility overlays:
@@ -167,8 +172,6 @@ As they call code that is controlled by someone else, there is also the potentia
 
 ## Avoid using permanent plugins
 
-Due to their technical, social, and moral issues, <strong><mark>The A11Y Project does not recommend using permanent plugins</mark></strong>. We view these kinds of products as actively harmful, and a step backwards for digital accessibility efforts.
-
 Instead of using a permanent plugin, we encourage anyone who helps to make digital experiences to:
 
 1. Learn more about disability and how assistive technology works.
-- 
GitLab