When a bundle includes a variable product, those variations are rendered in the DOM on the bundle’s product page. (The variation products are hidden only via CSS.)
The variation attributes are displayed in a table. However, that table is missing its table header, as required by WCAG 1.3.1 (https://www.w3.org/WAI/WCAG21/Techniques/failures/F90).
This can be fixed in woocommerce-product-bundles/templates/single-product/bundled-product-variable.php by changing the to in line 33 to changing the closing tags in line 43.
Open
Last updated: July 28, 2022
0 comments
Log in to comment on this feature request.