gdcss icon indicating copy to clipboard operation
gdcss copied to clipboard

Button accessibility

Open umaar opened this issue 3 years ago • 0 comments

Thanks for this project, it looks great. Was wondering why on the home page, are the buttons using JavaScript? Shouldn't they be regular hyperlinks instead of:

<input role="link" type="submit" value="Documentation" onclick="javascript:window.location='docs.html'">

Unsure of why JavaScript is needed here, and why an anchor element would not be more suitable.

umaar avatar Nov 06 '22 23:11 umaar