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

Diff of /markup/html/html5/spec-ja/data/appendices.dat

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by apache, Sat Jul 12 02:29:42 2008 UTC revision 1.5 by apache, Fri Jul 18 10:42:12 2008 UTC
# Line 0  Line 1 
1    #pattern
2    <span class=secno>* </span>Things that you can't do with this
3       specification because they are better handled using other technologies
4       that are further described herein
5    #ja
6    <span class=secno>$1 </span>ここで詳しく説明する他の技術を使う方がよりうまく取り扱えるのでこの仕様書では行うことができない事柄
7    
8    #en
9    There are certain features that are not handled by this specification
10       because a client side markup language is not the right level for them, or
11       because the features exist in other languages that can be integrated into
12       this one. This section covers some of the more common requests.
13    #ja
14    この仕様書では、
15    クライアント側マーク付け言語が適当な水準ではないため、
16    あるいはこの言語と統合できる別の言語に機能が存在するため、
17    取り扱わない機能があります。この章ではとてもよくある要求のいくつかに触れます。
18    
19    #pattern
20    <span class=secno>* </span>Localization
21    #ja
22    <span class=secno>$1 </span>局所化
23    
24    #en
25    If you wish to create localized versions of an HTML application, the
26       best solution is to preprocess the files on the server, and then use HTTP
27       content negotiation to serve the appropriate language.
28    #ja
29    HTML アプリケーションの局所化した版を作成したいという場合、
30    ファイルを鯖で前処理した上で、 HTTP 内容折衝を使って適当な言語で供給するのが最も良い解決策です。
31    
32    #pattern
33    <span class=secno>* </span>Declarative 2D vector
34       graphics and animation
35    #ja
36    <span class=secno>$1 </span>宣言的2次元ベクトル画像・アニメーション
37    
38    #en
39    Embedding vector graphics into XHTML documents is the domain of SVG.
40    #ja
41    ベクトル画像の XHTML 文書への埋め込みは SVG の範囲です。
42    
43    #pattern
44    <span class=secno>* </span>Declarative 3D scenes
45    #ja
46    <span class=secno>$1 </span>宣言的3次元場面
47    
48    #en
49    Embedding 3D imagery into XHTML documents is the domain of X3D, or
50       technologies based on X3D that are namespace-aware.
51    #ja
52    3次元画像の XHTML 文書への埋め込みは X3D や、 X3D に基づく名前空間に対応した技術の範囲です。
53    
54    #pattern
55    <span class=secno>* </span>Timers
56    #ja
57    <span class=secno>$1 </span>タイマー
58    
59    #en
60    Objects that implement the <code><a href="#window">Window</a></code>
61       interface must also implement the <code><a
62       href="#windowtimers">WindowTimers</a></code> interface:
63    #ja
64    <code><a href="#window">Window</a></code> 界面を実装するオブジェクトは、
65    <code><a
66       href="#windowtimers">WindowTimers</a></code>
67    界面も実装しなければ<!--[ [MUST:-->なりません<!--] ]-->。
68    
69    #en
70    Workers whose parents are not longer useful should be killed. Workers
71        should be able to detect this is about to happen and exit gracefully.
72    #ja
73    親が有用ではなくなった労働者は殺される[[SHOULD:べきです]]。
74    労働者はこれが起こることを検知して華麗に終了することができる[[SHOULD:べきです]]。
75    
76    #en
77    References
78    #ja
79    参考文献
80    
81    #en
82    This section will be written in a future
83       draft.<!--XXX-->
84    #ja
85    この章は将来の仕様案で執筆します。
86    
87    #en
88    Index
89    #ja
90    索引
91    
92    #en
93    Acknowledgements
94    #ja
95    謝辞
96    
97    #pattern
98    Thanks to * and * for their useful and
99       substantial comments.
100    #ja
101    $1, $2 の有用かつ重要なコメントに感謝します。
102    
103    #pattern
104    Thanks to *, and *, for their useful and
105       substantial comments.
106    #ja
107    $1, $2 の有用かつ重要なコメントに感謝します。
108    
109    #en
110    Thanks also to everyone who has ever posted about HTML5 to their blogs,
111       public mailing lists, or forums, including the <a
112       href="http://lists.w3.org/Archives/Public/public-html/">W3C public-html
113       list</a> and the <a href="http://www.whatwg.org/mailing-list">various
114       WHATWG lists</a>.
115    #ja
116    HTML5 についてブログや公開メイリング・リストや掲示板 (<a
117       href="http://lists.w3.org/Archives/Public/public-html/">W3C public-html
118    メイリング・リスト</a>や<a href="http://www.whatwg.org/mailing-list">WHATWG
119    各種メイリング・リスト</a>など) に投稿したすべての方々にも感謝します。
120    
121    #en
122    Special thanks to Richard Williamson for creating the first
123       implementation of <code><a href="#canvas">canvas</a></code> in Safari,
124       from which the canvas feature was designed.
125    #ja
126    Safari に最初に <code><a href="#canvas">canvas</a></code>
127    を実装した Richard Williamson に特に感謝します。画布機能はこれをもとに設計しました。
128    
129    #en
130    Special thanks also to the Microsoft employees who first implemented the
131       event-based drag-and-drop mechanism, <code title=attr-contenteditable><a
132       href="#contenteditable0">contenteditable</a></code>, and other features
133       first widely deployed by the Windows Internet Explorer browser.
134    #ja
135    事象に基づくドラッグ・アンド・ドロップ機構、<code title=attr-contenteditable><a
136       href="#contenteditable0">contenteditable</a></code>、
137    その他 Windows Internet Explorer ブラウザではじめて広く採用された機能を最初に実装した
138    Microsoft の従業員のみなさんにも特に感謝します。
139    
140    #en
141    Special thanks and $10,000 to David Hyatt who came up with a broken
142       implementation of the <a href="#adoptionAgency">adoption agency
143       algorithm</a> that the editor had to reverse engineer and fix before using
144       it in the parsing section.
145    #ja
146    構文解析の章に採用するために編集者が逆行分析して不具合を修正せざるを得なかった、<a href="#adoptionAgency">養子代理人算法</a>の壊れた実装を考案した David Hyatt
147    に特に感謝し、賞金100万円を贈ります。
148    
149    #en
150    Thanks to the many sources that provided inspiration for the examples
151       used in the specification.
152    #ja
153    この仕様書中で使用した例文の着想を得た多くの出典に感謝します。
154    
155    #en
156    Thanks also to the Microsoft blogging community for some ideas, to the
157       attendees of the W3C Workshop on Web Applications and Compound Documents
158       for inspiration, and to the #mrt crew, the #mrt.no crew, the #whatwg crew,
159       and the cabal for their ideas and support.
160    #ja
161    いくつかのアイディアについて Microsoft ブログ社会、
162    着想の元となった Web アプリケーションおよび複合文書に関する W3C 研究会の参加者の方々、
163    そしてアイディアを提供していただき支援してくださった #mrt の中の人達、 #mrt.no
164    の中の人達、 #whatwg の中の人達、秘密結社にも感謝します。
165    
166    #en
167    Huge thanks to the whole Gears team, who pioneered this technology and
168       whose experience has been a huge influence on this specification.
169    #ja
170    Gears チームの方々にも非常に感謝します。
171    Gears チームの方々はこの技術を開拓し、その経験はこの仕様書にも多大な影響を与えています。

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24