Skip to content

fix: prevent nested anchor tags in radar item list#148

Merged
dvhirtum merged 1 commit into
mainfrom
fix/radar-item-nested-anchor
Jul 17, 2026
Merged

fix: prevent nested anchor tags in radar item list#148
dvhirtum merged 1 commit into
mainfrom
fix/radar-item-nested-anchor

Conversation

@dvhirtum

@dvhirtum dvhirtum commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Descriptions can contain markdown links, which rendered as tags nested inside the item's own navigation . Invalid nested anchors made browsers duplicate/mangle the outer link. The item wrapper is now a clickable div (role="link", keyboard accessible) that defers to real links inside the description instead of racing with them.

Also adds a top-level README.md with local setup instructions.

Descriptions can contain markdown links, which rendered as <a> tags
nested inside the item's own navigation <a>. Invalid nested anchors
made browsers duplicate/mangle the outer link. The item wrapper is now
a clickable div (role="link", keyboard accessible) that defers to real
links inside the description instead of racing with them.

Also adds a top-level README.md with local setup instructions.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

Preview environment URL

dotnet

https://stdotnetj5jr24rhcaybi.z6.web.core.windows.net/

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

Preview environment URL

dotnet

https://stdotnetj5jr24rhcaybi.z6.web.core.windows.net/

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

Preview environment URL

dotnet

https://stdotnetj5jr24rhcaybi.z6.web.core.windows.net/

@github-actions

Copy link
Copy Markdown

Preview environment URL

dotnet

https://stdotnetj5jr24rhcaybi.z6.web.core.windows.net/

@github-actions

Copy link
Copy Markdown

Preview environment URL

dotnet

https://stdotnetj5jr24rhcaybi.z6.web.core.windows.net/

@dvhirtum
dvhirtum merged commit 052c61b into main Jul 17, 2026
20 checks passed
@dvhirtum
dvhirtum deleted the fix/radar-item-nested-anchor branch July 17, 2026 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant