|
|
|
|
|
by RobMurray
20 days ago
|
|
I did read the article. Why do you need to label a div? It's just a container, not a semantic element. If you really want to use a div for something semantic you can set role and aria-label. That is done all the time and works with screen readers. |
|