Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 9bc8a08

Browse files
Merge pull request #361 from MicrosoftDX/FremyCompany-patch-1
Accessibility improvement
2 parents a40c21e + 4a07c3b commit 9bc8a08

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Server/views/httpproxy.jade

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ html(lang='en')
2222
input#url(type='text', placeholder='enter website url')
2323
div.button
2424
div.spacebutton
25-
a#inject.btn.btn-default.left Inspect with VORLON.JS
26-
a#openSite.btn.btn-default.left Open website only
27-
a#openDashboard.btn.btn-default.left Open dashboard only
28-
a#error.message.left.error.hide URL is not valid
25+
a#inject.btn.btn-default.left(role='button', tabindex='0') Inspect with VORLON.JS
26+
a#openSite.btn.btn-default.left(role='button', tabindex='0') Open website only
27+
a#openDashboard.btn.btn-default.left(role='button', tabindex='0') Open dashboard only
28+
a#error.message.left.error.hide(role='button', tabindex='0') URL is not valid
2929

3030
script(type='text/javascript').
3131
$(document).ready(function() {
@@ -109,4 +109,4 @@ html(lang='en')
109109
urlinput.addEventListener("blur", function (e) {
110110
checkUrl();
111111
});
112-
});
112+
});

0 commit comments

Comments
 (0)