Moving aria-label to div.column (#1769)
* Use landmark regions on columns Closes mastodon#1720 * Moving aria-label to div.column
This commit is contained in:
		
							parent
							
								
									84b5fae8e3
								
							
						
					
					
						commit
						7525971561
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue