Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enum values that ignore naming conventions in Web Audio API #2599

Open
1 task
dontcallmedom-bot opened this issue Aug 30, 2024 · 2 comments
Open
1 task

Enum values that ignore naming conventions in Web Audio API #2599

dontcallmedom-bot opened this issue Aug 30, 2024 · 2 comments

Comments

@dontcallmedom-bot
Copy link

While crawling 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 in Web Platform Design Principles document for guidance.

This issue was detected and reported semi-automatically by Strudy based on data collected in webref.

@bradisbell
Copy link

I think this should be closed as invalid. HRTF makes perfect sense as a value here, with this casing and style guide.

@padenot
Copy link
Member

padenot commented Sep 3, 2024

Audio Telcon 2024-09-03:

  • We obviously can't change this now. Best we can do is an alias with "hrtf", but, there's no mention of enums that are abbreviations in the linked doc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants