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

This commit is contained in:
Jun Pataleta
2025-10-22 20:14:46 +08:00
parent 0dd1c8137f
commit a89db0244b
+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>