Skip to content

Commit

Permalink
#213: added aria-label to iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-may committed Oct 8, 2024
1 parent 2207dcc commit 7480f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skills-client-js/src/display/SkillsDisplayJS.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export default class SkillsDisplayJS {
});
const iframe = document.querySelector(`.${className}`);
iframe.setAttribute('style', 'border: 0; height: 100%; width: 100%');
iframe.setAttribute('aria-label', 'SkillTree Skills Display')

iframeContainer.height = 0;
iframeContainer.style.height = '0px';
Expand Down

0 comments on commit 7480f6a

Please sign in to comment.