From 41f4f10448b256c8e439d016464cd29234c25ac2 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Tue, 31 Oct 2023 10:56:05 -0700 Subject: [PATCH] syndicate to IndieNews --- content/notes/firefox-focus-ring-regression.md | 2 ++ content/notes/real-name-policies.md | 2 ++ content/notes/wcag-2.2-and-validation.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/content/notes/firefox-focus-ring-regression.md b/content/notes/firefox-focus-ring-regression.md index eaac1e4..37f9f00 100644 --- a/content/notes/firefox-focus-ring-regression.md +++ b/content/notes/firefox-focus-ring-regression.md @@ -4,6 +4,8 @@ date: 2023-10-31T05:11:06-07:00 syndicatedCopies: - title: 'The Fediverse' url: 'https://pleroma.envs.net/notice/AbKRMDqztwWekHX4qG' + - title: 'IndieNews' + url: 'https://news.indieweb.org/en' --- Firefox 120 appears to have regressed to its older WebKit-like blue focus outlines; it briefly had dual-color white-and-blue outlines. diff --git a/content/notes/real-name-policies.md b/content/notes/real-name-policies.md index 27c5bb7..adad8d2 100644 --- a/content/notes/real-name-policies.md +++ b/content/notes/real-name-policies.md @@ -9,6 +9,8 @@ replyAuthorURI: "https://drewdevault.com/" syndicatedCopies: - title: 'The Fediverse' url: 'https://pleroma.envs.net/notice/AbKpVF5i61wfz25CPg' + - title: 'IndieNews' + url: 'https://news.indieweb.org/en' --- The primary, hopefully-unintended function of a "real-name policy" is to exclude people and make people *less* genuine. Many aren't at home with the name deemed by society to be "real". diff --git a/content/notes/wcag-2.2-and-validation.md b/content/notes/wcag-2.2-and-validation.md index 89784a2..77a1997 100644 --- a/content/notes/wcag-2.2-and-validation.md +++ b/content/notes/wcag-2.2-and-validation.md @@ -4,6 +4,8 @@ date: 2023-10-06T07:25:37-07:00 syndicatedCopies: - title: 'The Fediverse' url: 'https://pleroma.envs.net/notice/AaUoV6qqBhRIAqApxw' + - title: 'IndieNews' + url: 'https://news.indieweb.org/en' --- WCAG 2.2 removed [SC 4.1.1, Parsing (Level A)](https://www.w3.org/WAI/WCAG21/Understanding/parsing.html). I maintain that valid markup has important benefits despite no longer being required. We may find it *possible* to write good software without static analysis, construct a building without blueprints, or make an accessible website without validation. They remain good practices.