kmcginnes commented on code in PR #3120:
URL: https://github.com/apache/tinkerpop/pull/3120#discussion_r2098634461
##########
docs/site/home/download.html:
##########
@@ -202,15 +297,15 @@ <h2 class="ft-25 black bold">Current Releases</h2>
</div>
<div class="row d-flex align-items-center">
<div class="col-lg-3 col-md-6 mb-2 mb-lg-0">
- <img src="img/download/icon.png" class="img-fluid
me-2" alt="img"> <span class="bold">3.7.3</span> (latest, stable) <p
class="d-inline-block ms-4 mb-0">23-October-2024</p>
+ <img src="img/download/icon.png" class="img-fluid
me-2" alt="TinkerPop Version Icon"> <span class="bold">3.7.3</span> (latest,
stable) <p class="d-inline-block ms-4 mb-0">23-October-2024</p>
</div>
<div class="col-lg-4 col-md-6 mb-2 mb-lg-0">
<p class="text-blue mb-0"><a
href="https://github.com/apache/tinkerpop/blob/3.7.3/CHANGELOG.asciidoc#release-3-7-3">release
notes</a> | <a
href="https://tinkerpop.apache.org/docs/3.7.3/upgrade/#_tinkerpop_3_7_3">upgrade</a>
| <a href="https://tinkerpop.apache.org/docs/3.7.3/">documentation</a> | <a
href="#" data-bs-toggle="modal"
data-bs-target="#contributors-3_7_3">contributors</a></p>
</div>
<div class="col-lg-5 col-md-12 mb-2 mb-lg-2">
- <a class="btn btn-theme me-2"
href="https://www.apache.org/dyn/closer.lua/tinkerpop/3.7.3/apache-tinkerpop-gremlin-console-3.7.3-bin.zip"><img
src="img/download/bx-download.svg" class="img-fluid me-2" alt="img">Gremlin
Console</a>
- <a class="btn btn-theme me-2"
href="https://www.apache.org/dyn/closer.lua/tinkerpop/3.7.3/apache-tinkerpop-gremlin-server-3.7.3-bin.zip"><img
src="img/download/bx-download.svg" class="img-fluid me-2" alt="img">Gremlin
Server</a>
- <a class="btn btn-theme me-2"
href="https://www.apache.org/dyn/closer.lua/tinkerpop/3.7.3/apache-tinkerpop-3.7.3-src.zip"><img
src="img/download/bx-download.svg" class="img-fluid me-2" alt="img">Source</a>
+ <a class="btn btn-theme me-2"
href="https://www.apache.org/dyn/closer.lua/tinkerpop/3.7.3/apache-tinkerpop-gremlin-console-3.7.3-bin.zip"><img
src="img/download/bx-download.svg" class="img-fluid me-2" alt="Download
Icon">Gremlin Console</a>
Review Comment:
In this case, since the anchor tag has descriptive text already, the image
is purely decorative. I would suggest empty alt text to have screen readers
skip it.
```html
<img src="..." alt="">
```
https://ux.stackexchange.com/a/152762
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]