Add aria-hidden to button icons
This commit is contained in:
@@ -15,7 +15,7 @@ let enableAnimation;
|
||||
function getOsdElementHtml() {
|
||||
let html = '';
|
||||
|
||||
html += '<span class="material-icons iconOsdIcon brightness_high"></span>';
|
||||
html += '<span class="material-icons iconOsdIcon brightness_high" aria-hidden="true"></span>';
|
||||
|
||||
html += '<div class="iconOsdProgressOuter"><div class="iconOsdProgressInner brightnessOsdProgressInner"></div></div>';
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ let enableAnimation;
|
||||
function getOsdElementHtml() {
|
||||
let html = '';
|
||||
|
||||
html += '<span class="material-icons iconOsdIcon volume_up"></span>';
|
||||
html += '<span class="material-icons iconOsdIcon volume_up" aria-hidden="true"></span>';
|
||||
|
||||
html += '<div class="iconOsdProgressOuter"><div class="iconOsdProgressInner"></div></div>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user