From e2a2e6c524d10a4b10763932d628d496fa4e2d33 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 1 Feb 2022 00:08:37 +0900 Subject: 既定の Accept 値の一覧を移行 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../list_of_default_accept_values/index.html | 258 --------------------- .../list_of_default_accept_values/index.md | 258 +++++++++++++++++++++ 2 files changed, 258 insertions(+), 258 deletions(-) delete mode 100644 files/ja/web/http/content_negotiation/list_of_default_accept_values/index.html create mode 100644 files/ja/web/http/content_negotiation/list_of_default_accept_values/index.md (limited to 'files') diff --git a/files/ja/web/http/content_negotiation/list_of_default_accept_values/index.html b/files/ja/web/http/content_negotiation/list_of_default_accept_values/index.html deleted file mode 100644 index 8baa9b2b39..0000000000 --- a/files/ja/web/http/content_negotiation/list_of_default_accept_values/index.html +++ /dev/null @@ -1,258 +0,0 @@ ---- -title: 既定の Accept 値の一覧 -slug: Web/HTTP/Content_negotiation/List_of_default_Accept_values -tags: - - Accept - - Content Negotiation - - HTTP - - Reference - - コンテンツネゴシエーション - - リファレンス -translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values ---- -
{{HTTPSidebar}}
- -

この記事では、特定の入力とブラウザーのバージョンにおける HTTP Accept ヘッダーの既定値について説明します。

- -

既定値

- -

これらは、文脈から良い情報が得られない場合に送信される値です。なお、すべてのブラウザーがすべての場合をカバーするために */* MIME タイプを追加します。これは通常、ブラウザのアドレスバーを介して開始されるリクエスト、または HTML の {{HTMLElement("a")}} 要素を介して開始されるリクエストに使用されます。

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
User Agent備考
Firefox -

text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 (Firefox 66 以降)
-
- text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 (Firefox 65)
-
- text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 (それ以前)

-
Firefox 65 またはそれ以前では、この値は network.http.accept.default 設定値を使用して変更することができます (情報源)
Safari, Chrome -

text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8

-
(情報源)
Safari 5 -

text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

-
これは以前の Accept ヘッダーと比べて、 image/pngtext/html より上にランク付けしなくなった点で改良されています。
Internet Explorer 8image/jpeg, application/x-ms-application, image/gif, application/xaml+xml, image/pjpeg, application/x-ms-xbap, application/x-shockwave-flash, application/msword, */*IE and the Accept Header (IEInternals' MSDN blog) を参照
Edgetext/html, application/xhtml+xml, image/jxr, */*
Operatext/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/webp, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1
- -

画像の値

- -

ユーザエージェントは HTML の {{HTMLElement("img")}} 要素などを通して画像をリクエストするときに、しばしば歓迎されるメディア種別のリストを設定します。

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
User Agent備考
Firefox -

image/webp,*/* (since Firefox 65)
- */* (since Firefox 47)
- image/png,image/*;q=0.8,*/*;q=0.5 (before)

-
この値は image.http.accept 設定値を使用して変更することができます。 情報源
Safari*/*
Chromeimage/webp,image/apng,image/*,*/*;q=0.8情報源
Internet Explorer 8 or earlier*/*IE and the Accept Header (IEInternals' MSDN blog) を参照
Internet Explorer 9image/png,image/svg+xml,image/*;q=0.8, */*;q=0.5Fiddler is better with Internet Explorer 9 (IEInternals' MSDN blog) を参照
- -

動画の値

- -

{{HTMLElement("video")}} HTML 要素を介して動画をリクエストする際、ほとんどのブラウザは特定の値を使用します。

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
User Agent備考
Firefox earlier than 3.6no support for {{HTMLElement("video")}}
Firefox 3.6 and latervideo/webm,video/ogg,video/*;q=0.9,application/ogg;q=0.7,audio/*;q=0.6,*/*;q=0.5bug 489071 を参照 情報源
Chrome*/*情報源
Internet Explorer 8 or earlierno support for {{HTMLElement("video")}}
- -

音声リソースの値

- -

{{HTMLElement("audio")}} HTML 要素などを使用して音声ファイルをリクエストする際、ほとんどのブラウザーは特定の値を使用します。

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
User Agent備考
Firefox 3.6 and lateraudio/webm,audio/ogg,audio/wav,audio/*;q=0.9,application/ogg;q=0.7,video/*;q=0.6,*/*;q=0.5bug 489071 を参照 情報源
Safari, Chrome*/*情報源
Internet Explorer 8 or earlierno support for {{HTMLElement("audio")}}
Internet Explorer 9?
- -

スクリプトの値

- -

{{HTMLElement("script")}} HTML 要素などを通してスクリプトをリクエストする際、ブラウザーによっては特定の値を使用します。

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
User Agent備考
Firefox*/*bug 170789 を参照
Safari, Chrome*/*情報源
Internet Explorer 8 or earlier*/*IE and the Accept Header (IEInternals' MSDN blog) を参照
Internet Explorer 9application/javascript, */*;q=0.8Fiddler is better with Internet Explorer 9 (IEInternals' MSDN blog) を参照
- -

CSS スタイルシートの値

- -

<link rel="stylesheet"> HTML 要素を使用して CSS スタイルシートをリクエストする際、ほとんどのブラウザは特定の値を使用します。

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
User Agent備考
Firefox 4text/css,*/*;q=0.1bug 170789 を参照 情報源
Internet Explorer 8 or earlier*/*IE and the Accept Header (IEInternals' MSDN blog) を参照
Internet Explorer 9text/cssFiddler is better with Internet Explorer 9 (IEInternals' MSDN blog) を参照
Safari, Chrometext/css,*/*;q=0.1情報源
Opera 11.10text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/webp, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1
Konqueror 4.6text/css,*/*;q=0.1
diff --git a/files/ja/web/http/content_negotiation/list_of_default_accept_values/index.md b/files/ja/web/http/content_negotiation/list_of_default_accept_values/index.md new file mode 100644 index 0000000000..8baa9b2b39 --- /dev/null +++ b/files/ja/web/http/content_negotiation/list_of_default_accept_values/index.md @@ -0,0 +1,258 @@ +--- +title: 既定の Accept 値の一覧 +slug: Web/HTTP/Content_negotiation/List_of_default_Accept_values +tags: + - Accept + - Content Negotiation + - HTTP + - Reference + - コンテンツネゴシエーション + - リファレンス +translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values +--- +
{{HTTPSidebar}}
+ +

この記事では、特定の入力とブラウザーのバージョンにおける HTTP Accept ヘッダーの既定値について説明します。

+ +

既定値

+ +

これらは、文脈から良い情報が得られない場合に送信される値です。なお、すべてのブラウザーがすべての場合をカバーするために */* MIME タイプを追加します。これは通常、ブラウザのアドレスバーを介して開始されるリクエスト、または HTML の {{HTMLElement("a")}} 要素を介して開始されるリクエストに使用されます。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
User Agent備考
Firefox +

text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 (Firefox 66 以降)
+
+ text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 (Firefox 65)
+
+ text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 (それ以前)

+
Firefox 65 またはそれ以前では、この値は network.http.accept.default 設定値を使用して変更することができます (情報源)
Safari, Chrome +

text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8

+
(情報源)
Safari 5 +

text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

+
これは以前の Accept ヘッダーと比べて、 image/pngtext/html より上にランク付けしなくなった点で改良されています。
Internet Explorer 8image/jpeg, application/x-ms-application, image/gif, application/xaml+xml, image/pjpeg, application/x-ms-xbap, application/x-shockwave-flash, application/msword, */*IE and the Accept Header (IEInternals' MSDN blog) を参照
Edgetext/html, application/xhtml+xml, image/jxr, */*
Operatext/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/webp, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1
+ +

画像の値

+ +

ユーザエージェントは HTML の {{HTMLElement("img")}} 要素などを通して画像をリクエストするときに、しばしば歓迎されるメディア種別のリストを設定します。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
User Agent備考
Firefox +

image/webp,*/* (since Firefox 65)
+ */* (since Firefox 47)
+ image/png,image/*;q=0.8,*/*;q=0.5 (before)

+
この値は image.http.accept 設定値を使用して変更することができます。 情報源
Safari*/*
Chromeimage/webp,image/apng,image/*,*/*;q=0.8情報源
Internet Explorer 8 or earlier*/*IE and the Accept Header (IEInternals' MSDN blog) を参照
Internet Explorer 9image/png,image/svg+xml,image/*;q=0.8, */*;q=0.5Fiddler is better with Internet Explorer 9 (IEInternals' MSDN blog) を参照
+ +

動画の値

+ +

{{HTMLElement("video")}} HTML 要素を介して動画をリクエストする際、ほとんどのブラウザは特定の値を使用します。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
User Agent備考
Firefox earlier than 3.6no support for {{HTMLElement("video")}}
Firefox 3.6 and latervideo/webm,video/ogg,video/*;q=0.9,application/ogg;q=0.7,audio/*;q=0.6,*/*;q=0.5bug 489071 を参照 情報源
Chrome*/*情報源
Internet Explorer 8 or earlierno support for {{HTMLElement("video")}}
+ +

音声リソースの値

+ +

{{HTMLElement("audio")}} HTML 要素などを使用して音声ファイルをリクエストする際、ほとんどのブラウザーは特定の値を使用します。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
User Agent備考
Firefox 3.6 and lateraudio/webm,audio/ogg,audio/wav,audio/*;q=0.9,application/ogg;q=0.7,video/*;q=0.6,*/*;q=0.5bug 489071 を参照 情報源
Safari, Chrome*/*情報源
Internet Explorer 8 or earlierno support for {{HTMLElement("audio")}}
Internet Explorer 9?
+ +

スクリプトの値

+ +

{{HTMLElement("script")}} HTML 要素などを通してスクリプトをリクエストする際、ブラウザーによっては特定の値を使用します。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
User Agent備考
Firefox*/*bug 170789 を参照
Safari, Chrome*/*情報源
Internet Explorer 8 or earlier*/*IE and the Accept Header (IEInternals' MSDN blog) を参照
Internet Explorer 9application/javascript, */*;q=0.8Fiddler is better with Internet Explorer 9 (IEInternals' MSDN blog) を参照
+ +

CSS スタイルシートの値

+ +

<link rel="stylesheet"> HTML 要素を使用して CSS スタイルシートをリクエストする際、ほとんどのブラウザは特定の値を使用します。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
User Agent備考
Firefox 4text/css,*/*;q=0.1bug 170789 を参照 情報源
Internet Explorer 8 or earlier*/*IE and the Accept Header (IEInternals' MSDN blog) を参照
Internet Explorer 9text/cssFiddler is better with Internet Explorer 9 (IEInternals' MSDN blog) を参照
Safari, Chrometext/css,*/*;q=0.1情報源
Opera 11.10text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/webp, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1
Konqueror 4.6text/css,*/*;q=0.1
-- cgit v1.2.3-54-g00ecf