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

How to fix "The aria-labelledby attribute must point to an element in the same document" error?

我在通过 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