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
Fixes#4244.
There are exactly two links from Techniques pages to images residing
under Understanding: one in C41, and one in G207.
- The link in G207 correctly omits the version subfolder, which doesn't
exist in the output structure
- The link in C41 did not omit this, causing the link to break
The link in C41 also used uppercase U in Understanding, which would fail
on case-sensitive filesystems. (The inverse does not adversely impact
builds published to w3.org.)
[Preview](https://deploy-preview-4248--wcag2.netlify.app/techniques/css/c41)
Co-authored-by: Mike Gower <mikegower@gmail.com>
Copy file name to clipboardExpand all lines: techniques/css/C41.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ <h4>CSS</h4>
47
47
</section>
48
48
49
49
<figureid="focus-indicator-inside">
50
-
<imgsrc="../../Understanding/22/img/focus-indicator-innerline-strong.png" alt="Three blue buttons with a dark border, the middle button showing a bright yellow outline inside the button." width="300"/>
50
+
<imgsrc="../../understanding/img/focus-indicator-innerline-strong.png" alt="Three blue buttons with a dark border, the middle button showing a bright yellow outline inside the button." width="300"/>
51
51
<figcaption>The default and focused states of the button.</figcaption>
0 commit comments