-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(tooltip): extend tooltip self-managed documentation #3815
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably define “interactive element” inline with what the code is looking for here, there’s a long CSS selector to base this off of for consumers.
Tachometer resultsChromeaction-menu permalink
menu permalink
picker permalink
sidenav permalink
split-button permalink
switch permalink
tooltip permalink
Firefoxaction-menu permalink
menu permalink
picker permalink
sidenav permalink
split-button permalink
switch permalink
tooltip permalink
|
0a8e022
to
2fd631d
Compare
chore(tooltip): updated tooltip documentation chore(tooltip): updated documentation for self-managed tooltip chore(tooltip): extended self-managed doc
2fd631d
to
51e91b3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super useful addition. Thanks for editing through this!
chore(tooltip): updated tooltip documentation chore(tooltip): updated documentation for self-managed tooltip chore(tooltip): extended self-managed doc
chore(tooltip): updated tooltip documentation chore(tooltip): updated documentation for self-managed tooltip chore(tooltip): extended self-managed doc
Expand https://opensource.adobe.com/spectrum-web-components/components/tooltip/#self-managed-overlays to include information about a focusable element, as per the Dev Mode warning and the discussion in #3781 (reply in thread)
Description
Extended
self-managed
tooltip documentation to include an example of how to use tooltip for non-interactive elements by wrapping them with an interactive element and added notes about why the current pattern is supported the way it is.Related issue(s)
self-managed
documentation #3787Motivation and context
How has this been tested?
Screenshots (if appropriate)
Types of changes
Checklist
Best practices
This repository uses conventional commit syntax for each commit message; note that the GitHub UI does not use this by default so be cautious when accepting suggested changes. Avoid the "Update branch" button on the pull request and opt instead for rebasing your branch against
main
.