w3c / media-capabilities

Media Capabilities API
https://w3c.github.io/media-capabilities/
Other
78 stars 32 forks source link

Enum values that ignore naming conventions in Media Capabilities #227

Open dontcallmedom-bot opened 3 months ago

dontcallmedom-bot commented 3 months ago

While crawling Media Capabilities, the following enum values were found to ignore naming 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.

markafoltz commented 2 months ago

I'm self assigning but not committing to making any changes here. Questions I have:

markafoltz commented 1 month ago

Answering question 1:

Yes, they correspond to the following specification names, like e.g. SMPTE ST-2086

I suppose these could have been converted to e.g. smpte-st-2086 enum values instead.

Note, that the spec links in the biblio for these formats are currently broken.