-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
HackOnMDNParis2018Issues or pull requests at the Hack on MDN event in Paris in March 2018Issues or pull requests at the Hack on MDN event in Paris in March 2018bulk_updateAn update to a mass amount of data, or scripts/linters related to such changesAn update to a mass amount of data, or scripts/linters related to such changeslinterIssues or pull requests regarding the tests / linter of the JSON files.Issues or pull requests regarding the tests / linter of the JSON files.
Description
Given multiple version ranges ...
"webview_android": [
{
"version_added": "44"
},
{
"alternative_name": "AnimationPlayer",
"version_added": "39",
"version_removed": "44"
}
],we should make sure that the first array element is always the most relevant (as this one will appear in the main compat cell).
For that we need to come up with some rules to guarantee "most relevant" first and generally make sense of the ordering there. Thoughts:
- Order reverse-chronological
- if there are prefixes, preferences, alternative_names or the like, rank less high.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
HackOnMDNParis2018Issues or pull requests at the Hack on MDN event in Paris in March 2018Issues or pull requests at the Hack on MDN event in Paris in March 2018bulk_updateAn update to a mass amount of data, or scripts/linters related to such changesAn update to a mass amount of data, or scripts/linters related to such changeslinterIssues or pull requests regarding the tests / linter of the JSON files.Issues or pull requests regarding the tests / linter of the JSON files.