MicrosoftEdge / Status

This repository tracks the roadmap for the Microsoft Edge web platform. This data is used on https://status.microsoftedge.com/ to provide implementation status and forward-looking plans for web standards in Edge and other browsers.
https://status.microsoftedge.com
Other
536 stars 197 forks source link

Pull forced colors support data from Chromium into Platform Status #688

Open melanierichards opened 3 years ago

melanierichards commented 3 years ago

Intended to add support data for forced colors to the JSON file, but noticed it's already available in Chrome Platform Status and should probably just be pulled down from there. I'm not familiar with the data merging process, @olgamarti and @travisleithead, can you help? Thanks!

travisleithead commented 3 years ago

You'll want to add an entry pretty much exactly like this one: https://github.com/MicrosoftEdge/Status/commit/19be8dc5dea2499d8634947d3891d8282a52c64b The id is the one from Chrome status.

melanierichards commented 3 years ago

Got it, thanks @travisleithead!