Moving aria-label to div.column (#1769)
* Use landmark regions on columns Closes mastodon#1720 * Moving aria-label to div.columnlolsob-rspec
parent
2a86067f5e
commit
550e18e4de
|
@ -64,7 +64,7 @@ const Column = React.createClass({
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div role='section' className='column' onWheel={this.handleWheel}>
|
<div role='section' aria-label={heading} className='column' onWheel={this.handleWheel}>
|
||||||
{header}
|
{header}
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue