Skip to content

Commit 19e754a

Browse files
Translation of pwa chapter to Japanese (#3764)
* Translation of pwa chapter to Japanese * HTML validation --------- Co-authored-by: Barry Pollard <barrypollard@google.com>
1 parent a8363d5 commit 19e754a

2 files changed

Lines changed: 525 additions & 1 deletion

File tree

src/content/en/2022/pwa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ There is a property in the manifest that specifies if applications listed in the
326326
## Fugu APIs
327327

328328
PWAs go hand in hand with advanced web capabilities. These capabilities are generally part of project Fugu which is the codename for a collection of new web platform features incubating within the Chromium project.
329+
329330
{{ figure_markup(
330331
caption="Most used Fugu API (desktop)",
331332
content="8.8%",
@@ -398,7 +399,6 @@ We won't delve into these much more as we have a separate [Capabilities](./capab
398399

399400
It is not surprising to see PWA sites passing the PWA audits much more frequently than the general web, though some audits such as the presence of a <a hreflang="en" href="https://web.dev/viewport/#how-to-add-a-viewport-meta-tag">viewport meta tag</a> and the <a hreflang="en" href="https://web.dev/apple-touch-icon/#how-the-lighthouse-apple-touch-icon-audit-fails">apple-touch-icon</a> meta tag are also often applicable—and used–by non-PWA sites.
400401

401-
402402
{{ figure_markup(
403403
image="lighthouse-pwa-audits-mobile.png",
404404
caption="Lighthouse PWA Audits for mobile.",

0 commit comments

Comments
 (0)