diff options
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/web/html/link_types/preconnect/index.html | 24 | ||||
-rw-r--r-- | files/ja/web/html/link_types/prerender/index.html | 21 |
2 files changed, 45 insertions, 0 deletions
diff --git a/files/ja/web/html/link_types/preconnect/index.html b/files/ja/web/html/link_types/preconnect/index.html new file mode 100644 index 0000000000..aca21c0383 --- /dev/null +++ b/files/ja/web/html/link_types/preconnect/index.html @@ -0,0 +1,24 @@ +--- +title: 'リンク種別: preconnect' +slug: Web/HTML/Link_types/preconnect +tags: + - Attribute + - HTML + - Link + - Link types + - Reference +browser-compat: html.elements.link.rel.preconnect +translation_of: Web/HTML/Link_types/preconnect +--- +<p><span class="seoSummary"><strong><code>preconnect</code></strong> キーワードを {{HTMLElement("link")}} 要素の {{HTMLAttrxRef("rel", "link")}} 属性に使用すると、ユーザーがターゲットリソースのオリジンからのリソースを必要とする可能性が高いことをブラウザーに示唆します。そのため、ブラウザーはそのオリジンへの接続を事前に開始することでユーザーの操作性を向上させることができる可能性があります。</span></p> + +<pre class="brush: html"><link rel="preconnect" href="https://example.com"> +</pre> + +<h2 id="Specifications">仕様書</h2> + +<p>{{Specifications}}</p> + +<h2 id="Browser_compatibility">ブラウザーの互換性</h2> + +<p>{{Compat}}</p> diff --git a/files/ja/web/html/link_types/prerender/index.html b/files/ja/web/html/link_types/prerender/index.html new file mode 100644 index 0000000000..4002d4d4c8 --- /dev/null +++ b/files/ja/web/html/link_types/prerender/index.html @@ -0,0 +1,21 @@ +--- +title: 'リンク種別: prerender' +slug: Web/HTML/Link_types/prerender +tags: + - Attribute + - HTML + - Link + - Link types + - Reference +browser-compat: html.elements.link.rel.prerender +translation_of: Web/HTML/Link_types/prerender +--- +<p><span class="seoSummary"><strong><code>prerender</code></strong> キーワードを {{HTMLElement("link")}} 要素の {{HTMLAttrxRef("rel", "link")}} 属性に設定すると、ユーザーが次の操作でターゲットとなるリソースを必要とする可能性があることをブラウザーに示唆します。したがって、ブラウザはリソースの取得や処理を先取りすることで、ユーザーの操作性を向上させることができる可能性があります。</span></p> + +<h2 id="Specifications">仕様書</h2> + +<p>{{Specifications}}</p> + +<h2 id="Browser_compatibility">ブラウザーの互換性</h2> + +<p>{{Compat}}</p> |