Does role=”button” make a div interactive content?
Based off an answer I recently read, it seems a button
has categories including “interactive content”, but a div
does not fall into the “interactive content” category. If a div
element has role="button"
attached to it would a modern browser then interpret that element as having a category of “interactive content”?