Skip to content

Commit

Permalink
tooltip spec more updates (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidendk committed Jun 10, 2022
1 parent 95518ef commit 75caff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"type": "none",
"comment": "tooltip spec (#309)",
"packageName": "@ni/nimble-components",
"email": "aiden.ducey-kline@ni.com",
"email": "[email protected].com",
"dependentChangeType": "none"
}
2 changes: 2 additions & 0 deletions packages/nimble-components/src/tooltip/tooltip.spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,5 @@ A Blazor wrapper will be created for the component.

When user is using nimble tooltip and nimble components, is there an easier way to add a tooltip so they wouldn't have to anchor to an html element every time they want a tooltip?
Can tooltip be found by screen reader?
For testing, can we force the tooltip to be visible without hover? [Possible Ideas](https://stackoverflow.com/questions/62043424/mock-hover-state-in-storybook)
aria-describedBy recommendation in storybook docs for tooltip for developers

0 comments on commit 75caff4

Please sign in to comment.