We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While crawling Media Capabilities, the following enum values were found to ignore naming conventions (lower case, hyphen separated words):
"smpteSt2086"
HdrMetadataType
"smpteSt2094-10"
"smpteSt2094-40"
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.
The text was updated successfully, but these errors were encountered:
I'm self assigning but not committing to making any changes here. Questions I have:
Sorry, something went wrong.
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.
smpte-st-2086
Note, that the spec links in the biblio for these formats are currently broken.
markafoltz
No branches or pull requests
While crawling Media Capabilities, the following enum values were found to ignore naming conventions (lower case, hyphen separated words):
"smpteSt2086"
of the enumHdrMetadataType
does not match the expected conventions (lower case, hyphen separated words)"smpteSt2094-10"
of the enumHdrMetadataType
does not match the expected conventions (lower case, hyphen separated words)"smpteSt2094-40"
of the enumHdrMetadataType
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.
The text was updated successfully, but these errors were encountered: