diff --git a/templates/catalog/product.tpl b/templates/catalog/product.tpl
index 6693eaac..aaceb267 100644
--- a/templates/catalog/product.tpl
+++ b/templates/catalog/product.tpl
@@ -140,9 +140,12 @@
{block name='product_tabs'}
+ {* The items carry role="presentation" so the links below them are the tablist's own children
+ in the accessibility tree. A bare
keeps its listitem role, and a tablist may only own
+ tabs, so the whole list fails the aria-required-children check. *}