-
Notifications
You must be signed in to change notification settings - Fork 85
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
fix(NcListItem): Remove actions from within a
which caused invalid HTML output
#5198
Conversation
8c70a6a
to
79ecd9a
Compare
a
which caused invalid HTML output
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #5198 +/- ##
==========================================
- Coverage 39.34% 39.30% -0.05%
==========================================
Files 139 139
Lines 3688 3692 +4
Branches 810 811 +1
==========================================
Hits 1451 1451
- Misses 2021 2025 +4
Partials 216 216 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Ferdinand Thiessen <[email protected]>
35eafd2
to
6e45c2e
Compare
Ready to review I would say 🚀 vokoscreenNG-2024-02-02_15-02-36.mp4 |
6e45c2e
to
2a27f08
Compare
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.
Works fine now with both Tab navigation and the screen reader quick navigation. The only issue I've found is the height on hover in compact mode
@ShGKme I fixed this now: vokoscreenNG-2024-02-02_16-03-38.mp4 |
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.
Everything seems to work fine now, thanks!
…e to use of button within anchor Co-authored-by: Ferdinand Thiessen <[email protected]> Co-authored-by: Grigorii K. Shartsev <[email protected]> Signed-off-by: Ferdinand Thiessen <[email protected]>
1568a13
to
0886575
Compare
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.
LGTM!
fix(NcListItem): Remove actions from within `a` which caused invalid HTML output
☑️ Resolves
It is not valid to put
button
insidea
thus we need to refactor the NcListItem:a
withdiv
a
, this is required so users can right click + copy link or middle click -> native browser behavior.Hint: Hide white space changes when review
🖼️ Screenshots
Could not spot visual changes except from focus visible.
a.mp4
🏁 Checklist