mirror of
https://github.com/librespeed/speedtest.git
synced 2026-08-03 22:28:24 +00:00
Fix accessibility: replace div#startStopBtn with <button> in classic design (#782)
* Initial plan * Replace div#startStopBtn with button element for keyboard accessibility Agent-Logs-Url: https://github.com/librespeed/speedtest/sessions/f3d60a26-754c-48da-9672-542810806f72 Co-authored-by: sstidl <12804296+sstidl@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: sstidl <12804296+sstidl@users.noreply.github.com>
This commit is contained in:
parent
dce0bdddb3
commit
da29334083
8 changed files with 24 additions and 8 deletions
|
|
@ -66,6 +66,8 @@ function I(id){return document.getElementById(id);}
|
|||
color:#6060AA;
|
||||
background-color:rgba(0,0,0,0);
|
||||
border:0.15em solid #6060FF;
|
||||
padding:0;
|
||||
font:inherit;
|
||||
border-radius:0.3em;
|
||||
transition:all 0.3s;
|
||||
box-sizing:border-box;
|
||||
|
|
@ -151,7 +153,7 @@ function I(id){return document.getElementById(id);}
|
|||
</head>
|
||||
<body>
|
||||
<h1>LibreSpeed Example</h1>
|
||||
<div id="startStopBtn" onclick="startStop()"></div>
|
||||
<button id="startStopBtn" onclick="startStop()"></button>
|
||||
<div id="test">
|
||||
<div class="testGroup">
|
||||
<div class="testArea">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue