From 310fd066e91f454b990372ffa30e803cc8120975 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:56:40 +0100 Subject: unslug zh-cn: move --- .../index.html" | 248 --------------------- .../list_of_default_accept_values/index.html | 248 +++++++++++++++++++++ 2 files changed, 248 insertions(+), 248 deletions(-) delete mode 100644 "files/zh-cn/web/http/content_negotiation/accept_\351\273\230\350\256\244\345\200\274/index.html" create mode 100644 files/zh-cn/web/http/content_negotiation/list_of_default_accept_values/index.html (limited to 'files/zh-cn/web/http/content_negotiation') diff --git "a/files/zh-cn/web/http/content_negotiation/accept_\351\273\230\350\256\244\345\200\274/index.html" "b/files/zh-cn/web/http/content_negotiation/accept_\351\273\230\350\256\244\345\200\274/index.html" deleted file mode 100644 index 9db5868657..0000000000 --- "a/files/zh-cn/web/http/content_negotiation/accept_\351\273\230\350\256\244\345\200\274/index.html" +++ /dev/null @@ -1,248 +0,0 @@ ---- -title: Accept 默认值 -slug: Web/HTTP/Content_negotiation/Accept_默认值 -translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values ---- -
{{HTTPSidebar}}
- -

本文介绍了在一些特定输入和浏览器版本下的HTTP  Accept 头的默认值

- -

默认值

- -

这些值将在上下文未设置其它信息时被使用。 注意:所有的浏览器都会添加 */* MIME 类型以涵盖各种情况。这通常用于通过浏览器的地址栏或HTML {{HTMLElement("a")}} 标签发起的请求。

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
User Agent Value Comment
Firefoxtext/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
-  
这个值可以通过network.http.accept.default 参数来修改。
Safari, Chrome -

application/xml,application/xhtml+xml,text/html;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5

-
source
Safari 5 -

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

-
这是对早期 Accept 头的改进,不再把 image/png 排在 text/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 
- -

image请求

- -

当请求一张图片时, 比如一个 HTML {{HTMLElement("img")}} 元素, 用户代理通常会设置一个特定的媒体类型列表。

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
User AgentValueComment
Firefox*/* (since Firefox 47)
- image/png,image/*;q=0.8,*/*;q=0.5 (before)
 这个值可以通过 image.http.accept 参数修改。
Safari*/* 
Chromeimage/webp,image/*,*/*;q=0.8 在支持webp格式之前,是使用的 */*
Internet Explorer 8 及更早版本*/* 请参见 IE and the Accept Header (IEInternals' MSDN blog)
Internet Explorer 9image/png,image/svg+xml,image/*;q=0.8, */*;q=0.5请参见 Fiddler is better with Internet Explorer 9 (IEInternals' MSDN blog)
- -

video请求

- -

通过HTML {{HTMLElement("video")}} 元素请求一个video时, 大多数浏览器会使用特定值。

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
User AgentValueComment
Firefox  3.6 之前的版本 不支持 {{HTMLElement("video")}} 
Firefox 3.6 及以上版本audio/webm, audio/ogg, audio/wav, audio/*;q=0.9, application/ogg;q=0.7, video/*;q=0.6; */*;q=0.5 请参见bug 489071
Chrome*/* 
Internet Explorer 8 或更早的版本 不支持 {{HTMLElement("video")}} 
- -

audio请求

- -

通过HTML {{HTMLElement("audio")}} 元素请求audio资源时, 大多数浏览器会使用特定值。

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
User AgentValueComment
Firefox 3.6 及以上版本audio/webm,audio/ogg,audio/wav,audio/*;q=0.9,application/ogg;q=0.7,video/*;q=0.6,*/*;q=0.5See bug 489071
Safari, Chrome? 
Internet Explorer 8 及更早版本 不支持 {{HTMLElement("audio")}} 
Internet Explorer 9? 
- -

scripts请求

- -

当通过 {{HTMLElement("script")}} 元素请求script时, 一些浏览器使用特定值。

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
User AgentValueComment
Firefox*/* 请参见bug 170789
Safari, Chrome*/* 
Internet Explorer 8 及更早版本*/*请参见 IE and the Accept Header (IEInternals' MSDN blog)
Internet Explorer 9application/javascript, */*;q=0.8请参见 Fiddler is better with Internet Explorer 9 (IEInternals' MSDN blog)
- -

CSS 请求

- -

当通过 <link rel="stylesheet"> HTML 元素请求CSS样式表时, 大多数浏览器使用特定值。

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
User AgentValueComment
Firefox 4text/css,*/*;q=0.1 请参见bug 170789
Safari 5text/css,*/*;q=0.1 
Internet Explorer 8 及更早版本*/*请参见 IE and the Accept Header (IEInternals' MSDN blog)
Internet Explorer 9text/css请参见 Fiddler is better with Internet Explorer 9 (IEInternals' MSDN blog)
Chrome 12text/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/zh-cn/web/http/content_negotiation/list_of_default_accept_values/index.html b/files/zh-cn/web/http/content_negotiation/list_of_default_accept_values/index.html new file mode 100644 index 0000000000..9db5868657 --- /dev/null +++ b/files/zh-cn/web/http/content_negotiation/list_of_default_accept_values/index.html @@ -0,0 +1,248 @@ +--- +title: Accept 默认值 +slug: Web/HTTP/Content_negotiation/Accept_默认值 +translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values +--- +
{{HTTPSidebar}}
+ +

本文介绍了在一些特定输入和浏览器版本下的HTTP  Accept 头的默认值

+ +

默认值

+ +

这些值将在上下文未设置其它信息时被使用。 注意:所有的浏览器都会添加 */* MIME 类型以涵盖各种情况。这通常用于通过浏览器的地址栏或HTML {{HTMLElement("a")}} 标签发起的请求。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
User Agent Value Comment
Firefoxtext/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
+  
这个值可以通过network.http.accept.default 参数来修改。
Safari, Chrome +

application/xml,application/xhtml+xml,text/html;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5

+
source
Safari 5 +

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

+
这是对早期 Accept 头的改进,不再把 image/png 排在 text/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 
+ +

image请求

+ +

当请求一张图片时, 比如一个 HTML {{HTMLElement("img")}} 元素, 用户代理通常会设置一个特定的媒体类型列表。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
User AgentValueComment
Firefox*/* (since Firefox 47)
+ image/png,image/*;q=0.8,*/*;q=0.5 (before)
 这个值可以通过 image.http.accept 参数修改。
Safari*/* 
Chromeimage/webp,image/*,*/*;q=0.8 在支持webp格式之前,是使用的 */*
Internet Explorer 8 及更早版本*/* 请参见 IE and the Accept Header (IEInternals' MSDN blog)
Internet Explorer 9image/png,image/svg+xml,image/*;q=0.8, */*;q=0.5请参见 Fiddler is better with Internet Explorer 9 (IEInternals' MSDN blog)
+ +

video请求

+ +

通过HTML {{HTMLElement("video")}} 元素请求一个video时, 大多数浏览器会使用特定值。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
User AgentValueComment
Firefox  3.6 之前的版本 不支持 {{HTMLElement("video")}} 
Firefox 3.6 及以上版本audio/webm, audio/ogg, audio/wav, audio/*;q=0.9, application/ogg;q=0.7, video/*;q=0.6; */*;q=0.5 请参见bug 489071
Chrome*/* 
Internet Explorer 8 或更早的版本 不支持 {{HTMLElement("video")}} 
+ +

audio请求

+ +

通过HTML {{HTMLElement("audio")}} 元素请求audio资源时, 大多数浏览器会使用特定值。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
User AgentValueComment
Firefox 3.6 及以上版本audio/webm,audio/ogg,audio/wav,audio/*;q=0.9,application/ogg;q=0.7,video/*;q=0.6,*/*;q=0.5See bug 489071
Safari, Chrome? 
Internet Explorer 8 及更早版本 不支持 {{HTMLElement("audio")}} 
Internet Explorer 9? 
+ +

scripts请求

+ +

当通过 {{HTMLElement("script")}} 元素请求script时, 一些浏览器使用特定值。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
User AgentValueComment
Firefox*/* 请参见bug 170789
Safari, Chrome*/* 
Internet Explorer 8 及更早版本*/*请参见 IE and the Accept Header (IEInternals' MSDN blog)
Internet Explorer 9application/javascript, */*;q=0.8请参见 Fiddler is better with Internet Explorer 9 (IEInternals' MSDN blog)
+ +

CSS 请求

+ +

当通过 <link rel="stylesheet"> HTML 元素请求CSS样式表时, 大多数浏览器使用特定值。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
User AgentValueComment
Firefox 4text/css,*/*;q=0.1 请参见bug 170789
Safari 5text/css,*/*;q=0.1 
Internet Explorer 8 及更早版本*/*请参见 IE and the Accept Header (IEInternals' MSDN blog)
Internet Explorer 9text/css请参见 Fiddler is better with Internet Explorer 9 (IEInternals' MSDN blog)
Chrome 12text/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