{"id":30948381,"url":"https://github.com/timwright12/a11y-tooltips","last_synced_at":"2025-10-14T23:26:51.954Z","repository":{"id":145194480,"uuid":"68142139","full_name":"timwright12/a11y-tooltips","owner":"timwright12","description":"This plugin was created to help you implement accessible tooltips with minimal work, because everyone is tired of using crappy UI plugins that damage the underlying experience.","archived":false,"fork":false,"pushed_at":"2017-08-23T19:59:42.000Z","size":15,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-11T04:47:55.314Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://timwright12.github.io/a11y-tooltips/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timwright12.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-09-13T19:52:23.000Z","updated_at":"2022-11-01T21:17:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"7450a387-56a0-4bdf-a009-32bb8a255199","html_url":"https://github.com/timwright12/a11y-tooltips","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timwright12/a11y-tooltips","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timwright12%2Fa11y-tooltips","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timwright12%2Fa11y-tooltips/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timwright12%2Fa11y-tooltips/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timwright12%2Fa11y-tooltips/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timwright12","download_url":"https://codeload.github.com/timwright12/a11y-tooltips/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timwright12%2Fa11y-tooltips/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279024675,"owners_count":26087810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-11T02:42:16.954Z","updated_at":"2025-10-14T23:26:51.939Z","avatar_url":"https://github.com/timwright12.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Accessible Tooltips\n\nThis plugin was converted from a jQuery plugin originally written by [@scottohara](https://github.com/scottaohara/). You can view the original code in [Scott's Accessible Component Library](https://github.com/scottaohara/accessible-components). Pretty much everything is the same, you just don't need jQuery.\n\nIt was created to help you implement accessible tooltips with minimal work, because everyone is tired of using crappy UI plugins that damage the underlying experience. [Check out the demo](https://timwright12.github.io/a11y-tooltips/)\n\n## Example HTML You'll Need\n\n```html\n\u003c!-- Hover to expose the tooltip --\u003e\n\n\u003cspan class=\"a11y-tip\"\u003e\n  \u003cspan class=\"a11y-tip__trigger\"\u003e\n    Tooltip Trigger span\n  \u003c/span\u003e\n\n  \u003cspan class=\"a11y-tip__help\"\u003e\n    Tooltip content goes here\n  \u003c/span\u003e\n\u003c/span\u003e\u003c!--/.a11y-tip--\u003e\n\n\u003c!-- Click to expose the tooltip --\u003e\n\n\u003cspan class=\"a11y-tip a11y-tip--toggle\"\u003e\n  \u003cspan class=\"a11y-tip__trigger\"\u003e\n    Tooltip Toggle Trigger\n  \u003c/span\u003e\n\n  \u003cspan class=\"a11y-tip__help\"\u003e\n    Tooltip content goes here\n  \u003c/span\u003e\n\u003c/span\u003e\u003c!--/.a11y-tip--\u003e\n```\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b feature/my-new-feature`\n3. Commit your changes: `git commit -m 'Added some great feature!'`\n4. Push to the branch: `git push origin feature/my-new-feature`\n5. Submit a pull request\n\n## Credits\n\n- [Scott O'Hara](https://github.com/scottaohara/) ( [@scottohara](https://twitter.com/scottohara) )\n- [Tim Wright](http://github.com/timwright12) ( [@csskarma](http://twitter.com/csskarma) )\n\n## License\n\nCode and documentation are released under the MIT license.\n\n## Browser support\n\n| Feature       | Chrome | Firefox | Internet Explorer | Safari |\n|---------------|--------|---------|-------------------|--------|\n| Basic Support | Latest | Latest  | 9+                | 5.1+   |\n\nChrome and Firefox update too much to go back and test each version, if you need a certain on tested, just let me know. Or if there's a bug somewhere, feel free to file an issue and I'll fix it.\n\n## Further Reading\n\n- [ARIA Tooltip Example](http://accessibility.athena-ict.com/aria/examples/tooltip.shtml)\n- [Practical ARIA Examples](http://heydonworks.com/practical_aria_examples/)\n- [ARIA Role=ToolTip](http://pauljadam.com/demos/aria-role-tooltip.html)\n- [ARIA Practices: Tooltips](https://www.w3.org/TR/wai-aria-practices-1.1/#dialog_tooltip)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimwright12%2Fa11y-tooltips","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimwright12%2Fa11y-tooltips","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimwright12%2Fa11y-tooltips/lists"}