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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.20 - (hide annotations) (download)
Sun Oct 13 03:02:33 2013 UTC (11 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.19: +5 -1 lines
File MIME type: text/plain
updated by (anon)

1 wakaba 1.3
2     [1] [[DOM]] 0+ の読取専用属性 [DFN[[CODE[[VAR(DOMi)[[[HTMLDocument]]]].[CODE(DOMa)[referrer]]]],]]
3     [[MathML]] の読取専用属性
4     [DFN[[CODE[[VAR(DOMi)[[[MathMLDocument]]]].[CODE(DOMa)[referrer]]]],]]
5     [[SVG]] の読取専用属性
6     [DFN[[CODE[[VAR(DOMi)[[[SVGDocument]]]].[CODE(DOMa)[referrer]]]]]]
7     は、その頁の [[Referer]] [[URI]] を返します。
8     この属性値の型は [CODE(DOM)[[[DOMString]]]] です。
9    
10     [[リンク]]を辿ってきたのではないような場合には、
11     HTML と SVG では空文字列に、 MathML では [CODE(DOM)[[[null]]]]
12     になります。
13    
14     * 歴史
15    
16     [REFS[
17     - [DOM 1 FE]
18     <http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html.html#attribute-referrer>
19     - [DOM 1 SE]
20     <http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-one-html.html#ID-95229140>
21     - [DOM 2] <http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-95229140>
22     - [MathML 2]
23     <http://www.w3.org/TR/MathML2/appendixd.html#dom.Document>
24     - [SVG 1.0]
25     <http://www.w3.org/TR/SVG10/struct.html#InterfaceSVGDocument>
26     - [SVG 1.1]
27     <http://www.w3.org/TR/SVG11/struct.html#InterfaceSVGDocument>
28 wakaba 1.4 - [1236] [CITE[Document Structure – SVG 1.1 (Second Edition)]]
29     ( ([TIME[2011-08-10 12:35:27 +09:00]] 版))
30     <http://www.w3.org/TR/2011/REC-SVG11-20110816/struct.html#__svg__SVGDocument__referrer>
31 wakaba 1.3 ]REFS]
32    
33     * 実装
34    
35     [REFS[
36     - [2]
37     <http://www.microsoft.com/japan/msdn/library/ja/jpisdk/dhtml/references/properties/referrer.asp?FRAME=true#referrer>
38     - [3]
39     ''referrer Property (document) (Internet Explorer)'' <http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/referrer.asp>
40     ]REFS]
41    
42     * メモ
43    
44 wakaba 1.14 [1237] こちらは [[referer]] ではなく [[refe''rr''er]] です。
45    
46     [1238] [CITE[''''''[''''''whatwg'''''']'''''' <meta name="referrer">]]
47     ( ([TIME[2011-10-26 08:31:13 +09:00]] 版))
48     <http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2011-October/033617.html>
49    
50     [1239] [CITE@en[Meta referrer - WHATWG Wiki]]
51     ( ([TIME[2011-10-26 08:13:15 +09:00]] 版))
52     <http://wiki.whatwg.org/wiki/Meta_referrer>
53    
54     [1240] [CITE[Document Object Model for MathML]]
55     ( ([TIME[2001-02-20 21:36:10 +09:00]] 版))
56     <http://www.w3.org/TR/2001/REC-MathML2-20010221/appendixd.html#dom_Document>
57    
58     [1241] [CITE[Document Object Model for MathML]]
59     ( ([TIME[2002-05-23 15:35:03 +09:00]] 版))
60     <http://www.w3.org/Math/DOM/mathml2/appendixd.html#dom_Document>
61    
62     [1242] [CITE@en[Web Applications 1.0 r7710 Integrate with URL standard.]]
63     ( ([TIME[2013-02-09 11:07:00 +09:00]] 版))
64     <http://html5.org/tools/web-apps-tracker?from=7709&to=7710>
65    
66     [1243] [CITE@en[Web Applications 1.0 r7762 I totally broke document.referrer a few weeks ago.]]
67     ( ([TIME[2013-03-22 03:22:00 +09:00]] 版))
68     <http://html5.org/tools/web-apps-tracker?from=7761&to=7762>
69    
70     [1244] [CITE[''''''[''''''whatwg'''''']'''''' Question about document.referrer (and document.URL, document.location.href) when IDN domains are in use]]
71     ( ([TIME[2013-07-13 07:02:52 +09:00]] 版))
72     <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2013-July/040031.html>
73    
74     [1245] [CITE[''''''[''''''whatwg'''''']'''''' Question about document.referrer (and document.URL, document.location.href) when IDN domains are in use]]
75     ( ([TIME[2013-09-10 23:02:32 +09:00]] 版))
76     <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2013-September/040748.html>
77    
78     [1246] [CITE[Bug 61576 – Consider adding "scrub-referrer" directive to CSP]]
79     ( ([TIME[2013-10-13 02:12:25 +09:00]] 版))
80     <https://bugs.webkit.org/show_bug.cgi?id=61576>
81    
82     [1247] [CITE@en[Content Security Policy 1.1]] ([TIME[2013-10-13 02:14:40 +09:00]] 版) <https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html#referrer>
83 wakaba 1.15
84    
85     [1248] [CITE[restrict-referrer-leakage.txt on Ticket #127 – Attachment – tahoe-lafs]]
86     ( ([TIME[2013-10-13 02:50:58 +09:00]] 版))
87 wakaba 1.16 <https://tahoe-lafs.org/trac/tahoe-lafs/attachment/ticket/127/restrict-referrer-leakage.txt>
88    
89     [1249] [CITE@en[Privacy/Features/Shortened HTTP Referer header - MozillaWiki]]
90     ( ([TIME[2013-08-10 14:11:55 +09:00]] 版))
91 wakaba 1.17 <https://wiki.mozilla.org/Privacy/Features/Shortened_HTTP_Referer_header>
92    
93     [1250] [CITE@ja[Protecting Privacy with Referrers]]
94     ( ([TIME[2013-10-13 02:52:44 +09:00]] 版))
95 wakaba 1.18 <http://www.facebook.com/notes/facebook-engineering/protecting-privacy-with-referrers/392382738919>
96    
97     [1251] [CITE@en[''''''[''''''whatwg'''''']'''''' Feedback on Meta referrer]]
98     ( ([[Adam Barth]] 著, [TIME[2012-01-26 18:48:18 +09:00]] 版))
99 wakaba 1.19 <http://lists.w3.org/Archives/Public/public-whatwg-archive/2012Jan/0243.html>
100    
101     [1252] [CITE@en[ISSUE-39: Discuss CSP relevant use cases for possibly including Meta Referrer as a CSP directive - Web Application Security Working Group Tracker]]
102     ( ([TIME[2013-10-13 03:01:35 +09:00]] 版))
103 wakaba 1.20 <http://www.w3.org/2011/webappsec/track/issues/39>
104    
105     [1253] [CITE@en[scrub-referrer directive?]]
106     ( ([[Adam Barth]] 著, [TIME[2011-05-27 09:04:11 +09:00]] 版))
107     <http://lists.w3.org/Archives/Public/public-web-security/2011May/0001.html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24