]> Cypherpunks repositories - gostls13.git/commit
doc: add alt attribute to gopher image in help.html
authorAlexander Nohe <alex.nohe427@gmail.com>
Sat, 27 Jun 2020 23:22:29 +0000 (23:22 +0000)
committerDmitri Shuralyov <dmitshur@golang.org>
Mon, 29 Jun 2020 17:59:28 +0000 (17:59 +0000)
commitdb85615bfd7502206708b799e4aa73bf707ebafa
tree0af459dfaa0667250d83dbb3fa4897871baa0038
parent9a6439690ec3f42f1e6c1e219f0020e5cc985072
doc: add alt attribute to gopher image in help.html

This adds an alt tag for accessibility. The alt text is a visual
description of the text that is read out loud to users using a
screen reader. The HTML specifications indicate that alt tags for
decorative images should be left blank.

Fixes #39861

Change-Id: I76c39a461ceabe685826aa46e4f26ad893d50634
Reviewed-on: https://go-review.googlesource.com/c/go/+/240258
Reviewed-by: Alexander Nohe <alex.nohe427@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/help.html