From 4b98bc7563a0dd5545a9c8505bd9a4547d6118ec Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Mon, 21 Dec 2020 02:27:20 +0900 Subject: [PATCH] Add spec_url data in html/manifest/*.json sources This change adds spec URLs in the html/manifest/*.json sources for all features with an mdn_url for an article with a Specification(s) table. --- html/manifest/background_color.json | 1 + html/manifest/categories.json | 1 + html/manifest/description.json | 1 + html/manifest/dir.json | 1 + html/manifest/display.json | 1 + html/manifest/iarc_rating_id.json | 1 + html/manifest/icons.json | 1 + html/manifest/lang.json | 1 + html/manifest/name.json | 1 + html/manifest/orientation.json | 1 + html/manifest/prefer_related_applications.json | 1 + html/manifest/related_applications.json | 1 + html/manifest/scope.json | 1 + html/manifest/screenshots.json | 1 + html/manifest/short_name.json | 1 + html/manifest/start_url.json | 1 + html/manifest/theme_color.json | 1 + 17 files changed, 17 insertions(+) diff --git a/html/manifest/background_color.json b/html/manifest/background_color.json index 7f3fbe1c91c9ff..f337daf56de83f 100644 --- a/html/manifest/background_color.json +++ b/html/manifest/background_color.json @@ -4,6 +4,7 @@ "background_color": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/background_color", + "spec_url": "https://w3c.github.io/manifest/#background_color-member", "support": { "chrome": { "version_added": null diff --git a/html/manifest/categories.json b/html/manifest/categories.json index d859177936e914..89c9d0d1c865bd 100644 --- a/html/manifest/categories.json +++ b/html/manifest/categories.json @@ -4,6 +4,7 @@ "categories": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/categories", + "spec_url": "https://w3c.github.io/manifest/#categories-member", "support": { "chrome": { "version_added": null diff --git a/html/manifest/description.json b/html/manifest/description.json index 565a58a533671e..26c87e4ed35ff7 100644 --- a/html/manifest/description.json +++ b/html/manifest/description.json @@ -4,6 +4,7 @@ "description": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/description", + "spec_url": "https://w3c.github.io/manifest/#description-member", "support": { "chrome": { "version_added": null diff --git a/html/manifest/dir.json b/html/manifest/dir.json index 028d0e096822f0..5115ffd0053c17 100644 --- a/html/manifest/dir.json +++ b/html/manifest/dir.json @@ -4,6 +4,7 @@ "dir": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/dir", + "spec_url": "https://w3c.github.io/manifest/#dir-member", "support": { "chrome": { "version_added": null diff --git a/html/manifest/display.json b/html/manifest/display.json index 865d6ba8eca3e8..268fd0aaa92bdf 100644 --- a/html/manifest/display.json +++ b/html/manifest/display.json @@ -4,6 +4,7 @@ "display": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/display", + "spec_url": "https://w3c.github.io/manifest/#display-member", "support": { "chrome": { "version_added": null diff --git a/html/manifest/iarc_rating_id.json b/html/manifest/iarc_rating_id.json index edb5ef6ae9c886..019e526678e8d5 100644 --- a/html/manifest/iarc_rating_id.json +++ b/html/manifest/iarc_rating_id.json @@ -4,6 +4,7 @@ "iarc_rating_id": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/iarc_rating_id", + "spec_url": "https://w3c.github.io/manifest/#iarc_rating_id-member", "support": { "chrome": { "version_added": null diff --git a/html/manifest/icons.json b/html/manifest/icons.json index cae89b32ad9438..648b884587fda9 100644 --- a/html/manifest/icons.json +++ b/html/manifest/icons.json @@ -4,6 +4,7 @@ "icons": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/icons", + "spec_url": "https://w3c.github.io/manifest/#icons-member", "support": { "chrome": { "version_added": null diff --git a/html/manifest/lang.json b/html/manifest/lang.json index 31beee44318335..57a5a6dfbe59fa 100644 --- a/html/manifest/lang.json +++ b/html/manifest/lang.json @@ -4,6 +4,7 @@ "lang": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/lang", + "spec_url": "https://w3c.github.io/manifest/#lang-member", "support": { "chrome": { "version_added": null diff --git a/html/manifest/name.json b/html/manifest/name.json index 49c444209117f5..a03be2dff32a22 100644 --- a/html/manifest/name.json +++ b/html/manifest/name.json @@ -4,6 +4,7 @@ "name": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/name", + "spec_url": "https://w3c.github.io/manifest/#name-member", "support": { "chrome": { "version_added": null diff --git a/html/manifest/orientation.json b/html/manifest/orientation.json index ab541fef0b4fb0..b0f8e855704cef 100644 --- a/html/manifest/orientation.json +++ b/html/manifest/orientation.json @@ -4,6 +4,7 @@ "orientation": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/orientation", + "spec_url": "https://w3c.github.io/manifest/#orientation-member", "support": { "chrome": { "version_added": null diff --git a/html/manifest/prefer_related_applications.json b/html/manifest/prefer_related_applications.json index 0c64212358ca1a..4aa5173110b63f 100644 --- a/html/manifest/prefer_related_applications.json +++ b/html/manifest/prefer_related_applications.json @@ -4,6 +4,7 @@ "prefer_related_applications": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/prefer_related_applications", + "spec_url": "https://w3c.github.io/manifest/#prefer_related_applications-member", "support": { "chrome": { "version_added": null diff --git a/html/manifest/related_applications.json b/html/manifest/related_applications.json index e715d9812a9b76..b01e4e55429cee 100644 --- a/html/manifest/related_applications.json +++ b/html/manifest/related_applications.json @@ -4,6 +4,7 @@ "related_applications": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/related_applications", + "spec_url": "https://w3c.github.io/manifest/#related_applications-member", "support": { "chrome": { "version_added": null diff --git a/html/manifest/scope.json b/html/manifest/scope.json index b6009e28477d51..4b6dc770389435 100644 --- a/html/manifest/scope.json +++ b/html/manifest/scope.json @@ -4,6 +4,7 @@ "scope": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/scope", + "spec_url": "https://w3c.github.io/manifest/#scope-member", "support": { "chrome": { "version_added": null diff --git a/html/manifest/screenshots.json b/html/manifest/screenshots.json index 536af99760661e..e066c33d84fc44 100644 --- a/html/manifest/screenshots.json +++ b/html/manifest/screenshots.json @@ -4,6 +4,7 @@ "screenshots": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/screenshots", + "spec_url": "https://w3c.github.io/manifest/#screenshots-member", "support": { "chrome": { "version_added": null diff --git a/html/manifest/short_name.json b/html/manifest/short_name.json index 7b00bb3c4e8701..a9443818ca07cf 100644 --- a/html/manifest/short_name.json +++ b/html/manifest/short_name.json @@ -4,6 +4,7 @@ "short_name": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/short_name", + "spec_url": "https://w3c.github.io/manifest/#short_name-member", "support": { "chrome": { "version_added": null diff --git a/html/manifest/start_url.json b/html/manifest/start_url.json index 7eb3f1a72f651e..28a6ab2888a2c1 100644 --- a/html/manifest/start_url.json +++ b/html/manifest/start_url.json @@ -4,6 +4,7 @@ "start_url": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/start_url", + "spec_url": "https://w3c.github.io/manifest/#start_url-member", "support": { "chrome": { "version_added": null diff --git a/html/manifest/theme_color.json b/html/manifest/theme_color.json index 507772b8486c38..63c24cf44e77b8 100644 --- a/html/manifest/theme_color.json +++ b/html/manifest/theme_color.json @@ -4,6 +4,7 @@ "theme_color": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/theme_color", + "spec_url": "https://w3c.github.io/manifest/#theme_color-member", "support": { "chrome": { "version_added": null