From 525532b7a6c4c564da208a31d0b6aa03c730f669 Mon Sep 17 00:00:00 2001
From: strudy-bot <>
Date: Wed, 20 Nov 2024 09:11:50 +0000
Subject: [PATCH] File report on Enum values that ignore naming conventions in
Web Audio API 1.1
---
issues/webaudio-1.1-wrongcaseenumvalue.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 issues/webaudio-1.1-wrongcaseenumvalue.md
diff --git a/issues/webaudio-1.1-wrongcaseenumvalue.md b/issues/webaudio-1.1-wrongcaseenumvalue.md
new file mode 100644
index 0000000..4e61de2
--- /dev/null
+++ b/issues/webaudio-1.1-wrongcaseenumvalue.md
@@ -0,0 +1,14 @@
+---
+Title: Enum values that ignore naming conventions in Web Audio API 1.1
+Tracked: N/A
+Repo: 'https://github.com/WebAudio/web-audio-api'
+---
+
+While crawling [Web Audio API 1.1](https://webaudio.github.io/web-audio-api/), the following enum values were found to ignore naming conventions (lower case, hyphen separated words):
+* [ ] The value `"HRTF"` of the enum `PanningModelType` does not match the expected conventions (lower case, hyphen separated words)
+
+See [Use casing rules consistent with existing APIs](https://w3ctag.github.io/design-principles/#casing-rules) in Web Platform Design Principles document for guidance.
+
+Cc @dontcallmedom @tidoust
+
+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/).