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
Table headers should have unique id attributes (or no id unless necessary)
All th elements in the cookieTable get the id attribute from the header value (which could also make it invalid as an id) (see https://github.com/orestbida/cookieconsent/blob/v3.0-beta/src/core/modals/preferencesModal.js#L343). When there are more than one section with a table that has same header values, the id's get duplicated.
No response
3.0.0-rc13
Firefox, Chrome
The text was updated successfully, but these errors were encountered:
Fix duplicate id in th (close #483)
th
c2623fb
fixed by c2623fb
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
Table headers should have unique id attributes (or no id unless necessary)
Current Behavior
All th elements in the cookieTable get the id attribute from the header value (which could also make it invalid as an id) (see https://github.com/orestbida/cookieconsent/blob/v3.0-beta/src/core/modals/preferencesModal.js#L343). When there are more than one section with a table that has same header values, the id's get duplicated.
Steps to reproduce
Proposed fix or additional info.
No response
Version
3.0.0-rc13
On which browser do you see the issue?
Firefox, Chrome
The text was updated successfully, but these errors were encountered: