From 690c6cad7b4dd2f26226d8013c1823401cdd5102 Mon Sep 17 00:00:00 2001 From: Greg Whitworth Date: Sat, 22 Sep 2018 11:25:16 -0700 Subject: [PATCH] New: Add `statusid` property MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add `statusid` property for linking the status to VSO. - - - - - - - - - - - - - - - - - - - - - - - - - - - Ref #587 Close #587 Co-authored-by: Cătălin Mariș --- README.md | 2 + scripts/schema.json | 6 +- status.json | 1002 ++++++++++++++++++++++++++++--------------- 3 files changed, 673 insertions(+), 337 deletions(-) diff --git a/README.md b/README.md index bf67a706..bc3aaf53 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ This repository provides valuable data on the implementation status and future p Want to contribute to this project? We'd love to have your help! Take a look at the [Contributing Guidelines](.github/CONTRIBUTING.md) before you dive in. For many features, support data for browsers other than Internet Explorer and Microsoft Edge comes from the [Chromium Dashboard](https://www.chromestatus.com) and bugs against that data can be filed [here](https://github.com/GoogleChrome/chromium-dashboard/issues). +When adding a new feature, add it to the very end and increment your new status item's `"statusid"` value by 1 (eg: If the status item's `statusid` before yours is 350, make your `statusid` value 351). + Note that this GitHub project is *not* for making feature requests for or reporting bugs in Internet Explorer or Microsoft Edge. Browser feedback can be provided through the [issue tracker](https://developer.microsoft.com/microsoft-edge/platform/issues/) and on [UserVoice](https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer). diff --git a/scripts/schema.json b/scripts/schema.json index 05bd13d8..d7206975 100644 --- a/scripts/schema.json +++ b/scripts/schema.json @@ -161,6 +161,9 @@ }, "uservoiceid": { "type": "number" + }, + "statusid": { + "type": "number" } } }, @@ -168,7 +171,8 @@ "category", "ieStatus", "name", - "summary" + "summary", + "statusid" ], "type": "array" } diff --git a/status.json b/status.json index 11ba85e4..d093d81b 100644 --- a/status.json +++ b/status.json @@ -9,7 +9,8 @@ "text": "Shipped", "ieUnprefixed": "15063" }, - "id": 6021277022158848 + "id": 6021277022158848, + "statusid": 1 }, { "name": "Font Variation Properties with OpenType Variable Font Support", @@ -30,7 +31,8 @@ "value": 2 }, "id": 4708676673732608, - "uservoiceid": 19176292 + "uservoiceid": 19176292, + "statusid": 2 }, { "name": "font-variant longhands", @@ -42,7 +44,8 @@ "text": "Under Consideration", "priority": "Medium" }, - "id": 5678497057996800 + "id": 5678497057996800, + "statusid": 3 }, { "name": "From-Origin header", @@ -53,7 +56,8 @@ "ieStatus": { "text": "Under Consideration", "priority": "Medium" - } + }, + "statusid": 4 }, { "name": "Same-site cookies", @@ -69,7 +73,8 @@ "text": "Shipped", "value": 1 }, - "id": 4672634709082112 + "id": 4672634709082112, + "statusid": 5 }, { "name": "SVG Accessibility API Mappings", @@ -80,7 +85,8 @@ "ieStatus": { "text": "Under Consideration", "priority": "Medium" - } + }, + "statusid": 6 }, { "name": "Digital Publishing Accessibility API Mappings", @@ -99,7 +105,8 @@ "ff_views": { "text": "Enabled by default", "value": 2 - } + }, + "statusid": 7 }, { "name": "-webkit-text-stroke", @@ -120,7 +127,8 @@ "value": 2 }, "shipped_opera_milestone": true, - "msdn": "https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke" + "msdn": "https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke", + "statusid": 8 }, { "name": "WebVR", @@ -134,7 +142,8 @@ }, "id": 4532810371039232, "msdn": "https://developer.mozilla.org/docs/Web/API/WebVR_API", - "uservoiceid": 7119843 + "uservoiceid": 7119843, + "statusid": 9 }, { "name": "requestIdleCallback", @@ -148,7 +157,8 @@ }, "spec": "requestidlecallback", "msdn": "https://developer.mozilla.org/docs/Web/API/Window/requestIdleCallback", - "id": 5572795866021888 + "id": 5572795866021888, + "statusid": 10 }, { "name": "Support CSS transforms on SVG", @@ -170,7 +180,8 @@ "value": 2 }, "shipped_opera_milestone": true, - "uservoiceid": 257854 + "uservoiceid": 257854, + "statusid": 11 }, { "name": "CSS resize", @@ -192,7 +203,8 @@ "value": 2 }, "shipped_opera_milestone": true, - "uservoiceid": 6513977 + "uservoiceid": 6513977, + "statusid": 12 }, { "name": "CSS outline-offset", @@ -215,7 +227,8 @@ }, "shipped_opera_milestone": true, "msdn": "https://developer.mozilla.org/docs/Web/CSS/outline-offset", - "uservoiceid": 6517094 + "uservoiceid": 6517094, + "statusid": 13 }, { "name": "Frame Timing", @@ -229,7 +242,8 @@ }, "spec": "frame-timing", "msdn": "https://developer.mozilla.org/docs/Web/API/PerformanceFrameTiming", - "id": 5558926443544576 + "id": 5558926443544576, + "statusid": 14 }, { "name": "Performance Observer", @@ -243,7 +257,8 @@ }, "spec": "performance-timeline-2", "msdn": "https://developer.mozilla.org/docs/Web/API/PerformanceObserver", - "id": 5945504202489856 + "id": 5945504202489856, + "statusid": 15 }, { "name": "CSS Containment", @@ -255,7 +270,8 @@ "text": "Under Consideration", "priority": "Low" }, - "id": 6522186978295808 + "id": 6522186978295808, + "statusid": 16 }, { "name": "Initial Letter", @@ -270,7 +286,8 @@ "safari_views": { "text": "Shipped", "value": 1 - } + }, + "statusid": 17 }, { "name": "Intersection Observer", @@ -284,7 +301,8 @@ }, "spec": "intersection-observer", "msdn": "https://developer.mozilla.org/docs/Web/API/IntersectionObserver", - "id": 5695342691483648 + "id": 5695342691483648, + "statusid": 18 }, { "name": "Resize Observer", @@ -296,7 +314,8 @@ "text": "Under Consideration", "priority": "Low" }, - "id": 5705346022637568 + "id": 5705346022637568, + "statusid": 19 }, { "name": "Server Timing", @@ -308,7 +327,8 @@ "text": "Under Consideration", "priority": "Low" }, - "spec": "server-timing" + "spec": "server-timing", + "statusid": 20 }, { "name": "Preload", @@ -321,7 +341,8 @@ "priority": "Medium" }, "id": 5757468554559488, - "uservoiceid": 7666725 + "uservoiceid": 7666725, + "statusid": 21 }, { "name": "DNS Prefetch Resource Hints", @@ -344,7 +365,8 @@ "safari_views": { "text": "No public signals", "value": 2 - } + }, + "statusid": 22 }, { "name": "Preconnect Resource Hints", @@ -358,7 +380,8 @@ }, "spec": "resource-hints", "msdn": "https://developer.mozilla.org/docs/Web/HTML/Link_types", - "id": 5560623895150592 + "id": 5560623895150592, + "statusid": 23 }, { "name": "High Resolution Time 2", @@ -381,7 +404,8 @@ "safari_views": { "text": "No public signals", "value": 2 - } + }, + "statusid": 24 }, { "name": "High Resolution Time 3", @@ -394,7 +418,8 @@ "ieUnprefixed": "16299" }, "msdn": "https://developer.mozilla.org/docs/Web/API/Performance", - "spec": "hr-time-3" + "spec": "hr-time-3", + "statusid": 25 }, { "name": "Brotli Compressed Data Format", @@ -408,7 +433,8 @@ }, "uservoiceid": 11364771, "msdn": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Encoding#Directives", - "id": 5420797577396224 + "id": 5420797577396224, + "statusid": 26 }, { "name": " Element", @@ -422,7 +448,8 @@ }, "spec": "html", "msdn": "https://developer.mozilla.org/docs/Web/HTML/Element/datalist", - "id": 6090950820495360 + "id": 6090950820495360, + "statusid": 27 }, { "name": "Credential Management API", @@ -434,7 +461,8 @@ "text": "In Development" }, "msdn": "https://developer.mozilla.org/docs/Web/API/Credential_Management_API", - "id": 5026422640869376 + "id": 5026422640869376, + "statusid": 28 }, { "name": "Web Authentication API", @@ -451,7 +479,8 @@ "text": "Shipped", "value": 1 }, - "spec": "webauthn" + "spec": "webauthn", + "statusid": 29 }, { "name": "FIDO U2F", @@ -471,7 +500,8 @@ "text": "No public signals", "value": 1 }, - "id": 6413248798654464 + "id": 6413248798654464, + "statusid": 30 }, { "name": "
/", @@ -486,7 +516,8 @@ "spec": "html", "msdn": "https://developer.mozilla.org/docs/Web/HTML/Element/details", "id": 5348024557502464, - "uservoiceid": 6261266 + "uservoiceid": 6261266, + "statusid": 31 }, { "name": "webkitdirectory and webkitRelativePath", @@ -499,7 +530,8 @@ }, "impl_status_chrome": "Enabled by default", "shipped_opera_milestone": true, - "msdn": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/webkitdirectory" + "msdn": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/webkitdirectory", + "statusid": 32 }, { "name": "Directory Upload", @@ -512,7 +544,8 @@ "priority": "Medium" }, "spec": "file-system-api", - "msdn": "https://developer.mozilla.org/docs/Web/API/File_and_Directory_Entries_API" + "msdn": "https://developer.mozilla.org/docs/Web/API/File_and_Directory_Entries_API", + "statusid": 33 }, { "name": "", @@ -531,7 +564,8 @@ "spec": "html", "msdn": "https://developer.mozilla.org/docs/Web/HTML/Element/img#attr-srcset", "id": 4644337115725824, - "uservoiceid": 6261267 + "uservoiceid": 6261267, + "statusid": 34 }, { "name": "Extended srcset and sizes support", @@ -556,7 +590,8 @@ "spec": "html", "msdn": "https://developer.mozilla.org/docs/Web/HTML/Element/img#attr-sizes", "id": 4644337115725824, - "uservoiceid": 8204535 + "uservoiceid": 8204535, + "statusid": 35 }, { "name": " Element", @@ -571,7 +606,8 @@ "spec": "html", "msdn": "https://developer.mozilla.org/docs/Web/HTML/Element/picture", "id": 5910974510923776, - "uservoiceid": 6261271 + "uservoiceid": 6261271, + "statusid": 36 }, { "name": "