aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-13 09:02:00 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-20 00:19:29 +0900
commit7b0ed536fd0a53cfe074cfec0ea195d59453d93a (patch)
treed1e30a64dcaff6f924bd4efd85f40094425e44c3
parentf19672e4b577a34d99c874e6b078810cbf10237a (diff)
downloadtranslated-content-7b0ed536fd0a53cfe074cfec0ea195d59453d93a.tar.gz
translated-content-7b0ed536fd0a53cfe074cfec0ea195d59453d93a.tar.bz2
translated-content-7b0ed536fd0a53cfe074cfec0ea195d59453d93a.zip
2021/10/11 時点の英語版に同期
-rw-r--r--files/ja/web/manifest/start_url/index.md83
1 files changed, 30 insertions, 53 deletions
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}}