You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#4377.
This adds 3 items to the top of the Techniques change log detailing the
1 added technique and 2 removed techniques in #4166. (I have used the
date when #4166 was merged.)
While I was at it, I remembered that #4055 also added new techniques, so
I've added 2 more list items for those.
Initially I had nested/combined list items, but upon further inspection
of the existing items in the change log, I noticed we regularly have
multiple entries with the same date, so I've now flattened the items
added by this PR to one technique per list item.
Tangentially, I also removed punctuation from one line which was
inconsistent with the rest of the top-level list.
@netlify /techniques/
---------
Co-authored-by: Mike Gower <[email protected]>
<li><timedatetime="2025-04-22">22 Apr 2025</time>: Removed F4 Failure of Success Criterion 2.2.2 due to using text-decoration:blink without a mechanism to stop it in less than five seconds</li>
4
+
<li><timedatetime="2025-04-22">22 Apr 2025</time>: Removed F47 Failure of Success Criterion 2.2.2 due to using the blink element</li>
5
+
<li><timedatetime="2025-03-07">7 Mar 2025</time>: Added {{ "G224" | linkTechniques }}</li>
6
+
<li><timedatetime="2025-03-07">7 Mar 2025</time>: Added {{ "G225" | linkTechniques }}</li>
2
7
<li><timedatetime="2024-05-04">4 May 2024</time>: Removed F87 Failure of Success Criterion 1.3.1 due to inserting non-decorative content by using :before and :after pseudo-elements and the 'content' property in CSS</li>
3
-
<li><timedatetime="2020-07-15">15 July 2020</time>: Removed Flash techniques.</li>
8
+
<li><timedatetime="2020-07-15">15 July 2020</time>: Removed Flash techniques</li>
<li><timedatetime="2025-04-22">22 Apr 2025</time>: Removed F4 Failure of Success Criterion 2.2.2 due to using text-decoration:blink without a mechanism to stop it in less than five seconds</li>
4
+
<li><timedatetime="2025-04-22">22 Apr 2025</time>: Removed F47 Failure of Success Criterion 2.2.2 due to using the blink element</li>
5
+
<li><timedatetime="2025-03-07">7 Mar 2025</time>: Added {{ "G224" | linkTechniques }}</li>
6
+
<li><timedatetime="2025-03-07">7 Mar 2025</time>: Added {{ "G225" | linkTechniques }}</li>
2
7
<li><timedatetime="2024-05-04">4 May 2024</time>: Removed F87 Failure of Success Criterion 1.3.1 due to inserting non-decorative content by using :before and :after pseudo-elements and the 'content' property in CSS</li>
3
-
<li><timedatetime="2020-07-15">15 July 2020</time>: Removed Flash techniques.</li>
8
+
<li><timedatetime="2020-07-15">15 July 2020</time>: Removed Flash techniques</li>
0 commit comments