Skip to content

Commit 179a77b

Browse files
authored
Merge pull request #41 from Eddy3D-Dev/palette/improve-link-text-accessibility-3781203515413581590
🎨 Palette: Improve link text accessibility
2 parents ea8b9fb + 6faebc8 commit 179a77b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.Jules/palette.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@
3838
## 2025-03-29 - [Descriptive Link Text]
3939
**Learning:** Using `aria-label` to fix generic link text (like "Learn more") is an anti-pattern when we can just make the visible text itself descriptive. Descriptive visible text helps all users, not just screen reader users, and avoids WCAG 2.5.3 (Label in Name) violations where the label might not contain the visible text perfectly.
4040
**Action:** Always prefer updating the visible text of a link to be descriptive rather than adding an `aria-label` to generic text.
41+
42+
## 2026-03-25 - Avoid "these instructions" anti-pattern
43+
**Learning:** Using link text like "these instructions for..." creates a poor experience for screen reader users and those navigating out of context. The link text should be fully self-descriptive without needing surrounding context.
44+
**Action:** Always prefer updating the visible text of the link to be descriptive and human-readable (e.g., change `see [these instructions for matching MPI DLL files](...)` to `see the [CFD Online instructions for matching MPI DLL files](...)`).

docs/outdoor/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you would like to use the *experimental* MRT component, please install [Radia
2525

2626
### Parallel computation
2727

28-
There is currently an issue with Microsoft’s and BlueCFD’s MPI dll which is why a run with multiple CPUs might fail. You need both dlls to be the same file, see [these instructions for matching MPI DLL files](https://www.cfd-online.com/Forums/openfoam-installation/200437-bluecfd-core-2016-user-compiled-solvers-not-running-parallel.html#post687582) on how to ensure that.
28+
There is currently an issue with Microsoft’s and BlueCFD’s MPI dll which is why a run with multiple CPUs might fail. You need both dlls to be the same file, see the [CFD Online instructions for matching MPI DLL files](https://www.cfd-online.com/Forums/openfoam-installation/200437-bluecfd-core-2016-user-compiled-solvers-not-running-parallel.html#post687582) to ensure that both DLLs are the same file.
2929

3030
### Simple workflows
3131

0 commit comments

Comments
 (0)