We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensures every id attribute value of active elements is unique (duplicate-id-active)
Ensures every id attribute value of active elements is unique
Firebase
.products-cols__list[role="list"] > li[role="listitem"]:nth-child(1) > .product-icon > .product-icon__link[data-label="gmp_firestore"][href$="firestore"]
<a id="product-icon" class="product-icon__link gc-analytics-event" href="/products/firestore" data-category="productIcon" data-action="linkClick" data-label="gmp_firestore" aria-hidden="true" tabindex="-1">
Fix any of the following: Document has active elements with the same id attribute: product-icon
Chrome version 98.0.4758.102
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
Ensures every id attribute value of active elements is unique
(duplicate-id-active)Target application
Firebase
Element path
.products-cols__list[role="list"] > li[role="listitem"]:nth-child(1) > .product-icon > .product-icon__link[data-label="gmp_firestore"][href$="firestore"]
Snippet
<a id="product-icon" class="product-icon__link gc-analytics-event" href="/products/firestore" data-category="productIcon" data-action="linkClick" data-label="gmp_firestore" aria-hidden="true" tabindex="-1">
How to fix
Environment
Chrome version 98.0.4758.102
The text was updated successfully, but these errors were encountered: