Using the aria-relevant attribute - Accessibility 编辑
The aria-relevant
attribute is an optional value used to describe what types of changes have occurred to an aria-live
region, and which are relevant and should be announced. Any change that is not relevant acts in the same manner it would if the aria-live
attribute were set to off
.
aria-relevant
is commonly used when a web page contains content that may be updated while viewing the page.
Values
A space-delimited list of one or more of the following values:
additions
- Additions of Element Nodes within the live region should be considered relevant.
removals
- Deletion of Nodes from the live region should be considered relevant.
text
- Changes to the textual content of existing nodes should be considered relevant.
all
- Equivalent to
additions removals text
.
aria-relevant="additions text"
is the default value on a live region.
Additional resources
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论