-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
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
report(metric-filter): handle multiple reports in the same DOM #12817
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need #12815 for full review
setting back to draft. need #12815 especially since right i'm not seeing tabbing behavior that makes any sense in that testpage... 😖 also.. relevant resource on the topic: https://www.sarasoueidan.com/blog/inclusively-hiding-and-styling-checkboxes-and-radio-buttons/ |
In the meantime, here's the combo: https://famous-horses.surge.sh/%E2%8C%A3.psi.english/index.html |
fixes a bug that's live in PSI
found by adam in #12815 (comment)
also by sidverma32. fixes #12725
reviewer: the big change is using a checkbox inside of
<label>
instead of relying onid
&for
attributes.