Skip to content

Commit

Permalink
Merge branch 'main' into update-categories/real_state
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongustafson authored Oct 30, 2024
2 parents 115d77e + 08b3478 commit 7104ad6
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 50 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ 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 }}"
CHECK_LINKS: true # Validate links and cross references; default: true
W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html"
W3C_NOTIFICATIONS_CC: "${{ secrets.CC }}"
VALIDATE_LINKS: true # Validate links and cross references; default: true
VALIDATE_MARKUP: true # Validate HTML markup; default: true
W3C_BUILD_OVERRIDE: |
specStatus: NOTE
96 changes: 51 additions & 45 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,10 @@ <h3>
their platform (e.g., Google Play should not show iOS-specific
screenshots).
</p>
<p>
When no `platform` is set, user agents should assume the screenshot
is applicable to all platforms.
</p>
<p>
User agents can use a screenshot’s aspect ratio
({{ImageResource/sizes}}) in determining if the screenshot should be
Expand Down Expand Up @@ -425,8 +429,7 @@ <h3>
itunes
</dt>
<dd>
<a href="https://itunes.apple.com/us/genre/ios/">iTunes App
Store</a>
iTunes App Store
</dd>
<dt>
microsoft-inbox
Expand All @@ -449,50 +452,53 @@ <h3>
repository</a>.
</p>
</section>
<section>
<h3>
`form_factor` member
</h3>
<p>
The <code><dfn data-for="manifest" class="export">form_factor</dfn></code> member is a
<a>string</a> 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.
</p>
<p class="note" title="form_factor usage guidance for authors">
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.
</p>
<p>
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).
</p>
<p>
When no `form_factor` is set, user agents should assume the
screenshot is applicable to all form factors.
</p>
<p>
List of `form_factor` values:
</p>
<dl>
<dt>
narrow
</dt>
<dd>
For screenshots applicable to narrow screens only (e.g., mobile devices).
</dd>
<dt>
wide
</dt>
<dd>
For screenshots applicable to wide screens only (e.g., status
boards).
</dd>
</dl>
</section>
</section>
<section>
<h3>
`form_factor` member
</h3>
<p>
The <code><dfn data-for="manifest" class="export">form_factor</dfn></code> member is a
<a>string</a> 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.
</p>
<p class="note" title="form_factor usage guidance for authors">
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.
</p>
<p>
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).
</p>
<p>
List of `form_factor` values:
</p>
<dl>
<dt>
narrow
</dt>
<dd>
For screenshots applicable to narrow screens only (e.g., mobile devices).
</dd>
<dt>
wide
</dt>
<dd>
For screenshots applicable to wide screens only (e.g., status
boards).
</dd>
</dl>
</section>
</section>
<section id="internationalization" class="appendix informative">
<h2>
Internationalization
Expand Down

0 comments on commit 7104ad6

Please sign in to comment.