Skip to content

Commit 7ce4aaa

Browse files
Buttons with accessible name (help, stats)
1 parent 0e1b83b commit 7ce4aaa

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

client/index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
<meta property="og:title" content="Cryptle| Wordle Clone with enarx">
1818
<meta property="og:description" content="opensource, Wasm, Webassembly, enarx, cryptle, wordle">
1919

20-
21-
22-
2320
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2421
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2522
<link rel="stylesheet" href="styles.css" type="text/css">
@@ -39,10 +36,10 @@
3936
<span class="slider round"></span>
4037
</label></div>
4138
<div style="margin: 3px 0 0 3px; font-weight: 700;">MP</div>
42-
<button data-key="help"><svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path fill="black" d="M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"></path></svg></button>
39+
<button data-key="help"><svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"> <title>Help</title> <path fill="black" d="M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"></path></svg></button>
4340
</div>
4441
<div class="title">Cryptle</div>
45-
<div class="menu-right"><button data-key="stats"><svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24">
42+
<div class="menu-right"><button data-key="stats"><svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"> <title>Stats</title>
4643
<path fill="black" d="M16,11V3H8v6H2v12h20V11H16z M10,5h4v14h-4V5z M4,11h4v8H4V11z M20,19h-4v-6h4V19z"></path>
4744
</svg></button></div>
4845
</header>

0 commit comments

Comments
 (0)