Add tooltip to the license explanation popover disclosure #612
Labels
♿️ aspect: a11y
Concerns related to the project's accessibility
✨ goal: improvement
Improvement to an existing user-facing feature
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: frontend
Related to the Nuxt frontend
🎨 tech: css
Involves CSS
🟨 tech: javascript
Involves JavaScript
🔧 tech: vue
Involves Vue.js
Problem
In WordPress/openverse-frontend#850 we implemented a new license explanation popover; however, we left out the tooltip that is meant to show on the disclosure due to the reasons outlined in this comment WordPress/openverse-frontend#850 (comment)
Description
We need to add a
VTooltip
component that implements the accessible behaviors for this kind of component. Once that is added, wrap the license explanation popover disclosure with it to show the tooltip on hover/focus. Please refer to the WAI-ARIA spec for thetooltip
role.Implementation
The text was updated successfully, but these errors were encountered: