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
Address Copilot review: a11y icons, footer list reset, back-to-top, link
- Mark decorative Font Awesome icons aria-hidden and add a space
before adjacent label text (nav/hero/footer sponsor buttons,
section headings, back-to-top arrow)
- Reset margin/padding on .footer-col ul to avoid inconsistent
browser default indentation
- Guard back-to-top.js "at bottom" detection so it doesn't
incorrectly show the button on short, non-scrollable pages
- Drop the bare trailing "#" from the Pillow 9.0.0 release notes link
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
<iclass="fas fa-heart"></i>Become a GitHub Sponsor</a>
133
+
<iclass="fas fa-heart"aria-hidden="true"></i>Become a GitHub Sponsor</a>
134
134
</div>
135
135
</div>
136
136
</section>
@@ -248,7 +248,7 @@ <h2>From PIL to <span class="highlight">Pillow</span></h2>
248
248
<divclass="memory">
249
249
<atarget="_blank" rel="noopener noreferrer" href="https://pillow.readthedocs.io/en/stable/releasenotes/9.0.0.html#fredrik-lundh">In memory of Fredrik Lundh</a>
250
250
<pclass="memory-note">
251
-
<atarget="_blank" rel="noopener noreferrer" href="https://pillow.readthedocs.io/en/stable/releasenotes/9.0.0.html#">Pillow 9.0.0</a> was dedicated to the memory of Fredrik Lundh, aka Effbot, who died in
251
+
<atarget="_blank" rel="noopener noreferrer" href="https://pillow.readthedocs.io/en/stable/releasenotes/9.0.0.html">Pillow 9.0.0</a> was dedicated to the memory of Fredrik Lundh, aka Effbot, who died in
252
252
November 2021. Fredrik created PIL in 1995 and was instrumental in the
253
253
<atarget="_blank" rel="noopener noreferrer" href="https://mail.python.org/archives/list/python-dev@python.org/thread/36Q5QBILL3QIFIA3KHNGFBNJQKXKN7SD/">early success of Python</a>.
254
254
</p>
@@ -267,9 +267,9 @@ <h2>From PIL to <span class="highlight">Pillow</span></h2>
267
267
<p>The Python Imaging Library, maintained by a community of volunteers since 2010.</p>
0 commit comments