We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7591297 + 5803620 commit f6f1419Copy full SHA for f6f1419
app/code/Magento/Catalog/view/frontend/templates/product/view/details.phtml
@@ -21,7 +21,6 @@
21
$label = $block->getChildData($alias, 'title');
22
?>
23
<div class="data item title"
24
- aria-labelledby="tab-label-<?= /* @escapeNotVerified */ $alias ?>-title"
25
data-role="collapsible" id="tab-label-<?= /* @escapeNotVerified */ $alias ?>">
26
<a class="data switch"
27
tabindex="-1"
@@ -31,7 +30,8 @@
31
30
<?= /* @escapeNotVerified */ $label ?>
32
</a>
33
</div>
34
- <div class="data item content" id="<?= /* @escapeNotVerified */ $alias ?>" data-role="content">
+ <div class="data item content"
+ aria-labelledby="tab-label-<?= /* @escapeNotVerified */ $alias ?>-title" id="<?= /* @escapeNotVerified */ $alias ?>" data-role="content">
35
<?= /* @escapeNotVerified */ $html ?>
36
37
<?php endforeach;?>
0 commit comments