nodeSolidServer / nodeSolidServer/node-solid-server
Use lowercase `describedby`
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
Although relation type is compared in a case-insensitive fashion: https://tools.ietf.org/html/rfc8288#section-3.3 , currently cameCase describedBy is used in NSS. Although the term is originally lowercased:
https://www.iana.org/assignments/link-relations/link-relations.xhtml
https://www.w3.org/2007/powder/powder-errata#describedby
https://www.w3.org/TR/ldp/#link-relation-describedby
https://www.w3.org/ns/iana/link-relations/relation#describedby
Change will not break applications that conform to RFC 8288 (ie. should be case-insensitive comparison any way).
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
No file or test is named. Search the repository for describedBy and inspect each use in the link-relation output path; done means the emitted relation is lowercase describedby and relevant existing checks still pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100