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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.26 - (hide annotations) (download)
Thu Oct 23 04:20:23 2008 UTC (17 years, 9 months ago) by apache
Branch: MAIN
Changes since 1.25: +18 -0 lines
by remote user 'guest'

1 apache 1.8 #pattern
2     Draft Recommendation — *
3     #ja
4     勧告案<ins class=ja-note>の非公式和訳</ins> &mdash;
5     <ins class=ja-note>(原文出版日)</ins> $1
6    
7     #pattern
8     Draft Recommendation &mdash; * July *
9     #ja
10     勧告案<ins class=ja-note>の非公式和訳</ins> &mdash;
11     <ins class=ja-note>(原文出版日)</ins> $2年7月$1日
12    
13 apache 1.13 #pattern
14     Draft Recommendation &mdash; * August *
15     #ja
16     勧告案<ins class=ja-note>の非公式和訳</ins> &mdash;
17     <ins class=ja-note>(原文出版日)</ins> $2年8月$1日
18    
19 apache 1.26 #pattern
20     Draft Recommendation &mdash; * September *
21     #ja
22     勧告案<ins class=ja-note>の非公式和訳</ins> &mdash;
23     <ins class=ja-note>(原文出版日)</ins> $2年9月$1日
24    
25     #pattern
26     Draft Recommendation &mdash; * October *
27     #ja
28     勧告案<ins class=ja-note>の非公式和訳</ins> &mdash;
29     <ins class=ja-note>(原文出版日)</ins> $2年10月$1日
30    
31     #pattern
32     Draft Recommendation &mdash; * November *
33     #ja
34     勧告案<ins class=ja-note>の非公式和訳</ins> &mdash;
35     <ins class=ja-note>(原文出版日)</ins> $2年11月$1日
36    
37 apache 1.8 #en
38 wakaba 1.25 <link href=/style/specification rel=stylesheet>
39 apache 1.8 #ja
40 wakaba 1.25 <link href=http://www.whatwg.org/style/specification rel=stylesheet>
41 apache 1.8 <!-- Japanese-translation-only style rules -->
42     <style>
43 apache 1.17 em, i {
44     font-style: normal;
45 apache 1.8 text-decoration: underline;
46     }
47 apache 1.17
48     .note, .warning {
49     font-style: normal;
50     }
51     p.note:before {
52     content: '注意: ';
53     }
54     p.warning:before {
55     content: '\26A0 警告! ';
56     }
57    
58 apache 1.8 ins.ja-note {
59     background-color: #EEFFFF;
60     color: black;
61     }
62 apache 1.21 span.ja-translation {
63     border-style: none !important;
64 apache 1.18 }
65 apache 1.22
66     /* From Web Workers <style>, modified for Japanese texts */
67     p > span.ja-translation > span:not([title=""]):not([class="big-issue"]),
68     li > span.ja-translation > span:not([title=""]):not([class="big-issue"]) {
69     border-bottom: solid #99CC99;
70     }
71    
72 apache 1.8 </style>
73    
74     #en
75 wakaba 1.25 <link href=/images/icon rel=icon>
76 apache 1.8 #ja
77 wakaba 1.25 <link href=http://www.whatwg.org/images/icon rel=icon>
78 apache 1.8
79     #en
80     <link href=status.css rel=stylesheet>
81     #ja
82 wakaba 1.25 <link href=http://www.whatwg.org/specs/web-apps/current-work/status.css rel=stylesheet>
83 apache 1.8
84     #en
85     <script src=status.js>
86     #ja
87 wakaba 1.25 <script src=http://www.whatwg.org/specs/web-apps/current-work/status.js>
88 apache 1.8
89     #en
90 wakaba 1.25 <a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG
91     src=/images/logo></a>
92 apache 1.8 #ja
93 wakaba 1.25 <a class=logo href=http://www.whatwg.org/ rel=home><img lang=en alt=WHATWG
94     src=http://www.whatwg.org/images/logo></a>
95 apache 1.8
96     #en
97     You can take part in this work. <a
98 wakaba 1.25 href=http://www.whatwg.org/mailing-list>Join the working group's
99 apache 1.8 discussion list.</a>
100     #ja
101     みなさんにも作業にご参加いただけます。 <a
102 wakaba 1.25 href=http://www.whatwg.org/mailing-list>作業部会の議論用メイリング・リストに参加してください。</a>
103 apache 1.8
104     #en
105     <strong>Web designers!</strong> We have a <a
106 wakaba 1.25 href=http://blog.whatwg.org/faq/>FAQ</a>, a <a
107     href=http://forums.whatwg.org/>forum</a>, and a <a
108     href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for
109 apache 1.8 you!
110     #ja
111     <strong>Web デザイナー!</strong> みなさんのための <a
112 wakaba 1.25 href=http://blog.whatwg.org/faq/ lang=en>FAQ</a>、<a
113     href=http://forums.whatwg.org/>掲示板</a>、<a
114     href=http://www.whatwg.org/mailing-list#help>ヘルプ用メイリング・リスト</a>があります!
115 apache 1.8
116     </span><p>
117    
118     <!-- Japanese-translation-only notes -->
119 apache 1.12 <ins class=ja-note style="display: block" lang=ja>
120 apache 1.8 <p>この文書は、 WHATWG HTML5 仕様書の日本語訳です。
121     HTML5 の正式な仕様書は英語版だけであり、
122     この日本語訳はあくまで参考としてご利用ください。
123    
124 apache 1.9 <p lang=en>This document is a Japanese translation of
125 apache 1.8 the WHATWG HTML5 specification. Note that the only normative specification
126     for the HTML5 is the original English version and this Japanese
127     translation is non‐normative.
128 apache 1.9
129 wakaba 1.25 <p>日本語訳は <a href=edit/ rel=edit>Web 界面</a>を使って編集できます。
130 apache 1.11 編集結果はおよそ3時間おきに反映されます。
131     また、原文の変更には毎日自動的に追随しています。
132 apache 1.12
133 wakaba 1.25 <p lang=en>The Japanese text can be edited using the <a href=edit/ rel=edit>Web
134 apache 1.12 interface</a>. Any modifications will be reflected to this translation
135     in about three hours. Note that any changes to the original specification
136     will automatically be incorporated to this translation every day.
137 apache 1.8 </ins>
138    
139     <p><span><!-- dummy -->
140    
141     #en
142     This version:
143     #ja
144     <ins class=ja-note>原文の</ins>この版
145    
146     #en
147     One-page version:
148     #ja
149     <ins class=ja-note>原文の</ins>単一頁版:
150    
151     #en
152     Multiple-page version:
153     #ja
154     <ins class=ja-note>原文の</ins>多頁版:
155    
156     #en
157     PDF print versions:
158     #ja
159     <ins class=ja-note>原文の</ins> <abbr lang=en>PDF</abbr> 印刷版:
160    
161     #en
162 apache 1.24 Letter: <a
163 wakaba 1.25 href=http://www.whatwg.org/specs/web-apps/current-work/html5-letter.pdf>http://www.whatwg.org/specs/web-apps/current-work/html5-letter.pdf</a>
164 apache 1.24 #ja
165     手紙: <a
166 wakaba 1.25 href=http://www.whatwg.org/specs/web-apps/current-work/html5-letter.pdf>http://www.whatwg.org/specs/web-apps/current-work/html5-letter.pdf</a>
167 apache 1.24
168     #en
169 apache 1.8 Version history:
170     #ja
171     <ins class=ja-note>原文の</ins>改版履歴:
172    
173     #en
174     Twitter messages (non-editorial changes only): <a
175 wakaba 1.25 href=http://twitter.com/WHATWG>http://twitter.com/WHATWG</a>
176 apache 1.8 #ja
177     <span lang=en>Twitter</span> メッセージ (編集上の変更以外): <a
178 wakaba 1.25 href=http://twitter.com/WHATWG>http://twitter.com/WHATWG</a>
179 apache 1.8
180 apache 1.23 #en
181     Commit-Watchers mailing list: <a
182 wakaba 1.25 href=http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org>http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org</a>
183 apache 1.23 #ja
184     Commit-Watchers メイリング・リスト: <a
185 wakaba 1.25 href=http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org>http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org</a>
186 apache 1.23
187 apache 1.8 #pattern
188     Interactive Web interface: *
189     #ja
190     対話的 <span lang=en>Web</span> 界面: $1
191    
192     #pattern
193     Subversion interface: *
194     #ja
195     <span lang=en>Subversion</span> 界面: $1
196    
197     #en
198     HTML diff with the last version in Subversion: <a
199     href=index-diff>http://whatwg.org/specs/web-apps/current-work/index-diff</a>
200     #ja
201     <span lang=en>Subversion</span> 上の最新版との <abbr lang=en>HTML</abbr>
202     差分: <a
203 wakaba 1.25 href=http://whatwg.org/specs/web-apps/current-work/index-diff>http://whatwg.org/specs/web-apps/current-work/index-diff</a>
204 apache 1.8
205     #en
206 apache 1.24 <label><input id=updatesEnabled
207     onchange="configureUpdates(this.checked)" type=checkbox> Watch for
208     updates</label>
209     #ja
210     <label><input id=updatesEnabled
211     onchange="configureUpdates(this.checked)" type=checkbox> 更新を見る</label>
212    
213     #en
214 apache 1.8 Issues:
215     #ja
216     問題:
217    
218     #en
219     To send feedback: <a
220 wakaba 1.25 href=http://www.whatwg.org/mailing-list>[email protected]</a>
221 apache 1.8 #ja
222     フィードバックの送信先: <a
223 wakaba 1.25 href=http://www.whatwg.org/mailing-list>[email protected]</a>
224 apache 1.8
225     #en
226     To view and vote on feedback: <a
227 wakaba 1.25 href=http://www.whatwg.org/issues/>http://www.whatwg.org/issues/</a>
228 apache 1.8 #ja
229     フィードバックの閲覧・投票: <a
230 wakaba 1.25 href=http://www.whatwg.org/issues/>http://www.whatwg.org/issues/</a>
231 apache 1.8
232     #en
233     Editor:
234     #ja
235     編集者:
236    
237     #en
238     Abstract
239     #ja
240     概要
241    
242     #en
243 apache 1.14 This specification evolves HTML and its related APIs to ease the authoring of Web-based applications. Additions include context menus, a direct-mode graphics canvas, a full duplex client-server communication channel, more semantics, audio and video, various features for offline Web applications, sandboxed iframes, and scoped styling. Heavy emphasis is placed on keeping the language backwards compatible with existing legacy user agents and on keeping user agents backwards compatible with existing legacy documents.
244 apache 1.8 #ja
245     この仕様書は、 Web ベースのアプリケーションの制作の簡単化のために
246     HTML やそれに関係する API を拡張します。
247 apache 1.14 新たに文脈メニュー、直接モード図形画布、全二重クライアント鯖型通信路、
248     更なる意味、音声や動画、オフライン Web アプリケーションのための各種機能、
249     砂箱化 iframe、範囲指定スタイル付けなどの機能を追加します。
250 apache 1.8 また、既存の旧来の利用者エージェントに対する言語の後方互換性を維持し、
251     既存の旧来の文書に対する利用者エージェントの後方互換性を維持することに特に留意しています。
252    
253     #en
254     <em>This section is non-normative.</em>
255     #ja
256     <em>この節は規定の一部ではありません。</em>
257    
258     #en
259     Status of this document
260     #ja
261     この文書の状態
262    
263     #en
264     <strong>This is a work in progress!</strong> This document is changing
265     on a daily if not hourly basis in response to comments and as a general
266     part of its development process. Comments are very welcome, please send
267 wakaba 1.25 them to <a href=mailto:[email protected]>[email protected]</a>. Thank
268 apache 1.8 you.
269     #ja
270     <strong>この文書は作業中です!</strong>
271     この文書は、コメントへの対応や通常の開発の過程として、
272     毎時毎分とは言い過ぎですが毎日のペースで変更されています。
273     コメントは非常に歓迎していますので、
274 wakaba 1.25 <a href=mailto:[email protected]>[email protected]</a>
275 apache 1.8 へお送りください。よろしくお願いします。
276    
277     #en
278     The current focus is in responding to the <a
279 wakaba 1.25 href=http://www.whatwg.org/issues/>outstanding feedback</a>. (There is
280     <a href=http://www.whatwg.org/issues/data.html>a chart</a> showing
281 apache 1.8 current progress.)
282     #ja
283     現在の焦点は<a
284 wakaba 1.25 href=http://www.whatwg.org/issues/>未解決のフィードバック</a>への対応です。
285     (現在の進捗を示した<a href=http://www.whatwg.org/issues/data.html>グラフ</a>もあります。)
286 apache 1.8
287     #en
288     Implementors should be aware that this specification is not stable.
289     <strong>Implementors who are not taking part in the discussions are likely
290     to find the specification changing out from under them in incompatible
291     ways.</strong> Vendors interested in implementing this specification
292     before it eventually reaches the call for implementations should join the
293 wakaba 1.25 <a href=/mailing-list>WHATWG mailing list</a> and take part in the
294 apache 1.8 discussions.
295     #ja
296     実装者は、この仕様書が安定していないことに注意するべきです。
297     <strong>実装者は議論に参加しておかないと、
298     仕様がその実装とは非互換に変更されてしまうかもしれません。</strong>
299     この仕様書がいずれ実装呼び掛けの段階に達するのよりも前にこの仕様を実装したい販売者は、
300 wakaba 1.25 <a href=http://www.whatwg.org/mailing-list>WHATWG メイリング・リスト</a>に参加し、
301 apache 1.8 議論に加わるべきです。
302    
303     #en
304     This specification is also being produced by the <a
305 wakaba 1.25 href=http://www.w3.org/html/wg>W3C HTML WG</a>. The two specifications
306 apache 1.8 are identical from the table of contents onwards.
307     #ja
308     この仕様書は <a
309 wakaba 1.25 href=http://www.w3.org/html/wg>W3C HTML WG</a>
310 apache 1.8 によっても出版されています。2つの仕様書の目次以降は同一です。
311    
312     #en
313     This specification is intended to replace (be the new version of) what
314     was previously the HTML4, XHTML 1.x, and DOM2 HTML specifications.
315     #ja
316     この仕様書は、従来 HTML4、XHTML 1.x、DOM2 HTML
317     の仕様書にあったものを置き換える (その新しい版となる)
318     ことを意図しています。
319    
320     #en
321     Stability
322     #ja
323     安定性
324    
325     #en
326     Different parts of this specification are at different levels of
327     maturity.
328     #ja
329     この仕様書の各部分はそれぞれ異なる成熟度にあります。
330    
331     #en
332 apache 1.24 Some of the more major known issues are marked like
333 apache 1.8 this. There are many other issues that have been raised as well; the
334 apache 1.24 issues given in this document are not the only known issues! Also, firing
335 apache 1.8 of events needs to be unified (right now some bubble, some don't, they all
336 apache 1.24 use different text to fire events, we don't have an official queueing
337     mechanism, etc).
338 apache 1.8 #ja
339     いくつかの大き目の既知の問題点はこのように印付けしてあります。
340     その他にも報告されている問題点は多々あり、
341     この文書中に示したものだけが既知の問題点ではありません!
342 apache 1.24 事象の発火についても統一する必要があります (現時点でいくつかは泡立つのにいくつかは泡立たない、事象を発火するために異なる文章を使っている、
343     公式な待ち行列化の仕組みを持たない、など)。
344 apache 1.8
345     #en
346     Table of contents
347     #ja
348     目次

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24