/[suikacvs]/markup/html/html5/spec-ja/data/communications.dat
Suika

Contents of /markup/html/html5/spec-ja/data/communications.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (hide annotations) (download)
Tue Aug 12 01:48:39 2008 UTC (17 years, 8 months ago) by apache
Branch: MAIN
Changes since 1.7: +18 -1 lines
by remote user 'guest'

1 apache 1.2
2    
3     #pattern
4     <span class=secno>* </span>Communication
5     #ja
6 apache 1.3 <span class=secno>$1 </span>通信
7    
8     #pattern
9     <span class=secno>* </span>Event definitions
10     #ja
11 apache 1.4 <span class=secno>$1 </span>事象定義
12    
13     #en
14     Messages in <a href="#server-sent">server-sent events</a>, <a
15     href="#web-sockets">Web sockets</a>, <a
16     href="#cross-document">cross-document messaging</a>, and <a
17     href="#channel0">channel messaging</a> use the <dfn id=message2
18     title=event-message><code>message</code></dfn> event.
19     #ja
20     <a href="#server-sent">鯖送信事象</a>、<a
21     href="#web-sockets">Web ソケット</a>、<a
22     href="#cross-document">文書間メッセージ交換</a>、<a
23     href="#channel0">通信路メッセージ交換</a>のメッセージは<dfn id=message2
24 apache 1.5 title=event-message><code>message</code></dfn> 事象を使います。
25    
26     #en
27     The following interface is defined for this event:
28     #ja
29 apache 1.6 次の界面はこの事象のために定義されています。
30    
31     #pattern
32     The <dfn id=*
33     title=dom-*><code>*()</code></dfn>
34     and <dfn id=*
35     title=dom-*><code>*()</code></dfn>
36     methods must initialise the event in a manner analogous to the
37     similarly-named methods in the DOM3 Events interfaces. <a
38     href="#refsDOM3EVENTS">[DOM3EVENTS]</a>
39     #ja
40     <dfn id=$1
41     title=dom-$2><code>$3()</code></dfn>
42     メソッドと <dfn id=$4
43     title=dom-$5><code>initMessageEventNS()</code></dfn>
44     メソッドは、 DOM3 事象界面の似たような名前のメソッドと同じような方法で事象を初期化しなければ[[MUST:なりません]]。
45     <a
46 apache 1.7 href="#refsDOM3EVENTS">[DOM3EVENTS]</a>
47    
48     #en
49     The <dfn id=data4 title=dom-MessageEvent-data><code>data</code></dfn>
50     attribute represents the message being sent.
51     #ja
52     <dfn id=data4 title=dom-MessageEvent-data><code>data</code></dfn>
53 apache 1.8 属性は送信されたメッセージを表します。
54    
55     #en
56     The <dfn id=origin1
57     title=dom-MessageEvent-origin><code>origin</code></dfn> attribute
58     represents, in <a href="#server-sent">server-sent events</a> and <a
59     href="#cross-document">cross-document messaging</a>, the <a
60     href="#origin0">origin</a> of the document that sent the message
61     (typically the scheme, hostname, and port of the document, but not its
62     path or fragment identifier).
63     #ja
64     <dfn id=origin1
65     title=dom-MessageEvent-origin><code>origin</code></dfn>
66     属性は、 <a href="#server-sent">鯖送信事象</a>と<a
67     href="#cross-document">文書間メッセージ交換</a>において、メッセージを送信した文書の<a
68     href="#origin0">起源</a>
69     (普通は当該文書の scheme と hostname と port で、 path や素片識別子は含みません。)
70     を表します。

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24