Add missing video descriptions (#8416)
* Pass through video description as necessary. * Add title to video, matching aria-label.
This commit is contained in:
committed by
Eugen Rochko
parent
869a3af3c0
commit
ac092d03e7
@ -154,6 +154,7 @@ class Item extends React.PureComponent {
|
||||
<video
|
||||
className='media-gallery__item-gifv-thumbnail'
|
||||
aria-label={attachment.get('description')}
|
||||
title={attachment.get('description')}
|
||||
role='application'
|
||||
src={attachment.get('url')}
|
||||
onClick={this.handleClick}
|
||||
|
Reference in New Issue
Block a user