@@ -177,7 +177,7 @@ <h1 class="display-6 h1Options">Options</h1>
177
177
178
178
< div class ="input-group mb-3 offset-lg-1 col-lg-1 ">
179
179
< p class ="optionButtons AC ">
180
- < button class ="button button-2 button-2c " id ="ACButton "> AC</ button >
180
+ < button class ="button button-2 button-2c " id ="ACButton " title =" All Clear " > AC</ button >
181
181
</ p >
182
182
</ div >
183
183
@@ -299,7 +299,7 @@ <h1 class="display-6 h1Options">Options</h1>
299
299
onkeydown ="return( FilterInput(event) || event.ctrlKey || event.altKey || (47<event.keyCode && event.keyCode<58 && event.shiftKey==false) || (95<event.keyCode && event.keyCode<106) || (event.keyCode==8) || (event.keyCode==9) || (event.keyCode>34 && event.keyCode<40) || (event.keyCode==46) ) "
300
300
onpaste ="handlePaste(event) " class ="decimalInputs form-control " id ="resultDecimal " value ="13 " readonly >
301
301
< div class ="input-group-btn-vertical ">
302
- < button class ="btn btn-default " id ="resultCopy " type ="button " data-clipboard-target ="#resultDecimal "> < i class ="fa fa-copy "> </ i > </ button >
302
+ < button class ="btn btn-default " id ="resultCopy " type ="button " data-clipboard-target ="#resultDecimal " title =" Copy " > < i class ="fa fa-copy "> </ i > </ button >
303
303
</ div >
304
304
</ div >
305
305
@@ -324,22 +324,22 @@ <h1 class="display-6 h1Options">Options</h1>
324
324
< div class ="functionalButtons " id ="BTNContainer ">
325
325
326
326
< p class ="col-lg-12 BTNRow ">
327
- < button class ="button button-2 button-2c active " id ="addBtn "> +</ button >
328
- < button class ="button button-2 button-2c " id ="subBtn "> -</ button >
329
- < button class ="button button-2 button-2c " id ="mulBtn "> *</ button >
330
- < button class ="button button-2 button-2c " id ="divBtn "> /</ button >
327
+ < button class ="button button-2 button-2c active " id ="addBtn " title =" Addition " > +</ button >
328
+ < button class ="button button-2 button-2c " id ="subBtn " title =" Subtraction " > -</ button >
329
+ < button class ="button button-2 button-2c " id ="mulBtn " title =" Multiplication " > *</ button >
330
+ < button class ="button button-2 button-2c " id ="divBtn " title =" Division " > /</ button >
331
331
</ p >
332
332
333
333
< p class ="col-lg-12 BTNRow ">
334
- < button class ="button button-2 button-2c " id ="ANDBtn "> (&) AND</ button >
335
- < button class ="button button-2 button-2c " id ="ORBtn "> (|) OR</ button >
336
- < button class ="button button-2 button-2c " id ="XORBtn "> (^) XOR</ button >
334
+ < button class ="button button-2 button-2c " id ="ANDBtn " title =" AND " > (&) AND</ button >
335
+ < button class ="button button-2 button-2c " id ="ORBtn " title =" OR " > (|) OR</ button >
336
+ < button class ="button button-2 button-2c " id ="XORBtn " title =" XOR " > (^) XOR</ button >
337
337
</ p >
338
338
339
339
< p class ="col-lg-12 BTNRow ">
340
- < button class ="button button-2 button-2c " id ="NANDBtn "> (< span style ="text-decoration: overline "> &</ span > ) NAND</ button >
341
- < button class ="button button-2 button-2c " id ="NORBtn "> (< span style ="text-decoration: overline "> |</ span > ) NOR</ button >
342
- < button class ="button button-2 button-2c " id ="XNORBtn "> (< span style ="text-decoration: overline "> ^</ span > ) XNOR</ button >
340
+ < button class ="button button-2 button-2c " id ="NANDBtn " title =" NAND " > (< span style ="text-decoration: overline "> &</ span > ) NAND</ button >
341
+ < button class ="button button-2 button-2c " id ="NORBtn " title =" NOR " > (< span style ="text-decoration: overline "> |</ span > ) NOR</ button >
342
+ < button class ="button button-2 button-2c " id ="XNORBtn " title =" XNOR " > (< span style ="text-decoration: overline "> ^</ span > ) XNOR</ button >
343
343
</ p >
344
344
345
345
</ div >
0 commit comments