AMP validation error: The attribute 'cite' may not appear in tag 'q'

AMP validation error: The attribute 'cite' may not appear in tag 'q'

在使用 #development=1 验证 URL 时出现以下错误:
属性 'cite' 可能不会出现在标记 'q' 中。

有问题的标签是这样使用的:<q cite="URL">lorem ipsum</q>.

我在文档中找不到有关此问题的任何信息,有解决方法吗?

我在 github 上收到了以下回复。com/ampproject/amphtml/issues

This tag/attr pair is actually allowed in the latest version, but it may be a week or two before we can roll it out everywhere. In the meantime, I'm letting the developer console errors continue to show it to avoid confusion. If you want to ignore these messages your pages will soon validate, just not quite yet.

https://github.com/ampproject/amphtml/issues/2590

<q> 标签的 cite 属性现在可以在 AMP 中使用。