/[pub]/suikawiki/sw4data/ids/8/856.txt
Suika

Contents of /suikawiki/sw4data/ids/8/856.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.50 - (hide annotations) (download)
Mon Dec 9 08:55:42 2013 UTC (11 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.49: +18 -0 lines
File MIME type: text/plain
updated by (anon)

1 wakaba 1.47 [53] データの[[バイト列]]を検査してその[[MIME型]]などを決定することを、[DFN[[[sniffing]]]] といいます。
2    
3     [54] [DFN[[[MIME Sniffing]]]] 仕様書が [[Web]] における [[sniffing]] について規定しています。
4    
5     * 仕様書
6 wakaba 1.22
7 wakaba 1.29 [REFS[
8     - [32] [CITE[MIME Sniffing]] ([TIME[2011-11-27 08:05:14 +09:00]] 版) <http://mimesniff.spec.whatwg.org/>
9     ]REFS]
10    
11 wakaba 1.50 * Sniffing が行われる場面
12    
13     [61] [[sniffing]] は次の場面で行われます。
14    
15     [FIG[
16     - [[MIME type sniffing algorithm]]
17     -- [[navigate]]
18     -- [CODE(HTMLe)@en[[[object]]]]
19     - [[rules for distinguishing if a resource is text or binary]]
20     -- [CODE(HTMLe)@en[[[object]]]]
21     - [[rules for sniffing images specifically]]
22     -- [CODE(HTMLe)@en[[[link]]]] が[[画像]]を指す場合
23     -- [CODE(HTMLe)@en[[[img]]]]
24     -- [CODE(HTMLe)@en[[[object]]]]
25     -- [CODE(HTML)@en[[[<input type=image>]]]]
26     -- [CODE(DOMm)@en[[[createImageBitmap]]]] で [CODE(DOMi)@en[[[Blob]]]] の場合
27     ]FIG]
28    
29 wakaba 1.49 * その他の sniffing
30    
31     ** JSON Sniffing
32 wakaba 1.22
33 wakaba 1.47 [25] [[RFC 4627]] が [[JSON]] の [[charset]] [[sniffing]] について言及しています。
34 wakaba 1.22
35 wakaba 1.49 ** RDFa 処理器の Sniffing
36 wakaba 1.45
37     [50] [[RDFa 1.1]] に基づく [[RDFa処理器]]は、 [[MIME型]]によって[[ホスト言語]]を決定しなければ[['''なりません''']]。
38     [[MIME型]]を決定できないか未対応の時は、 [CODE(MIME)@en[[[application/xml]]]] としなければ[['''なりません''']]。
39     [SRC[>>49]]
40    
41     [51] >>50 の直後にこれと矛盾する次のような「NOTE」があります。 [[MIME型]]が無い時、
42     [[DOCTYPE]]、[[根要素]]、[[拡張子]]、[[利用者]]定義の引数など追加の仕組みを用いても[['''構いません''']] [SRC[>>49]]。
43    
44     [REFS[
45     - [49] [CITE@en[RDFa Core 1.1 - Second Edition]] ([TIME[2013-08-15 17:12:47 +09:00]] 版) <http://www.w3.org/TR/rdfa-core/#h3_processorconf>
46     ]REFS]
47    
48 wakaba 1.47 * 歴史
49    
50     [55] [[IE]] は古くから [CODE(HTTP)@en[[[Content-Type:]]]] ヘッダーを一部無視して[[拡張子]]を使ったり
51     [[sniffing]] したりしており、それによって他の [[Webブラウザー]]と異なる解釈をしたり、
52     それによって (本来の仕様上は問題ないはずのもので) [[セキュリティー]]上の問題を引き起こしたりして非難されていました。
53     しかし間違った [CODE(HTTP)@en[[[Content-Type:]]]] を送出する[[起源鯖]]も広く存在しており、
54     また他のブラウザーも [CODE(HTMLe)@en[[[script]]]] の [CODE(HTTP)@en[[[Content-Type:]]]]
55     を無視したり、 [CODE(HTMLe)@en[[[img]]]] では [[sniffing]] を行ったりしていて、
56     [[sniffing]] を排除することは最早できない状況でした。
57    
58     [56] そうはいっても各 [[Webブラウザー]]が独自に異なる [[sniffing]] を行って標準仕様が存在しない状況では、
59     サーバー側で[[セキュリティー]]上の問題を回避するための十分な対策を施すのも困難 (何をもって十分としてよいかすらわからない状態)
60     でありました。
61    
62     [57] 2007年頃になってようやく [[Ian Hickson]] によって [[WHATWG]] [[Web Applications 1.0]] (後の [[HTML5]]、
63     現在の [[HTML Standard]]) で [[Webブラウザー]]が実装するべき [[sniffing]] の規則が正確かつ詳細に規定されるようになりました。
64    
65     [58] その後 [[IETF]] と [[W3C]] の圧力によって [[sniffing]] は [[HTML5]] 仕様書から切り離され、
66     この分野の専門家である [[Adam Barth]] による [[Internet Draft]] として [[IETF]] で出版されるようになりました。
67    
68     [59] しかしその作業も停滞していたことから 2012年、 [[Gordon P. Hemsley]] が引き取って再び [[WHATWG]]
69     で [[Living Standard]] として出版されるようになりました。
70    
71 wakaba 1.48 ;; [60] 同じような経緯で [[W3C]] に行った仕様書はその後 [[WHATWG]] で作業が再開された後 [[W3C]]
72     が劣化コピーを発行し続ける例が多いですが、 [[IETF]] はそういうことはしていません。
73    
74 wakaba 1.22 * メモ
75 wakaba 1.2
76     [1]
77     [CITE[葉っぱ日記 - 「拡張子ではなく、内容によってファイルを開くこと」の拡張子は Content-Type ではないことに注意]] ([CODE[2007-04-04 15:46:35 +09:00]] 版) <http://d.hatena.ne.jp/hasegawayosuke/20070404/p1>
78     ([[名無しさん]] [WEAK[2007-04-04 23:46:23 +00:00]])
79    
80     [2]
81     [CITE@en[Re: Proposed Design Principles updated]] ([[Ian Hickson]] 著, [CODE[2007-04-05 14:51:37 +09:00]] 版) <http://lists.w3.org/Archives/Public/public-html/2007Apr/0232.html>
82    
83     > One browser started ignoring CSS files in one very specific
84     case, namely only if the document had a DOCTYPE that, at the time, was
85     basically unused. (I was one of the two people pushing for this.) It broke
86     some sites, but comparatively few in the grand scheme of things. (Though
87     we still get bug reports about this today, so maybe it wasn't that good an
88     idea after all.)
89    
90     ([[名無しさん]])
91    
92    
93     [3]
94     [CITE[Mime sniffing data]] ([[Adam Barth <whatwg@...>]] 著, [TIME[2008-10-09 01:34:49 +09:00]] 版) <http://permalink.gmane.org/gmane.org.w3c.whatwg.discuss/15882>
95    
96     [4] [CITE[Content-Type Processing Model ]] ([TIME[2009-01-10 07:14:52 +09:00]] 版) <http://webblaze.cs.berkeley.edu/2009/mime-sniff/mime-sniff.txt>
97 wakaba 1.3
98 wakaba 1.22 [5] [CITE@en[Sam Ruby: Mime Sniff]] ([TIME[2009-01-12 10:24:59 +09:00]] 版) <http://intertwingly.net/blog/2009/01/09/Mime-Sniff>
99    
100     [6] [CITE[IRC logs: freenode / #whatwg / 20090927]]
101     ([TIME[2009-11-30 23:26:32 +09:00]] 版)
102     <http://krijnhoetmer.nl/irc-logs/whatwg/20090927#l-135>
103    
104     [7] [CITE[IRC logs: freenode / #whatwg / 20090927]]
105     ([TIME[2009-11-30 23:26:32 +09:00]] 版)
106     <http://krijnhoetmer.nl/irc-logs/whatwg/20090927#l-320>
107    
108     [8] [CITE[IRC logs: freenode / #whatwg / 20090929]]
109     ([TIME[2009-12-02 08:29:55 +09:00]] 版)
110     <http://krijnhoetmer.nl/irc-logs/whatwg/20090929#l-357>
111    
112     [9] [CITE[Bug 8479 – http content-type override mandatory for <object>]]
113     ([TIME[2010-01-10 22:59:48 +09:00]] 版)
114     <http://www.w3.org/Bugs/Public/show_bug.cgi?id=8479>
115    
116     [10] [CITE@en[HTML5 Revision Tracker]]
117     ([TIME[2010-04-14 21:50:48 +09:00]] 版)
118     <http://html5.org/tools/web-apps-tracker?from=5041&to=5042>
119    
120     [11] [CITE[''''''[''''''whatwg'''''']'''''' Video with MIME type application/octet-stream]]
121     ( ([TIME[2010-09-02 00:45:32 +09:00]] 版))
122     <http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-August/028291.html>
123    
124     [12] [CITE[IRC logs: freenode / #whatwg / 20100825]]
125     ( ([TIME[2010-09-04 09:44:11 +09:00]] 版))
126     <http://krijnhoetmer.nl/irc-logs/whatwg/20100825#l-1199>
127    
128     [13] [CITE@en[Speech Synthesis Markup Language (SSML) Version 1.1]]
129     ( ([TIME[2010-09-08 00:26:19 +09:00]] 版))
130     <http://www.w3.org/TR/2010/REC-speech-synthesis11-20100907/#lexicon_type>
131    
132     [14] [CITE['''['''whatwg''']''' Video with MIME type application/octet-stream]]
133     ([TIME[2010-12-09 18:00:19 +09:00]] 版)
134     <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2010-December/029393.html>
135    
136     [15] [CITE@en[Web Applications 1.0 r5836 Bring the spec more in line with what the browsers do for video (largely, ignoring Content-Type). This will probably be tweaked further once Adam's draft has a section dedicated to sniffing media container formats.]]
137     ( ([TIME[2011-02-05 10:31:00 +09:00]] 版))
138     <http://html5.org/tools/web-apps-tracker?from=5835&to=5836>
139    
140     [16] [CITE[''''''[''''''websec'''''']'''''' Font sniffing]]
141     ( ([TIME[2011-01-28 00:21:17 +09:00]] 版))
142     <http://www.ietf.org/mail-archive/web/websec/current/msg00235.html>
143    
144     [17] [CITE@en[Web Applications 1.0 r5921 revert r5836 per http://lists.w3.org/Archives/Public/public-html/2011Mar/0002.html]]
145     ( ([TIME[2011-03-01 09:18:00 +09:00]] 版))
146     <http://html5.org/tools/web-apps-tracker?from=5920&to=5921>
147    
148     [18] [CITE@en[Re: Request for revert on bug 11984]]
149     ( ([[Ian Hickson]] 著, [TIME[2011-03-01 09:14:52 +09:00]] 版))
150     <http://lists.w3.org/Archives/Public/public-html/2011Mar/0002.html>
151    
152     [19] [CITE[IRC logs: freenode / #whatwg / 20110123]]
153     ( ([TIME[2011-03-05 11:46:54 +09:00]] 版))
154     <http://krijnhoetmer.nl/irc-logs/whatwg/20110123>
155    
156     [20] [CITE[IRC logs: freenode / #whatwg / 20110124]]
157     ( ([TIME[2011-03-05 23:14:05 +09:00]] 版))
158     <http://krijnhoetmer.nl/irc-logs/whatwg/20110124>
159    
160     [21] [CITE[IRC logs: freenode / #whatwg / 20110127]]
161     ( ([TIME[2011-03-10 07:30:55 +09:00]] 版))
162     <http://krijnhoetmer.nl/irc-logs/whatwg/20110127>
163    
164     [22] [CITE[IRC logs: freenode / #whatwg / 20110205]]
165     ( ([TIME[2011-03-19 23:45:14 +09:00]] 版))
166     <http://krijnhoetmer.nl/irc-logs/whatwg/20110205#l-71>
167    
168     [23] [CITE@en[Web Applications 1.0 r5979 10805]]
169     ( ([TIME[2011-04-09 07:12:00 +09:00]] 版))
170     <http://html5.org/tools/web-apps-tracker?from=5978&to=5979>
171    
172     [24] [CITE[drafts/sniff.xml at master from abarth's ietf-websec - GitHub]]
173     ( ([TIME[2011-02-13 13:01:23 +09:00]] 版))
174 wakaba 1.29 <https://github.com/abarth/ietf-websec/blob/master/drafts/sniff.xml>
175    
176     [26] [CITE[MIME Sniffing]]
177     ( ([TIME[2011-09-27 05:18:56 +09:00]] 版))
178     <http://mimesniff.spec.whatwg.org/>
179    
180     [27] [CITE@en[Web Applications 1.0 r6721 (WIP - MIMESNIFF has not yet been updated accordingly) Change the spec to use MIMESNIFF rules for text tracks instead of blindly honouring MIME types.]]
181     ( ([TIME[2011-10-21 08:27:00 +09:00]] 版))
182     <http://html5.org/tools/web-apps-tracker?from=6720&to=6721>
183    
184     [28] [CITE@en[Web Applications 1.0 r6823 Make appcache no longer check for the MIME type.]]
185     ( ([TIME[2011-11-11 09:36:00 +09:00]] 版))
186     <http://html5.org/tools/web-apps-tracker?from=6822&to=6823>
187    
188     [29] [CITE@en[Web Applications 1.0 r6826 Add warnings about media elements and track and how to determine the type and how we don't know what hte solution is.]]
189     ( ([TIME[2011-11-12 09:22:00 +09:00]] 版))
190     <http://html5.org/tools/web-apps-tracker?from=6825&to=6826>
191    
192     [30] [CITE@en[Web Applications 1.0 r6920 Remove vestiges of MIME type checking in appcache.Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=14701]]
193     ( ([TIME[2012-01-26 08:27:00 +09:00]] 版))
194     <http://html5.org/tools/web-apps-tracker?from=6919&to=6920>
195    
196     [31] [CITE@en[Web Applications 1.0 r6990 Factor out the prescan algorithm for reuse in other specs.]]
197     ( ([TIME[2012-02-14 06:06:00 +09:00]] 版))
198 wakaba 1.36 <http://html5.org/tools/web-apps-tracker?from=6989&to=6990>
199    
200     [33] [CITE[IRC logs: freenode / #whatwg / 20120801]]
201     ( ([TIME[2012-08-06 21:04:00 +09:00]] 版))
202     <http://krijnhoetmer.nl/irc-logs/whatwg/20120801#l-248>
203    
204     [34] [CITE@en[Web Applications 1.0 r7360 Make a BOM override HTTP headers.]]
205     ( ([TIME[2012-09-16 12:55:00 +09:00]] 版))
206     <http://html5.org/tools/web-apps-tracker?from=7359&to=7360>
207    
208     [35] [CITE[IRC logs: freenode / #whatwg / 20120928]]
209     ( ([TIME[2012-10-03 22:06:16 +09:00]] 版))
210     <http://krijnhoetmer.nl/irc-logs/whatwg/20120928>
211    
212     [36] [CITE[IRC logs: freenode / #whatwg / 20120928]]
213     ( ([TIME[2012-10-03 22:06:16 +09:00]] 版))
214     <http://krijnhoetmer.nl/irc-logs/whatwg/20120928>
215    
216     [37] [CITE[whatwg/mimesniff]]
217     ( ([TIME[2012-10-03 22:39:05 +09:00]] 版))
218     <https://github.com/whatwg/mimesniff>
219    
220     [38] [CITE[''''''[''''''whatwg'''''']'''''' '''['''mimesniff''']''' Review requested on MIME Sniffing Standard]]
221     ( ([TIME[2012-11-06 00:29:10 +09:00]] 版))
222     <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2012-November/037787.html>
223    
224     [REFS[
225     - [39] [CITE[Hosting - Google Chrome]] ([TIME[2012-11-18 01:28:56 +09:00]] 版) <http://developer.chrome.com/extensions/hosting.html>
226     ]REFS]
227    
228     [40] >>39 によると [[Chrome]] は未知の[[MIME型]]の sniffing で [CODE(MIME)@en[[[application/x-chrome-extension]]]]
229 wakaba 1.45 にも対応しているようです。
230    
231     [41] [CITE[Issue 7448 - chromium - CSS and JS files with MIME Type text/plain should still apply - An open-source browser project to help move the web forward. - Google Project Hosting]]
232     ( ([TIME[2012-11-18 01:42:41 +09:00]] 版))
233     <http://code.google.com/p/chromium/issues/detail?id=7448>
234    
235     [42] [CITE[IRC logs: freenode / #whatwg / 20121018]]
236     ( ([TIME[2012-11-18 00:24:44 +09:00]] 版))
237     <http://krijnhoetmer.nl/irc-logs/whatwg/20121018#l-259>
238    
239     [43] [CITE[IRC logs: freenode / #whatwg / 20121105]]
240     ( ([TIME[2012-11-24 13:19:40 +09:00]] 版))
241     <http://krijnhoetmer.nl/irc-logs/whatwg/20121105#l-755>
242    
243     [44] [CITE[IRC logs: freenode / #whatwg / 20121109]]
244     ( ([TIME[2012-11-26 22:30:44 +09:00]] 版))
245     <http://krijnhoetmer.nl/irc-logs/whatwg/20121109>
246    
247     [45] [CITE[Packaged Web Apps (Widgets) - Packaging and XML Configuration (Second Edition)]]
248     ( ([TIME[2012-11-22 21:22:20 +09:00]] 版))
249     <http://w3c.github.com/packed-webapps/packaging/#rule-for-identifying-the-media-type-of-a-file>
250    
251     [46] [CITE@en[Web Applications 1.0 r7701 Revert part of r5545 because bz changed his mind and this matches reality better. :-)]]
252     ( ([TIME[2013-02-07 08:10:00 +09:00]] 版))
253     <http://html5.org/tools/web-apps-tracker?from=7700&to=7701>
254    
255     [47] [CITE@en[Web Applications 1.0 r7701 Revert part of r5545 because bz changed his mind and this matches reality better. :-)]]
256     ( ([TIME[2013-02-07 08:10:00 +09:00]] 版))
257     <http://html5.org/tools/web-apps-tracker?from=7700&to=7701>
258    
259     [48] [CITE@EN[Authoritative Metadata]]
260     ( ([TIME[2013-04-05 19:44:14 +09:00]] 版))
261 wakaba 1.47 <http://www.w3.org/2001/tag/doc/mime-respect-20130405.html>
262    
263     [52] [CITE@en[Windows RSS Publisher's Guide (work-in-progress) - Microsoft RSS Blog - Site Home - MSDN Blogs]]
264     ( ([TIME[2013-12-04 04:55:23 +09:00]] 版))
265 wakaba 1.46 <http://blogs.msdn.com/b/rssteam/archive/2005/08/02/publishersguide.aspx>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24