Skip to content

Fix HTML slot indexing - #2595

Merged
Widthdom merged 1 commit into
mainfrom
codex/fix-issue2107
May 24, 2026
Merged

Fix HTML slot indexing#2595
Widthdom merged 1 commit into
mainfrom
codex/fix-issue2107

Conversation

@Widthdom

Copy link
Copy Markdown
Owner

Summary

  • Index HTML <slot name="..."> declarations as property symbols.
  • Index unnamed default slots as "(default)" property symbols.
  • Index slot="..." projection attributes as reference symbols.

Validation

  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~SymbolExtractorTests.Extract_Html_CapturesSlotDeclarationsAndProjectionReferences"
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~SymbolExtractorTests"
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet test

Documentation / Changelog

  • Added changelog.d/unreleased/2107.fixed.md.
  • No README update: this repository does not document each individual HTML symbol extraction rule in README.

Review

  • Manual adversarial review of origin/main..HEAD: no blocking/actionable issues found.
  • codex exec adversarial review was attempted but blocked by the current Codex usage limit.

Follow-up Candidates

Fixes #2107

@Widthdom
Widthdom marked this pull request as ready for review May 24, 2026 09:05
@Widthdom
Widthdom merged commit 60a1d04 into main May 24, 2026
10 checks passed
@Widthdom
Widthdom deleted the codex/fix-issue2107 branch May 25, 2026 22:17
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.

SVG and HTML5 <slot> element recognition incomplete

1 participant