Commit 06ecf5a
Show the backward equation under reduced motion
The reduced-motion rule for Figura II reads `:not(:first-of-type)`, and
`:first-of-type` counts element types rather than classes. All six equations
are spans, so only the very first span was ever "first of type" — which kept
forward equation one and silently hid every backward one. The comment beside
it promises that "one from each phase stands"; only the forward phase did.
The sibling combinator says what was meant: hide a forward equation that
follows a forward equation, and likewise for backward. Reduced-motion readers
now get "the unit" and "the loss" together, which is the pair that makes the
figure legible without the cycle to explain it.
Found from a screenshot of the page on a handset with Reduce Motion on. The
single equation in that image is also what proves the setting is on rather
than the animation being frozen: `np-eq-f` opens at `opacity: 0` with no fill
mode, so a stalled clock renders the slot empty, and only the reduced-motion
rule makes it visible while still.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 692e0ed commit 06ecf5a
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
290 | 295 | | |
291 | 296 | | |
292 | 297 | | |
| |||
0 commit comments