Skip to content

Commit

Permalink
Merge pull request #773 from jasonday/master
Browse files Browse the repository at this point in the history
Added Accessibility attributes
  • Loading branch information
t4t5 authored Dec 14, 2017
2 parents d807116 + 710659c commit f5c44f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/markup/modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const {
} = CLASS_NAMES;

export const modalMarkup: string =`
<div class="${MODAL}">` +
<div class="${MODAL}" role="dialog" aria-modal="true">` +

// Icon

Expand Down

0 comments on commit f5c44f7

Please sign in to comment.