You can use aria-dropeffect="..." and aria-grabbed for .sortable-item. When you start drag item aria-grabbed must have true state.
aria-dropeffect property is defined depending on the grabbed object.
But be careful, these attributes are deprecated.