Archive index
Gitter Channel Archive 27th of December 2016
What fresh hell is THIS now?
-
Patrick Lauke
Mark Sadecki
@cptvitamin
Dec 27 19:13
can anyone recommend a role for a drag and drop draggable item?
button doesn't seem appropriate to me, but its better than having no role at all.
zakim-robot
@zakim-robot
Dec 27 19:34
[marcysutton]
I've used button before
[marcysutton]
Here's an example that works pretty well:
https://github.com/schne324/dragon-drop
zakim-robot
@zakim-robot
Dec 27 20:27
[quidkid]
apparently the screenreader is still able to read the page behind my popup menu. im thinking of using aria hidden but not sure how to go about it efficiently
zakim-robot
@zakim-robot
Dec 27 20:44
[marcysutton]
that is the whole
inert
thing we talked about before
[quidkid]
ohh i think i remember this from your video lol sorry for somewhat reason i thought it was only for focus trapping.
[marcysutton]
Inert does two things: enables aria-hidden and blocks interaction on links/buttons/inputs/etc. with a single attribute