From 7b0ed536fd0a53cfe074cfec0ea195d59453d93a Mon Sep 17 00:00:00 2001
From: Masahiro FUJIMOTO <mfujimot@gmail.com>
Date: Thu, 13 Jan 2022 09:02:00 +0900
Subject: 2021/10/11 時点の英語版に同期
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 files/ja/web/manifest/start_url/index.md | 83 ++++++++++++--------------------
 1 file changed, 30 insertions(+), 53 deletions(-)

(limited to 'files/ja/web/manifest/start_url')

diff --git a/files/ja/web/manifest/start_url/index.md b/files/ja/web/manifest/start_url/index.md
index a7175f5a4b..a57c537a13 100644
--- a/files/ja/web/manifest/start_url/index.md
+++ b/files/ja/web/manifest/start_url/index.md
@@ -2,74 +2,51 @@
 title: start_url
 slug: Web/Manifest/start_url
 tags:
-  - Manifest
-  - Web
-  - start_url
   - マニフェスト
+  - ウェブ
+  - start_url
+browser-compat: html.manifest.start_url
 translation_of: Web/Manifest/start_url
 ---
-<div>{{QuickLinksWithSubpages("/ja/docs/Web/Manifest")}}</div>
+{{QuickLinksWithSubpages("/ja/docs/Web/Manifest")}}
 
 <table class="properties">
- <tbody>
-  <tr>
-   <th scope="row">型</th>
-   <td><code>String</code></td>
-  </tr>
-  <tr>
-   <th scope="row">必須</th>
-   <td>いいえ</td>
-  </tr>
- </tbody>
+  <tbody>
+    <tr>
+      <th scope="row">型</th>
+      <td><code>String</code></td>
+    </tr>
+    <tr>
+      <th scope="row">必須</th>
+      <td>いいえ</td>
+    </tr>
+  </tbody>
 </table>
 
-<p><dfn><code>start_url</code></dfn> メンバーは文字列で、<dfn>ウェブアプリケーションの開始 URL</dfn> を表します。 — ユーザーがウェブアプリケーションを起動したとき (例えば、ユーザーが端末のアプリケーションメニューやホーム画面でウェブアプリケーションのアイコンをタップしたときなど) に読み込まれるべき推奨 URL です。</p>
+_`start_url`_ メンバーは文字列で、_ウェブアプリケーションの開始 URL_ を表します。 — ユーザーがウェブアプリケーションを起動したとき (例えば、ユーザーが端末のアプリケーションメニューやホーム画面でウェブアプリケーションのアイコンをタップしたときなど) に読み込まれるべき推奨 URL です。
 
-<div class="blockIndicator note">
-<p><strong>注:</strong> <code>start_url</code> メンバーは純粋に参考であり、ユーザーエージェントがこれを無視したり、インストール時やその後でユーザーに変更を許したりすることがあります。</p>
-</div>
+> **Note:** `start_url` メンバーは純粋に参考であり、ユーザーエージェントがこれを無視したり、インストール時やその後でユーザーに変更を許したりすることがあります。
 
-<h2 id="Examples" name="Examples">例</h2>
+## 例
 
-<h3 id="Absolute_URL" name="Absolute_URL">絶対 URL</h3>
+### 絶対 URL
 
-<pre class="brush: json notranslate">"start_url": "https://example.com"</pre>
+```json
+"start_url": "https://example.com"
+```
 
-<h3 id="Relative_URL" name="Relative_URL">相対 URL</h3>
+### 相対 URL
 
-<p>相対 URL の場合、解決のためのベース URL にはマニフェストの URL が使われます。</p>
+相対 URL の場合、解決のためのベース URL にはマニフェストの URL が使われます。
 
-<pre class="brush: json notranslate">"start_url": "../startpoint.html"</pre>
+```json
+"start_url": "../startpoint.html"
+```
 
-<h2 id="Specification" name="Specification">仕様書</h2>
+## 仕様書
 
-<table class="standard-table">
- <thead>
-  <tr>
-   <th scope="col">仕様書</th>
-   <th scope="col">状態</th>
-   <th scope="col">備考</th>
-   <th scope="col">フィードバック</th>
-  </tr>
- </thead>
- <tbody>
-  <tr>
-   <td>
-    <p>{{SpecName('Manifest', '#start_url-member', 'start_url')}}</p>
-   </td>
-   <td>
-    <p>{{Spec2('Manifest')}}</p>
-   </td>
-   <td>
-    <p>初回定義</p>
-   </td>
-   <td>
-    <p><a href="https://github.com/w3c/manifest/issues/">Web App Manifest Working Group drafts</a></p>
-   </td>
-  </tr>
- </tbody>
-</table>
+{{Specifications}}
 
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
+## ブラウザーの互換性
 
-<p>{{Compat("html.manifest.start_url")}}</p>
+{{Compat}}
-- 
cgit v1.2.3-54-g00ecf