From dd0c532aaa63e979276d05dbbb48c6029195fd72 Mon Sep 17 00:00:00 2001 From: alexpdp7 Date: Tue, 29 Jul 2025 09:31:29 +0200 Subject: [PATCH] Be more demanding, sites must be usable in terminal browsers --- programming/the-content-web-manifesto/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/the-content-web-manifesto/README.md b/programming/the-content-web-manifesto/README.md index fe58291..d05256b 100644 --- a/programming/the-content-web-manifesto/README.md +++ b/programming/the-content-web-manifesto/README.md @@ -10,7 +10,7 @@ Also see [further notes](NOTES.org). ### Test your website with a terminal browser without JavaScript like w3m, lynx, or elinks -If your website works with one of those browsers, then: +If your website is usable with one of those browsers, then: * Your website does not require JavaScript to load. This automatically addresses most annoyances with content websites. -- 2.47.3