为网站创建可访问的工具提示

发布于 2024-09-19 05:09:01 字数 119 浏览 6 评论 0原文

是否有最佳实践可以使有辅助功能需求的人可以访问工具提示类型功能?

我对 jquery 工具提示感兴趣,并且发现了其他一些工具提示,但在花费任何时间之前我都会三思而后行,因为我担心这些工具提示的可访问性合规性。

Is there a best practice for making tooltip type functionality accessible to people with accessibility needs?

I am interested in jquery tooltip and have found a few others but I am thinking twice before spending anytime as I am concerned about accessibility compliance of these.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风流物 2024-09-26 05:10:08

使用相关元素的 title 属性来提供信息。但是,请注意,虽然大多数浏览器将这些显示为工具提示,但它们不是必需的。几个 jQuery 工具提示库使用 title 属性来获取工具提示文本,因此我会研究任何执行此操作的库。

Use the title attribute of relevant elements to provide information. However, note that although most browsers show these as tooltips, they're not required to. Several jQuery tooltip libraries use the title attribute to grab tooltip text, so I would look into any that do this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文