Open npm1 opened 3 months ago
For the most part feature IDs separate each word, as in request-video-frame-callback
. But you're right that we have some exceptions:
How do we avoid doing this again (linting?) and should we change the existing identifiers?
cc @ddbeck @Elchi3 @captainbrosset
It seems https://github.com/web-platform-dx/web-features/tree/main/features uses dash for each word (even if a word is a method composed of many words). So for example
canvas-createconicgradient.yml
. This translates to incorrectly named enums as in https://chromium-review.googlesource.com/c/chromium/src/+/5734512.