nodeSolidServer / nodeSolidServer/node-solid-server
Use lowercase `describedby`
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 1.8k
- 派生
- 308
- PR 合并指标
- 30 天内没有已合并 PR
描述
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).
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
未指定文件或测试。搜索 repository 中的 describedBy,并检查链接关系输出路径中的每一处使用;当输出的关系为小写的 describedby,且相关的现有检查仍然通过时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- backend
- Issue 类型
- 缺陷
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 50/100