Skip to content
Snippets Groups Projects
Commit 75259715 authored by JP DeVries's avatar JP DeVries Committed by Eugen
Browse files

Moving aria-label to div.column (#1769)

* Use landmark regions on columns

Closes mastodon#1720

* Moving aria-label to div.column
parent 84b5fae8
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ const Column = React.createClass({
}
return (
<div role='section' className='column' onWheel={this.handleWheel}>
<div role='section' aria-label={heading} className='column' onWheel={this.handleWheel}>
{header}
{children}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment