-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Open
Labels
Area: CatalogComponent: CatalogIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P4No current plan to fix. Fixing can be deferred as a logical part of more important work.No current plan to fix. Fixing can be deferred as a logical part of more important work.Progress: ready for devReported on 2.3.1Indicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.Reproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branchThe issue has been reproduced on latest 2.4-develop branch
Description
Preconditions (*)
- Magento 2.3.1 using Luma Theme
- Install sample data
Steps to reproduce (*)
- Install magento 2.3.1
- Install sample data
- Navigate to category women/tops-women/hoodies-and-sweatshirts-women.html
- Pass this page through the validator at http://validator.w3.org/
- Multiple html5 errors for attributes that are not defined in the specification.
Expected result (*)
Validation passes with warnings only and no errors.
Actual result (*)
Multiple html5 errors due to layered navigaton
- Error: Attribute option-type not allowed on element div at this point.
- Error: Attribute option-id not allowed on element div at this point.
- Error: Attribute option-label not allowed on element div at this point.
etc etc
According to the specification custom attributes should be prefixed via data-
For example it would be proper to say data-option-type="..."
but option-type="..."
is invalid.
Metadata
Metadata
Assignees
Labels
Area: CatalogComponent: CatalogIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P4No current plan to fix. Fixing can be deferred as a logical part of more important work.No current plan to fix. Fixing can be deferred as a logical part of more important work.Progress: ready for devReported on 2.3.1Indicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.Reproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branchThe issue has been reproduced on latest 2.4-develop branch