Skip to content

Commit

Permalink
Merge pull request #253 from NationalSecurityAgency/t#213/iframe_aria…
Browse files Browse the repository at this point in the history
…_label

#213: added aria-label to iframe
  • Loading branch information
rmmayo authored Oct 8, 2024
2 parents 2207dcc + 7480f6a commit 1d36f49
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 1d36f49

Please sign in to comment.