需要修复...属性 'width' 可能不会出现在 AMP HTML 的标记 'col' 中
Need a fix... The attribute 'width' may not appear in tag 'col' for AMP HTML
在 86 个包含结果表(数据)的页面上,Google 网站站长工具出现错误。需要一种简单的方法来保持 AMP 合规性,同时仍在网页上显示结果。一个示例页面是 http://www.dodgecountyfairgrounds.com/2014/08/19/junior-fair-poultry-judging-results-2/amp/
感谢任何帮助!
我认为这个错误说明了问题本身。 The attribute 'width' is not to be used inside the tag 'col'
。这是 AMP 文档中所谓的 disallowed attributes 之一:
Disallowed attribute
Code: DISALLOWED_ATTR
Format: "The attribute '%1' may not appear in tag '%2'."
Fix: Remove the attribute from the HTML tag.
Attributes are
whitelisted, so there is no definitive list of all disallowed
attributes. To check the supported attributes for each specific tag,
search for HTML tag, and then attrs in the AMP validator
spec.
In addition to a whitelist of specific attributes for each tag, all
AMP tags can use any of the attributes white-listed under
$GLOBAL_ATTRS; all attributes with a prefix of "data-" are also
whitelisted.
在 86 个包含结果表(数据)的页面上,Google 网站站长工具出现错误。需要一种简单的方法来保持 AMP 合规性,同时仍在网页上显示结果。一个示例页面是 http://www.dodgecountyfairgrounds.com/2014/08/19/junior-fair-poultry-judging-results-2/amp/
感谢任何帮助!
我认为这个错误说明了问题本身。 The attribute 'width' is not to be used inside the tag 'col'
。这是 AMP 文档中所谓的 disallowed attributes 之一:
Disallowed attribute
Code: DISALLOWED_ATTR
Format: "The attribute '%1' may not appear in tag '%2'."
Fix: Remove the attribute from the HTML tag.
Attributes are whitelisted, so there is no definitive list of all disallowed attributes. To check the supported attributes for each specific tag, search for HTML tag, and then attrs in the AMP validator spec.
In addition to a whitelist of specific attributes for each tag, all AMP tags can use any of the attributes white-listed under $GLOBAL_ATTRS; all attributes with a prefix of "data-" are also whitelisted.