From 6cf1a2777ec38bf76f1a13019cd8b79aefbb16cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Tue, 25 Oct 2022 22:40:53 +1100 Subject: [PATCH 1/6] chore(action.yml): fixup pub workflow --- .github/workflows/action.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index da8f48a..4cdf488 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -14,10 +14,9 @@ jobs: - uses: actions/checkout@v2 - uses: w3c/spec-prod@v2 # use the action with: - ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }} - ECHIDNA_MANIFEST_URL: "https://w3c.github.io/manifest-app-info/ECHIDNA" + W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }} # Please use the URL that's appropriate for your working group! - WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html" - CC: "${{ secrets.ECHIDNA_TOKEN }}" + W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html" + W3C_NOTIFICATIONS_CC: "${{ secrets.CC }}" CHECK_LINKS: true # Validate links and cross references; default: true VALIDATE_MARKUP: true # Validate HTML markup; default: true From b095ad8409f92d1f1f94895bab9aa3542c451319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Tue, 25 Oct 2022 22:45:00 +1100 Subject: [PATCH 2/6] chore(action.yml): fix a few more props --- .github/workflows/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 4cdf488..b5edfb9 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -18,5 +18,7 @@ jobs: # Please use the URL that's appropriate for your working group! W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html" W3C_NOTIFICATIONS_CC: "${{ secrets.CC }}" - CHECK_LINKS: true # Validate links and cross references; default: true + VALIDATE_LINKS: true # Validate links and cross references; default: true VALIDATE_MARKUP: true # Validate HTML markup; default: true + W3C_BUILD_OVERRIDE: | + specStatus: WD From 8c203c0cec3ecaf61ed807346b6e81e2d91c11cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Tue, 25 Oct 2022 22:46:31 +1100 Subject: [PATCH 3/6] chore(action.yml): use NOTE status --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index b5edfb9..4e9aa47 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -21,4 +21,4 @@ jobs: VALIDATE_LINKS: true # Validate links and cross references; default: true VALIDATE_MARKUP: true # Validate HTML markup; default: true W3C_BUILD_OVERRIDE: | - specStatus: WD + specStatus: NOTE From 3a1f37fbf9bae9e1fa1df4da6d4cfcd2ee300787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Tue, 25 Oct 2022 22:53:24 +1100 Subject: [PATCH 4/6] Editorial: remove broken iTunes link --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 66ca9d3..da9f8f8 100644 --- a/index.html +++ b/index.html @@ -423,8 +423,7 @@

itunes
- iTunes App - Store + iTunes App Store
microsoft-inbox From f158e170c30f00bcf99a56b1ddcbefb5e7aa01f4 Mon Sep 17 00:00:00 2001 From: Aaron Gustafson Date: Wed, 19 Apr 2023 21:00:41 -0700 Subject: [PATCH 5/6] Update index.html (#64) --- index.html | 85 +++++++++++++++++++++++++++--------------------------- 1 file changed, 42 insertions(+), 43 deletions(-) diff --git a/index.html b/index.html index da9f8f8..b04e152 100644 --- a/index.html +++ b/index.html @@ -446,50 +446,49 @@

repository.

+
+

+ `form_factor` member +

+

+ The form_factor member is a + string that represents the screen shape of a broad class of + devices for which a given screenshot applies. Authors are encouraged to + only use this member when the screenshot is only applicable in a + specific context. +

+

+ Authors should only use `form_factor` for instances where a screenshot + is not representative of a universal experience. For instance, if the + layout/design differs based on the screen orientation, setting "narrow" or + "wide" is advisable. +

+

+ User agents might show as many (or as few) screenshots as they choose, + but shouldn't display screenshots that do not pertain to their + form factor (e.g., mobile phones shouldn't show "wide" `form_factor` + screenshots). +

+

+ List of `form_factor` values: +

+
+
+ narrow +
+
+ For screenshots applicable to narrow screens only (e.g., mobile devices). +
+
+ wide +
+
+ For screenshots applicable to wide screens only (e.g., status + boards). +
+
+
-
-

- `form_factor` member -

-

- The form_factor member is a - string that represents the screen shape of a broad class of - devices for which a given screenshot applies. Authors are encouraged to - only use this member when the screenshot is only applicable in a - specific context. -

-

- Authors should only use `form_factor` for instances where a screenshot - is not representative of a universal experience. For instance, if the - layout/design differs based on the screen orientation, setting "narrow" or - "wide" is advisable. -

-

- User agents might show as many (or as few) screenshots as they choose, - but shouldn't display screenshots that do not pertain to their - form factor (e.g., mobile phones shouldn't show "wide" `form_factor` - screenshots). -

-

- List of `form_factor` values: -

-
-
- narrow -
-
- For screenshots applicable to narrow screens only (e.g., mobile devices). -
-
- wide -
-
- For screenshots applicable to wide screens only (e.g., status - boards). -
-
-
-

Internationalization From 08b34788d9e53724a8a77ea6271f98065ee040cb Mon Sep 17 00:00:00 2001 From: Jesper van den Ende Date: Mon, 21 Aug 2023 19:38:25 +0200 Subject: [PATCH 6/6] Editorial: clarify how to deal with missing `platform` and `form_factor` fields. (#65) * Add note for when no `form_factor` or `platform` is set on screenshots * run tidy * Slight language tweak --------- Co-authored-by: Aaron Gustafson --- index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/index.html b/index.html index b04e152..319f511 100644 --- a/index.html +++ b/index.html @@ -340,6 +340,10 @@

their platform (e.g., Google Play should not show iOS-specific screenshots).

+

+ When no `platform` is set, user agents should assume the screenshot + is applicable to all platforms. +

User agents can use a screenshot’s aspect ratio ({{ImageResource/sizes}}) in determining if the screenshot should be @@ -469,6 +473,10 @@

form factor (e.g., mobile phones shouldn't show "wide" `form_factor` screenshots).

+

+ When no `form_factor` is set, user agents should assume the + screenshot is applicable to all form factors. +

List of `form_factor` values: