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
Point check_a11y.py deprecation at html-proofer (not pa11y-ci)
Decided to standardize on the Jekyll-native html-proofer gem for content QA
(missing alt + broken links + HTML validity, no new toolchain) rather than a
Node/Chromium pa11y stack. Update the deprecation notes accordingly (#110).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: scripts/README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Python utilities that bulk-edit or generate content across the textbook. They ar
27
27
|[`fix_embedded_media.py`](fix_embedded_media.py)| Normalize `<video>` inline styles and wrap bare YouTube iframes responsively. |`--run`|
28
28
|[`update_lesson_nav.py`](update_lesson_nav.py)| Migrate old `.btn` lesson nav to card-style `<nav class="lesson-nav">` (rewrites `.md`→`.html`). |`--run`|
29
29
|[`fix_arduino_urls.py`](fix_arduino_urls.py)| Migrate old `arduino.cc` URLs to `docs.arduino.cc`. **Untested/brittle — use with care.**|`--apply`|
30
-
|[`check_a11y.py`](check_a11y.py)|**Deprecated** local-only a11y spot-check (iframe `title`, video `aria-label`, image alt). **Not a CI gate** — superseded by pa11y-ci. Read-only. |_(none)_|
30
+
|[`check_a11y.py`](check_a11y.py)|**Deprecated** local-only a11y spot-check (iframe `title`, video `aria-label`, image alt). **Not a CI gate** — superseded by html-proofer. Read-only. |_(none)_|
0 commit comments