bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gawk] Accessibility Violation on the GNU.org


From: shane Shane
Subject: [bug-gawk] Accessibility Violation on the GNU.org
Date: Mon, 2 May 2016 20:33:08 +0100

Hi

I was recently using the gawk manual here:
https://www.gnu.org/software/gawk/manual/

When I noticed to accessibility violations which may make it more
difficult for a screen reader user to use the site. Specifically, both
of the following elements should have a label of some kind most likely
an aria-label attribute, instead of or as well as using the value to
specify what the input should be used for (although a placeholder
attribute would be more appropriate) :

<input name="phrase" id="phrase" type="text" size="18" accesskey="s"
value="Why GNU/Linux?" onfocus="this.value=''">


<input type="text" id="frmEmail" name="email-Primary" size="18"
maxlength="80" value="email address" onfocus="this.value=''">

Should be a simple enough fix, if you'd like me to send a pull request
or a patch could you please point me towards the source code.

Regards,

Shane Quigley



reply via email to

[Prev in Thread] Current Thread [Next in Thread]