bcgov / entity

ServiceBC Registry Team working on Legal Entities
Apache License 2.0
23 stars 59 forks source link

Strata/Hosts: Add additional aria information to the 'View' buttons in the dashboard lists #24499

Open deetz99 opened 3 days ago

deetz99 commented 3 days ago

Haven't thought about this too much yet but we'll need to add in some additional aria stuff to the 'View' buttons inside the dashboard list tables. (All apps). This is necessary so the user knows which item they're viewing.

Either add a custom aria label or maybe aria-describedby with more details.

Something like this:

<button aria-label="View details for property 19032 Advent Rd , Unit 321">
View
</button>

Image