Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions issues/json-ld11-api-wrongcaseenumvalue.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
Title: >-
Enum values that ignore naming conventions in JSON-LD 1.1 Processing
Enum values that ignore naming conventions in JSON-LD 1.2 Processing
Algorithms and API
Tracked: Long deployed
Repo: 'https://github.com/w3c/json-ld-api'
---

While crawling [JSON-LD 1.1 Processing Algorithms and API](https://w3c.github.io/json-ld-api/), the following enum values were found to ignore naming conventions (lower case, hyphen separated words):
While crawling [JSON-LD 1.2 Processing Algorithms and API](https://w3c.github.io/json-ld-api/), the following enum values were found to ignore naming conventions (lower case, hyphen separated words):
* [ ] The value `"colliding keywords"` of the enum `JsonLdErrorCode` does not match the expected conventions (lower case, hyphen separated words)
* [ ] The value `"conflicting indexes"` of the enum `JsonLdErrorCode` does not match the expected conventions (lower case, hyphen separated words)
* [ ] The value `"context overflow"` of the enum `JsonLdErrorCode` does not match the expected conventions (lower case, hyphen separated words)
Expand Down Expand Up @@ -59,6 +59,6 @@ While crawling [JSON-LD 1.1 Processing Algorithms and API](https://w3c.github.io

See [Use casing rules consistent with existing APIs](https://w3ctag.github.io/design-principles/#casing-rules) in Web Platform Design Principles document for guidance.

<sub>Cc @dontcallmedom @tidoust</sub>
<sub>Cc @tidoust</sub>

<sub>This issue was detected and reported semi-automatically by [Strudy](https://github.com/w3c/strudy/) based on data collected in [webref](https://github.com/w3c/webref/).</sub>
Loading