Skip to content

Commit

Permalink
fix: provide a label for accessbility (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
GalacticHypernova committed Feb 3, 2024
1 parent 9a2dbc2 commit 6cb9220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/devtools/client/components/IframeView.vue
Expand Up @@ -28,6 +28,7 @@ onMounted(() => {
else {
iframeEl.value = document.createElement('iframe')
iframeEl.value.setAttribute('allow', allowedPermissions.join('; '))
iframeEl.value.setAttribute('aria-label','Nuxt Devtools')

Check failure on line 31 in packages/devtools/client/components/IframeView.vue

View workflow job for this annotation

GitHub Actions / ci

A space is required after ','
if (isPersistent)
iframeCacheMap.set(key.value, iframeEl.value)
Expand Down

0 comments on commit 6cb9220

Please sign in to comment.