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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.10 - (hide annotations) (download)
Sat Jul 12 05:04:27 2008 UTC (17 years, 9 months ago) by apache
Branch: MAIN
Changes since 1.9: +8 -2 lines
by remote user 'guest'

1 apache 1.5 #pattern
2 apache 1.3 <span class=secno>* </span>Introduction
3     #ja
4     <span class=secno>$1 </span>はじめに
5    
6 apache 1.5 #pattern
7 apache 1.3 <span class=secno>* </span>Background
8     #ja
9     <span class=secno>$1 </span>背景
10    
11     #en
12     The World Wide Web's markup language has always been HTML. HTML was
13     primarily designed as a language for semantically describing scientific
14     documents, although its general design and adaptations over the years has
15     enabled it to be used to describe a number of other types of documents.
16     #ja
17     World Wide Web のマーク付け言語は、常にずっと HTML でした。HTML
18     は主として意味的に記述された科学的な文書のための言語として設計されましたが、
19     その一般性を持った設計と10年間にわたる適応の結果、
20     他の様々な種類の文書を記述するためにも使うことができるようになりました。
21    
22     #en
23     The main area that has not been adequately addressed by HTML is a vague
24     subject referred to as Web Applications. This specification attempts to
25     rectify this, while at the same time updating the HTML specifications to
26     address issues raised in the past few years.
27     #ja
28 apache 1.10 HTML がこれまで十分に取り扱ってこなかった主たる分野は、
29     大まかに Web アプリケーションと呼ばれているものです。
30     この仕様書は、この状況を是正しようと試みると同時に、
31 apache 1.3 過去数年間に見つかった問題を解決するために HTML 仕様書を更新するものです。
32 apache 1.10
33     #pattern
34     <span class=secno>* </span>Scope
35     #ja
36     <span class=secno>$1 </span>適用範囲
37 apache 1.3
38 apache 1.6 #en
39     This specification is limited to providing a semantic-level markup
40     language and associated semantic-level scripting APIs for authoring
41     accessible pages on the Web ranging from static documents to dynamic
42     applications.
43     #ja
44     この仕様書は、静的な文書から動的なアプリケーションまで、 Web
45     のアクセス性の高い頁を著述するための、
46     意味レベルのマーク付け言語とそれに関連付けられた意味レベルのスクリプト API
47     を提供することに限定されています。
48 apache 1.3
49 apache 1.6 #en
50     The scope of this specification does not include providing mechanisms
51     for media-specific customization of presentation (although default
52     rendering rules for Web browsers are included at the end of this
53     specification, and several mechanisms for hooking into CSS are provided as
54     part of the language).
55     #ja
56     この仕様書の適用範囲には、表現の媒体特有のカスタム化のための機構の提供は含みません
57     (ただし、 Web ブラウザの既定のレンダリング規則がこの仕様書の最後に含まれており、
58     CSS に引っ掛けるための仕組みもいくつか言語の一部として提供します)。
59    
60     #en
61     The scope of this specification does not include documenting every HTML
62     or DOM feature supported by Web browsers. Browsers support many features
63     that are considered to be very bad for accessibility or that are otherwise
64     inappropriate. For example, the <code>blink</code> element is clearly
65     presentational and authors wishing to cause text to blink should instead
66     use CSS.
67     #ja
68     この仕様書の適用範囲には、 Web ブラウザで提供されるすべての HTML や DOM
69     の機能の文書化は含みません。ブラウザは、アクセス可能性的に非常に悪いか、
70     その他の理由で不適切と考えられる機能に多く対応しています。例えば、
71     <code>blink</code> 要素は明らかに表現的であり、
72     著者は文章を点滅させたい時には代わりに CSS を使うべきです。
73    
74     #en
75     The scope of this specification is not to describe an entire operating
76     system. In particular, hardware configuration software, image manipulation
77     tools, and applications that users would be expected to use with high-end
78     workstations on a daily basis are out of scope. In terms of applications,
79     this specification is targeted specifically at applications that would be
80     expected to be used by users on an occasional basis, or regularly but from
81     disparate locations, with low CPU requirements. For instance online
82     purchasing systems, searching systems, games (especially multiplayer
83     online games), public telephone books or address books, communications
84     software (e-mail clients, instant messaging clients, discussion software),
85     document editing software, etc.
86     #ja
87     この仕様書の適用範囲には、オペレーティング・システム全体を記述することは含みません。
88     特に、ハードウェア設定ソフトウェア、画像操作ツール、高級ワークステーションでの日常用途向けアプリケーションは適用範囲外です。
89     この仕様書は、アプリケーションに関しては、時たま利用するか、日常的ながらも様々な場所から利用するような、
90     しかも CPU に対する要求の低いアプリケーションを特に対象としています。
91     例えば、オンライン購入システム、検索システム、ゲーム (特に多プレイヤー・オンライン・ゲーム)、
92     公衆電話帳・住所録、通信ソフトウェア (電子メイル・クライアント、
93     即席メッセージ・クライアント、議論ソフトウェア)、
94     文書編集ソフトウェアなどです。
95    
96     #en
97     For sophisticated cross-platform applications, there already exist
98     several proprietary solutions (such as Mozilla's XUL, Adobe's Flash, or
99     Microsoft's Silverlight). These solutions are evolving faster than any
100     standards process could follow, and the requirements are evolving even
101     faster. These systems are also significantly more complicated to specify,
102     and are orders of magnitude more difficult to achieve interoperability
103     with, than the solutions described in this document. Platform-specific
104     solutions for such sophisticated applications (for example the MacOS X
105     Core APIs) are even further ahead.
106     #ja
107     洗練された多環境対応アプリケーションについては、独占的な解決策が既にいくつか存在します
108     (Mozilla の XUL、 Adobe の Flash、 Microsoft の Silverlight など)。
109     これらの解決策は標準化過程よりも速く進化しており、
110     要求も更に速いスピードで高まっています。これらのシステムは、
111     この文書で説明している解決策よりも甚だ複雑で規定しがたく、
112     相互運用性の達成も桁違いに難しいものです。
113     洗練されたアプリケーションのための環境特有の解決策 (例えば Mac OS X 中核 API)
114     は更にそれ以上です。
115 apache 1.3
116 apache 1.7 #pattern
117 apache 1.8 <span class=secno>* </span>Relationships to other specifications
118     #ja
119     <span class=secno>$1 </span>他の仕様書との関係
120    
121     #pattern
122 apache 1.7 <span class=secno>* </span>Relationship to HTML
123 apache 1.3 4.01 and DOM2 HTML
124     #ja
125 apache 1.7 <span class=secno>$1 </span>HTML 4.01 や DOM2 HTML との関係
126 apache 1.3
127     #en
128     This specification represents a new version of HTML4, along with a new
129     version of the associated DOM2 HTML API. Migration from HTML4 to the
130     format and APIs described in this specification should in most cases be
131     straightforward, as care has been taken to ensure that
132     backwards-compatibility is retained. <a href="#refsHTML4">[HTML4]</a> <a
133     href="#refsDOM2HTML">[DOM2HTML]</a>
134     #ja
135     この仕様書は HTML4 の新しい版であり、それに対応する DOM2 HTML API
136     の新しい版です。この仕様書は後方互換性を残すことに注意を払っていますので、
137     ほとんどの場合、 HTML4 からこの仕様書で説明する書式や API
138     への移行は簡単なはずです。<a href="#refsHTML4">[HTML4]</a> <a
139     href="#refsDOM2HTML">[DOM2HTML]</a>
140    
141     #en
142     This specification is intended to replace XHTML 1.0 as the normative
143 apache 1.6 definition of the XML serialization of the HTML vocabulary. <a
144 apache 1.3 href="#refsXHTML10">[XHTML10]</a>
145     #ja
146     この仕様書は、 HTML 語彙の XML 直列化の規定的定義としての XHTML 1.0
147     を置き換えることを意図しています。 <a
148     href="#refsXHTML10">[XHTML10]</a>
149    
150     #en
151     While this specification updates the semantics and requirements of the
152     vocabulary defined by XHTML Modularization 1.1 and used by XHTML 1.1, it
153     does not attempt to provide a replacement for the modularization scheme
154     defined and used by those (and other) specifications, and therefore cannot
155     be considered a complete replacement for them. <a
156     href="#refsXHTMLMOD">[XHTMLMOD]</a> <a href="#refsXHTML11">[XHTML11]</a>
157     #ja
158     この仕様書は XHTML モジュール化 1.1 で定義され XHTML 1.1
159     で使われている語彙の意味と要件を更新することを意図していますが、
160     これらの仕様書 (やその他の仕様書) で定義され使用されているモジュール化手法の置き換えを提供しようとはしていませんので、
161     これらの完全なる置き換えとはいえません。 <a
162     href="#refsXHTMLMOD">[XHTMLMOD]</a> <a href="#refsXHTML11">[XHTML11]</a>
163    
164     #en
165     Thus, authors and implementors who do not need such a modularization
166     scheme can consider this specification a replacement for XHTML 1.x, but
167     those who do need such a mechanism are encouraged to continue using the
168     XHTML 1.1 line of specifications.
169     #ja
170     従って、当該モジュール化手法が必要ない著者や実装者にとってはこの仕様書を
171     XHTML 1.x を置き換えるものと考えることができますが、それが必要な人は
172     XHTML 1.1 系列の仕様書を使い続けることをお勧めします。
173    
174     #en
175 apache 1.7 XHTML2 <a href="#refsXHTML2">[XHTML2]</a> defines a new HTML vocabulary
176     with better features for hyperlinks, multimedia content, annotating
177     document edits, rich metadata, declarative interactive forms, and
178     describing the semantics of human literary works such as poems and
179     scientific papers.
180 apache 1.3 #ja
181 apache 1.7 XHTML2 <a href="#refsXHTML2">[XHTML2]</a> は、
182     ハイパーリンク、多媒体内容、文書の編集の注釈付け、豊富なメタデータ、
183     宣言的対話的フォーム、詩など人文学的作品や科学的論文の意味の記述などのためのよりよい機能を持つ、
184     新しい HTML 語彙を定義しています。
185 apache 1.3
186 apache 1.7 #en
187     However, it lacks elements to express the semantics of many of the
188     non-document types of content often seen on the Web. For instance, forum
189     sites, auction sites, search engines, online shops, and the like, do not
190     fit the document metaphor well, and are not covered by XHTML2.
191     #ja
192     しかし、 XHTML2 は Web でよく見られる、文書以外の種類の内容の多くの意味を表現する要素に欠いています。
193     例えば、掲示板サイト、オークション・サイト、検索エンジン、オンライン店舗などは、
194     文書のメタファーに十分なじまないので、 XHTML2 でカバーされていません。
195 apache 1.3
196 apache 1.7 #en
197     <em>This</em> specification aims to extend HTML so that it is also
198     suitable in these contexts.
199     #ja
200     <em>この</em>仕様書は、 HTML を拡張し、これらの文脈でも適切なものとなることを目指します。
201 apache 1.3
202 apache 1.7 #en
203     XHTML2 and this specification use different namespaces and therefore can
204     both be implemented in the same XML processor.
205     #ja
206     XHTML2 とこの仕様書は異なる名前空間を使用していますので、
207     同じ XML 処理器でどちらをも実装することができます。
208 apache 1.4
209 apache 1.7 #pattern
210     <span class=secno>* </span>Relationship to Web
211 apache 1.3 Forms 2.0 and XForms
212     #ja
213 apache 1.7 <span class=secno>$1 </span>Web Forms 2.0 や XForms との関係
214 apache 1.3
215     #en
216     This specification will eventually supplant Web Forms 2.0. The current
217     Web Forms 2.0 draft can be considered part of this specification for the
218     time being; its features will eventually be merged into this
219     specification. <a href="#refsWF2">[WF2]</a>
220     #ja
221     この仕様書はゆくゆくは Web Forms 2.0 に取って代わることになります。
222     その時までは、現在の Web Forms 2.0 はこの仕様書の一部であると考えることができます。
223     Web Forms 2.0 の機能はゆくゆくはこの仕様書と併合されます。
224     <a href="#refsWF2">[WF2]</a>
225    
226 apache 1.7 #en
227     As it stands today, this specification is unrelated and orthognoal to
228     XForms. When the forms features defined in HTML4 and Web Forms 2.0 are
229     merged into this specification, then the relationship to XForms described
230     in the Web Forms 2.0 draft will apply to this specification. <a
231     href="#refsXForms">[XForms]</a>
232     #ja
233     現時点では、この仕様書は XForms とは無関係で、直交したものです。
234     HTML4 と Web Forms 2.0 で定義されたフォーム機能がこの仕様書に併合された折には、
235     Web Forms 2.0 案で説明している XForms との関係がこの仕様書についても適用されます。<a
236     href="#refsXForms">[XForms]</a>
237    
238     #pattern
239     <span class=secno>* </span>Relationship to XUL, Flash, Silverlight, and other proprietary UI languages
240     #ja
241     <span class=secno>$1 </span>XUL, Flash, Silverlight, その他独占利用者界面言語との関係
242    
243     #en
244     This specification is independent of the various proprietary UI
245     languages that various vendors provide. As an open, vendor-neutral
246     language, HTML provides for a solution to the same problems without the
247     risk of vendor lock-in.
248     #ja
249     この仕様書は、各種販売者が提供する各種独占利用者界面言語とは独立です。
250     HTML は、開放的で販売者に対して中立な言語として、
251     特定販売者への囲い込みの危険のない解決策を同じ問題に対して提供します。
252    
253 apache 1.9 #pattern
254 apache 1.7 <span class=secno>* </span>HTML vs XHTML
255     #ja
256     <span class=secno>$1 </span>HTML 対 XHTML
257    
258     #en
259     This specification defines an abstract language for describing documents
260     and applications, and some APIs for interacting with in-memory
261     representations of resources that use this language.
262     #ja
263     この仕様書は、文書とアプリケーションを記述するための抽象言語と、
264     その言語を用いた資源の記憶装置内表現と対話する API をいくつか定義します。
265    
266     #en
267     The in-memory representation is known as "DOM5 HTML", or "the DOM" for
268     short.
269     #ja
270     記憶装置内表現は「DOM5 HTML」、あるいは略して「DOM」と呼ばれます。
271    
272     #en
273     There are various concrete syntaxes that can be used to transmit
274     resources that use this abstract language, two of which are defined in
275     this specification.
276     #ja
277     この抽象言語を用いた資源を転送するために使用できる具象構文はいろいろありますが、
278     この仕様書ではそのうちの2つを定義します。
279    
280     #en
281     The first such concrete syntax is "HTML5". This is the format
282     recommended for most authors. It is compatible with all legacy Web
283     browsers. If a document is transmitted with the MIME type <code
284     title="">text/html</code>, then it will be processed as an "HTML5"
285     document by Web browsers.
286     #ja
287     1つ目の具象構文は「HTML5」です。これは、ほとんどの著者に推奨する書式です。
288     この具象構文はすべての遺物 Web ブラウザと互換性があります。
289     文書が MIME 型 <code
290     title="">text/html</code> で転送される場合、 Web ブラウザはこれを「HTML5」
291     として処理します。
292    
293     #en
294     The second concrete syntax uses XML, and is known as "XHTML5". When a
295     document is transmitted with an XML MIME type, such as <code
296     title="">application/xhtml+xml</code>, then it is processed by an XML
297     processor by Web browsers, and treated as an "XHTML5" document. Authors
298     are reminded that the processing for XML and HTML differs; in particular,
299     even minor syntax errors will prevent an XML document from being rendered
300     fully, whereas they would be ignored in the "HTML5" syntax.
301     #ja
302     2つ目の具象構文は XML を使い、「XHTML5」と呼ばれます。文書が XML MIME 型、例えば <code
303     title="">application/xhtml+xml</code> で転送される時には、 Web
304     ブラウザは XML 処理器によりこれを処理し、「XHTML5」文書として扱います。
305     著者は、 XML と HTML の処理が異なることに注意する必要があります。
306     特に、 XML 文書は小さな構文誤りによってさえ完全には表示されなくなってしまいます。
307     一方の「HTML5」構文では小さな誤りは無視されます。
308    
309     #en
310     The "DOM5 HTML", "HTML5", and "XHTML5" representations cannot all
311     represent the same content. For example, namespaces cannot be represented
312     using "HTML5", but they are supported in "DOM5 HTML" and "XHTML5".
313     Similarly, documents that use the <code><a
314     href="#noscript">noscript</a></code> feature can be represented using
315     "HTML5", but cannot be represented with "XHTML5" and "DOM5 HTML". Comments
316     that contain the string "<code title="">--&gt;</code>" can be represented
317     in "DOM5 HTML" but not in "HTML5" and "XHTML5". And so forth.
318     #ja
319     「DOM5 HTML」、「HTML5」、「XHTML5」の各表現は、
320     すべてが同じ内容を表現できるわけではありません。例えば、
321     名前空間は「HTML5」では表現できませんが、「DOM5 HTML」と「XHTML5」
322     は対応しています。同様に、 <code><a
323     href="#noscript">noscript</a></code> 機能を用いた文書は「HTML5」
324     を使ってひゅう弦できますが、「XHTML5」や「DOM5 HTML」では表現できません。
325     文字列「<code title="">--&gt;</code>」を含む注釈は「DOM5 HTML」
326     ではひゅう現できますが、「HTML5」や「XHTML5」では表現できません。
327     他にもあります。
328    
329     #pattern
330     <span class=secno>* </span>Structure of this
331     specification
332     #ja
333     <span class=secno>$1 </span>この仕様書の構造
334    
335     #en
336     This specification is divided into the following major sections:
337     #ja
338     この仕様書は次の大きな章で構成されています。
339    
340     #en
341     <a href="#infrastructure">Common Infrastructure</a>
342     #ja
343     <a href="#infrastructure">共通基盤</a>
344    
345     #en
346     The conformance classes, algorithms, definitions, and the common
347     underpinnings of the rest of the specification.
348     #ja
349     適合性級、算法、定義、仕様書の残りの部分の共通の土台です。
350    
351     #en
352     <a href="#dom">The DOM</a>
353     #ja
354     <a href="#dom">DOM</a>
355    
356     #en
357     Documents are built from elements. These elements form a tree using
358     the DOM. This section defines the features of this DOM, as well as
359     introducing the features common to all elements, and the concepts used in
360     defining elements.
361     #ja
362     文書は要素により構築されます。要素は DOM を使って木を形成します。
363     この章は DOM の機能を定義すると共に、
364     すべての要素に共通な機能と要素を定義するために用いる概念を導入します。
365    
366     #en
367     <a href="#semantics">Elements</a>
368     #ja
369     <a href="#semantics">要素</a>
370    
371     #en
372     Each element has a predefined meaning, which is explained in this
373     section. User agent requirements for how to handle each element are also
374     given, along with rules for authors on how to use the element.
375     #ja
376     各要素はあらかじめ定義された意味を持っており、それをこの章で説明します。
377     各要素をどう取り扱うかに関する利用者エージェント要件や、
378     著者が要素をどう使うかの規則も与えます。
379    
380     #en
381     <a href="#browsers">Web Browsers</a>
382     #ja
383     <a href="#browsers">Web ブラウザ</a>
384    
385     #en
386     HTML documents do not exist in a vacuum &mdash; this section defines
387     many of the features that affect environments that deal with multiple
388     pages, links between pages, and running scripts.
389     #ja
390     HTML 文書は単独で存在するのではありません。この章は、
391     複数の頁や頁間のリンクやスクリプトの実行を処理する、
392     環境に影響する機能の多くを定義します。
393    
394     #en
395     <a href="#editing">User Interaction</a>
396     #ja
397     <a href="#editing">利用者対話</a>
398    
399     #en
400     HTML documents can provide a number of mechanisms for users to
401     interact with and modify content, which are described in this section.
402     #ja
403     HTML 文書は利用者と対話したり利用者が内容を編集したりするための数々の仕組みを提供でき、
404     この章ではそれについて説明します。
405    
406     #en
407     <a href="#comms">The Communication APIs</a>
408     #ja
409     <a href="#comms">通信 API</a>
410    
411     #en
412     Applications written in HTML often require mechanisms to communicate
413     with remote servers, as well as communicating with other applications
414     from different domains running on the same client.
415     #ja
416     HTML で書かれたアプリケーションでは、よく遠隔鯖と通信したり、
417     同じクライアント上で図指している異なるドメインの他のアプリケーションと通信する仕組みが必要になります。
418    
419     #en
420     <a href="#repetition">Repetition Templates</a>
421     #ja
422     <a href="#repetition">反復雛形</a>
423    
424     #en
425     A mechanism to support repeating sections in forms.
426     #ja
427     フォーム中の反復節に対応するための仕組み。
428    
429     #en
430     <a href="#syntax">The Language Syntax</a>
431     #ja
432     <a href="#syntax">言語構文</a>
433    
434     #en
435     All of these features would be for naught if they couldn't be
436     represented in a serialized form and sent to other people, and so this
437     section defines the syntax of HTML, along with rules for how to parse
438     HTML.
439     #ja
440     これらの機能はすべて、直列化された形式で表現して他の人に送ることができなければ、
441     意味がありません。この章では、 HTML の構文と、 HTML の構文解析の方法に関する規則を定義します。
442    
443     #en
444     There are also a couple of appendices, defining <a
445     href="#rendering">rendering rules</a> for Web browsers and listing <a
446     href="#no">areas that are out of scope</a> for this specification.
447     #ja
448     この仕様書には、 Web ブラウザの<a
449     href="#rendering">レンダリング規則</a>を定義する附属書やこの仕様書の<a
450     href="#no">適用範囲外の分野</a>を列挙する附属書もあります。
451    
452 apache 1.8 #pattern
453 apache 1.7 <span class=secno>* </span>How to read this specification
454     #ja
455     <span class=secno>$1 </span>この仕様書の読み方
456    
457     #en
458     This specification should be read like all other specifications. First,
459     it should be read cover-to-cover, multiple times. Then, it should be read
460     backwards at least once. Then it should be read by picking random sections
461     from the contents list and following all the cross-references.
462     #ja
463     この仕様書は、他のすべての仕様書と同じように読むべきです。
464     まず、最初から最後まで、何回も読むべきです。
465     次に、最低1回は後ろから読むべきです。
466     その次に、目次から無作為に節を選び、すべての相互参照をたどりながら読むべきです。

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24