Skip to content

Commit

Permalink
Merge pull request #3595 from OpenLiberty/jaws_access
Browse files Browse the repository at this point in the history
Fixed JAWS accessibility issue
  • Loading branch information
natalie-bernhard authored Feb 1, 2024
2 parents 4afaccf + fdc2000 commit 798d624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/content/antora_ui/src/js/05-features.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ function addVersionClick() {
if ($(".feature_version").length === 1) {
// If there's just one version, then disable the hover/click behavior for the version.
$(".feature_version").css("cursor", "default");
$(".feature_version").attr("role","text");
return;
}
var onclick = function(event) {
Expand Down

0 comments on commit 798d624

Please sign in to comment.