Skip to content

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

Open
dvhirtum wants to merge 1 commit into
mainfrom
fix/radar-item-nested-anchor
Open

fix: prevent nested anchor tags in radar item list#148
dvhirtum wants to merge 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/

@dvhirtum dvhirtum deployed to preview July 9, 2026 15:01 — with GitHub Actions Active
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