gdcss
gdcss copied to clipboard
Button accessibility
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.