This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Moving aria-label to div.column (
#1769
)
* Use landmark regions on columns Closes mastodon#1720 * Moving aria-label to div.column
closed-social-glitch-2
JP DeVries
7 years ago
committed by
Eugen
parent
84b5fae8e3
commit
7525971561
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/assets/javascripts/components/features/ui/components/column.jsx
+ 1
- 1
app/assets/javascripts/components/features/ui/components/column.jsx
View File
@ -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
>
Write
Preview
Loading…
Cancel
Save