From 6f787bdb2336018b9431b0ef136f1fbbdb883062 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Wed, 8 Nov 2023 15:20:41 +0100 Subject: [PATCH] Quote attributes including macros for WHATWG --- .../whatwg/computed-metadata-LS-COMMIT.include | 12 ++++++------ boilerplate/whatwg/computed-metadata-LS-PR.include | 12 ++++++------ boilerplate/whatwg/computed-metadata.include | 10 +++++----- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/boilerplate/whatwg/computed-metadata-LS-COMMIT.include b/boilerplate/whatwg/computed-metadata-LS-COMMIT.include index 7b4988c..a646dad 100644 --- a/boilerplate/whatwg/computed-metadata-LS-COMMIT.include +++ b/boilerplate/whatwg/computed-metadata-LS-COMMIT.include @@ -2,15 +2,15 @@ "Title": "[SPECTITLE] Standard Commit [COMMIT-SHA] Snapshot", "Logo": "https://resources.whatwg.org/logo-[SHORTNAME]-snapshot.svg", "!Participate": [ - "GitHub whatwg/[SHORTNAME] (new issue, open issues)", + "GitHub whatwg/[SHORTNAME] (new issue, open issues)", "Chat on Matrix" ], "!Commits": [ - "GitHub whatwg/[SHORTNAME]/commits", - "Go to the living standard", - "@[TWITTER]" + "GitHub whatwg/[SHORTNAME]/commits", + "Go to the living standard", + "@[TWITTER]" ], - "!Tests": "web-platform-tests [SHORTNAME]/ (ongoing work)", + "!Tests": "web-platform-tests [SHORTNAME]/ (ongoing work)", "Warning": "obsolete", - "Text Macro": "H1 [SPECTITLE] (Commit [COMMIT-SHA])" + "Text Macro": "H1 [SPECTITLE] (Commit [COMMIT-SHA])" } diff --git a/boilerplate/whatwg/computed-metadata-LS-PR.include b/boilerplate/whatwg/computed-metadata-LS-PR.include index 478a324..93bee6d 100644 --- a/boilerplate/whatwg/computed-metadata-LS-PR.include +++ b/boilerplate/whatwg/computed-metadata-LS-PR.include @@ -2,15 +2,15 @@ "Title": "[SPECTITLE] Standard Pull Request #[PR-NUMBER] Preview", "Logo": "https://resources.whatwg.org/logo-[SHORTNAME]-snapshot.svg", "!Participate": [ - "GitHub whatwg/[SHORTNAME] (new issue, open issues)", + "GitHub whatwg/[SHORTNAME] (new issue, open issues)", "Chat on Matrix" ], "!Commits": [ - "GitHub whatwg/[SHORTNAME]/commits", - "Go to the living standard", - "@[TWITTER]" + "GitHub whatwg/[SHORTNAME]/commits", + "Go to the living standard", + "@[TWITTER]" ], - "!Tests": "web-platform-tests [SHORTNAME]/ (ongoing work)", + "!Tests": "web-platform-tests [SHORTNAME]/ (ongoing work)", "Warning": "custom", - "Text Macro": "H1 [SPECTITLE] (PR #[PR-NUMBER])" + "Text Macro": "H1 [SPECTITLE] (PR #[PR-NUMBER])" } diff --git a/boilerplate/whatwg/computed-metadata.include b/boilerplate/whatwg/computed-metadata.include index 84d1cdc..6817178 100644 --- a/boilerplate/whatwg/computed-metadata.include +++ b/boilerplate/whatwg/computed-metadata.include @@ -2,14 +2,14 @@ "Title": "[SPECTITLE] Standard", "Logo": "https://resources.whatwg.org/logo-[SHORTNAME].svg", "!Participate": [ - "GitHub whatwg/[SHORTNAME] (new issue, open issues)", + "GitHub whatwg/[SHORTNAME] (new issue, open issues)", "Chat on Matrix" ], "!Commits": [ - "GitHub whatwg/[SHORTNAME]/commits", - "Snapshot as of this commit", - "@[TWITTER]" + "GitHub whatwg/[SHORTNAME]/commits", + "Snapshot as of this commit", + "@[TWITTER]" ], - "!Tests": "web-platform-tests [SHORTNAME]/ (ongoing work)", + "!Tests": "web-platform-tests [SHORTNAME]/ (ongoing work)", "Text Macro": "H1 [SPECTITLE]" }