externalDFN should be linkable
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 806
- Forks
- 434
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 32
Description
It should be possible to:
<dfn class="externalDFN">string</dfn> of [[JSON]] ... this is <a>string</a>.
And, additionally, not have an externalDFN appear in the index.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the code that processes externalDFN elements and builds the document index. Use the HTML example in the issue to verify that the definition remains linkable, while externalDFN entries are excluded from the index; add or update coverage for both outcomes if the project has relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100