Skip to content

Commit 0e1fbd3

Browse files
committed
Allow NVDA to enter document mode where reading keys work
1 parent 21b4198 commit 0e1fbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/SLDSModal/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ module.exports = React.createClass( {
125125
onClick={this.isPrompt() ? undefined : this.closeModal}
126126
>
127127
<div
128-
role='dialog'
128+
role='document'
129129
className='slds-modal__container'
130130
onClick={this.handleModalClick}
131131
>

0 commit comments

Comments
 (0)