我的网页的一部分会动态变化ߞ我到底如何让屏幕阅读器知道?
是否可以动态更新网页的一部分(例如:显示表单提交中的错误列表)并指示屏幕阅读器他们应该跳到更新的部分?
完整(非 Ajax)回发是获取错误消息的唯一方法吗?
编辑(请参阅评论)
明确地说,我所说的“屏幕阅读器”指的是朗读屏幕上的文本或将该文本转换为盲文的软件。
Is it possible to dynamically update a portion of a webpage (for example: to display a list of errors from a form submission) and indicate to screen readers that they should skip to the updated portion?
Are full (non-Ajax) postbacks the only way to have accessible error messages?
Edit (please see comments)
To be clear, by "screen readers", I am referring to software that either speaks the text on the screen or converts that text to Braille.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能有助于
让 Ajax 与屏幕阅读器一起工作
也许 参见
在 Ajax 中实现屏幕阅读器
Maybe this might help
Making Ajax Work with Screen Readers
Also See
Implementing Screen Reader in Ajax