MDL-86986 core: Add aria-label to the drag handle button

This commit is contained in:
Jun Pataleta
2025-10-22 20:14:06 +08:00
parent d33ecac29c
commit 1eaee1ffe3
+1 -1
View File
@@ -24,4 +24,4 @@
"movetitle": "Move this element"
}
}}
<span tabindex="0" role="button" aria-haspopup="true" data-drag-type="move" title="{{movetitle}}">{{#pix}} i/dragdrop, core {{/pix}}</span>
<span tabindex="0" role="button" aria-haspopup="true" data-drag-type="move" title="{{movetitle}}" aria-label="{{movetitle}}">{{#pix}} i/dragdrop, core {{/pix}}</span>