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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (hide annotations) (download)
Thu Oct 23 04:18:26 2008 UTC (17 years, 5 months ago) by wakaba
Branch: MAIN
CVS Tags: after-new-ids, HEAD
Changes since 1.6: +14 -14 lines
reflect id changes

1 apache 1.2 #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 apache 1.4 <span class=secno>$1 </span>宣言的2次元ベクトル画像・アニメーション
37 apache 1.2
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 wakaba 1.7 Objects that implement the <code><a href=#window>Window</a></code>
61 apache 1.2 interface must also implement the <code><a
62 wakaba 1.7 href=#windowtimers>WindowTimers</a></code> interface:
63 apache 1.2 #ja
64 wakaba 1.7 <code><a href=#window>Window</a></code> 界面を実装するオブジェクトは、
65 apache 1.2 <code><a
66 wakaba 1.7 href=#windowtimers>WindowTimers</a></code>
67 apache 1.2 界面も実装しなければ<!--[ [MUST:-->なりません<!--] ]-->。
68    
69     #en
70 apache 1.4 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 apache 1.2 Index
89     #ja
90     索引
91 apache 1.4
92     #en
93     Acknowledgements
94     #ja
95     謝辞
96    
97     #pattern
98 apache 1.6 Thanks to *, and * for their useful and
99 apache 1.4 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 apache 1.2
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 wakaba 1.7 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 apache 1.2 WHATWG lists</a>.
115     #ja
116     HTML5 についてブログや公開メイリング・リストや掲示板 (<a
117 wakaba 1.7 href=http://lists.w3.org/Archives/Public/public-html/>W3C public-html
118     メイリング・リスト</a>や<a href=http://www.whatwg.org/mailing-list>WHATWG
119 apache 1.2 各種メイリング・リスト</a>など) に投稿したすべての方々にも感謝します。
120    
121     #en
122     Special thanks to Richard Williamson for creating the first
123 wakaba 1.7 implementation of <code><a href=#canvas>canvas</a></code> in Safari,
124 apache 1.2 from which the canvas feature was designed.
125     #ja
126 wakaba 1.7 Safari に最初に <code><a href=#canvas>canvas</a></code>
127 apache 1.2 を実装した 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 wakaba 1.7 href=#attr-contenteditable>contenteditable</a></code>, and other features
133 apache 1.2 first widely deployed by the Windows Internet Explorer browser.
134     #ja
135     事象に基づくドラッグ・アンド・ドロップ機構、<code title=attr-contenteditable><a
136 wakaba 1.7 href=#attr-contenteditable>contenteditable</a></code>、
137 apache 1.2 その他 Windows Internet Explorer ブラウザではじめて広く採用された機能を最初に実装した
138     Microsoft の従業員のみなさんにも特に感謝します。
139    
140     #en
141     Special thanks and $10,000 to David Hyatt who came up with a broken
142 wakaba 1.7 implementation of the <a href=#adoptionAgency>adoption agency
143 apache 1.2 algorithm</a> that the editor had to reverse engineer and fix before using
144     it in the parsing section.
145     #ja
146 wakaba 1.7 構文解析の章に採用するために編集者が逆行分析して不具合を修正せざるを得なかった、<a href=#adoptionAgency>養子代理人算法</a>の壊れた実装を考案した David Hyatt
147 apache 1.2 に特に感謝し、賞金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 apache 1.5 #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 チームの方々はこの技術を開拓し、その経験はこの仕様書にも多大な影響を与えています。

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24