Skip to content

Commit

Permalink
aria-labelledby should use fullTitleId property instead of titleId
Browse files Browse the repository at this point in the history
  • Loading branch information
evanre authored and morkro committed Apr 14, 2020
1 parent 84c03e8 commit b3e0fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/A11yDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<component :is="dialogElement"
:role="roleAttribute"
:class="classNames.element"
:aria-labelledby="titleId">
:aria-labelledby="fullTitleId">
<div role="document" :class="classNames.document">
<button
data-a11y-dialog-hide
Expand Down

0 comments on commit b3e0fb5

Please sign in to comment.