This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Use consistent and semantically correct HTML elements in the Cart and Checkout blocks #8976
Labels
block: cart
Issues related to the cart block.
block: checkout
Issues related to the checkout block.
type: enhancement
The issue is a request for an enhancement.
type: refactor
The issue/PR is related to refactoring.
Note
Currently, similar looking elements in the Cart and the Checkout block, are using different HTML markup. This issue aims to use consistent and semantically correct HTML elements. This issue is part of #8710 and the result of pdFofs-SY-p2.
Steps to reproduce
PRODUCT
andTOTAL
use a<span>
element, while the titleCART TOTALS
uses an<h2>
element.Order summary
uses an<h2>
element, while the titlesSubtotal
,Shipping
,Tax
andTotal
use a<span>
element.Expected outcome
CART TOTALS
uses a<span>
element instead of an<h2>
element.Order summary
uses a<span>
element instead of an<h2>
element.The text was updated successfully, but these errors were encountered: