From 92f1d70128f2e85faec1219f5455966944f3d489 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Mon, 18 Apr 2022 01:29:05 -0700 Subject: [PATCH] Fix TOC aria labels, avoid bad spatial word choice --- content/posts/website-best-practices.gmi | 2 +- content/posts/website-best-practices.md | 4 ++-- layouts/partials/processed-content.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/posts/website-best-practices.gmi b/content/posts/website-best-practices.gmi index f5968e8..1300826 100644 --- a/content/posts/website-best-practices.gmi +++ b/content/posts/website-best-practices.gmi @@ -763,7 +763,7 @@ I only recommend using SVG in images; not embeds, objects, or directly in the bo Ignore the elements specifically required for SVG Tiny PS; your image can be a standard SVG that only utilizes a tiny subset of the full SVG spec. -The above advice might seem daunting, but it’s usually easy to use existing tools to generate an SVG Tiny file and manually edit it to support the SVG secure static mode. SVGs that conform to this subset should be compatible with Qt5's SVG implementation, librsvg (used by Wikipedia and GNOME), and most operating systems' icon renderers. +This advice might seem daunting, but it’s usually easy to use existing tools to generate an SVG Tiny file and manually edit it to support the SVG secure static mode. SVGs that conform to this subset should be compatible with Qt5's SVG implementation, librsvg (used by Wikipedia and GNOME), and most operating systems' icon renderers. Two tools that can optimize the size of an SVG file are SVGO and the now-discontinued svgcleaner: diff --git a/content/posts/website-best-practices.md b/content/posts/website-best-practices.md index f9cabdb..d25d542 100644 --- a/content/posts/website-best-practices.md +++ b/content/posts/website-best-practices.md @@ -386,7 +386,7 @@ In-page search (e.g., using Ctrl + f) has been a basic fea Web pages that hide content behind "show content" widgets are difficult to search through: users need to toggle "show content" for each item they wish to search. Often, in-page search highlights are hidden; Reddit's atrocious redesign is a serious offender.
-{{