gpt4 book ai didi

html - 如何修复 "The aria-labelledby attribute must point to an element in the same document"错误?

转载 作者:行者123 更新时间:2023-12-04 16:08:52 58 4
gpt4 key购买 nike

我在通过 W3C 验证器验证我的网页时遇到了这个错误,我不知道如何解决这个错误。在我的 HTML 中,我在多个 s 中使用过它。下面是一个例子

<div class="modal fade in" id="undelivered-item-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" style="display: block;">

请指导我如何解决这个问题,因为我是 HTML5 的新手。

最佳答案

错误消息表明您缺少一个带有 id="myModalLabel" 的元素。

此元素必须包含 div 元素的标签。

如果你没有标签作为可见文本,你应该使用 aria-label相反。

关于html - 如何修复 "The aria-labelledby attribute must point to an element in the same document"错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39831658/

58 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com