Parent Directory
|
Revision Log
by remote user 'guest'
| 1 | apache | 1.2 | #pattern |
| 2 | <span class=secno>* </span>Common infrastructure | ||
| 3 | #ja | ||
| 4 | apache | 1.3 | <span class=secno>$1 </span>共通基盤 |
| 5 | |||
| 6 | apache | 1.5 | #pattern |
| 7 | <span class=secno>* </span>Terminology | ||
| 8 | #ja | ||
| 9 | <span class=secno>$1 </span>用語 | ||
| 10 | |||
| 11 | #en | ||
| 12 | apache | 1.6 | This specification refers to both HTML and XML attributes and DOM |
| 13 | attributes, often in the same context. When it is not clear which is being | ||
| 14 | referred to, they are referred to as <dfn id=content0>content | ||
| 15 | attributes</dfn> for HTML and XML attributes, and <dfn | ||
| 16 | id=dom-attributes>DOM attributes</dfn> for those from the DOM. Similarly, | ||
| 17 | the term "properties" is used for both ECMAScript object properties and | ||
| 18 | CSS properties. When these are ambiguous they are qualified as object | ||
| 19 | properties and CSS properties respectively. | ||
| 20 | #ja | ||
| 21 | この仕様書は、 HTML や XML の属性と DOM の属性を同じ文脈で参照することがよくあります。 | ||
| 22 | どちらを指しているかが明らかでない場合には、 HTML や XML の属性を<dfn id=content0>内容属性</dfn>、 | ||
| 23 | DOM のものを <dfn | ||
| 24 | id=dom-attributes>DOM 属性</dfn>と呼びます。同様に、用語「特性」は ECMAScript | ||
| 25 | のオブジェクト特性と CSS の特性の両方に使われます。曖昧な場合には、それぞれオブジェクト特性や | ||
| 26 | CSS 特性のように修飾します。 | ||
| 27 | |||
| 28 | #en | ||
| 29 | The term <a href="#html-">HTML documents</a> is sometimes used in | ||
| 30 | contrast with <a href="#xml-documents">XML documents</a> to specifically | ||
| 31 | mean documents that were parsed using an <a href="#html-0">HTML parser</a> | ||
| 32 | (as opposed to using an XML parser or created purely through the DOM). | ||
| 33 | #ja | ||
| 34 | 用語 <a href="#html-">HTML 文書</a>を <a href="#xml-documents">XML 文書</a>と対比させて時々使いますが、 | ||
| 35 | これは (XML 構文解析器を使ったものや純粋に DOM を通じて作られたものに対して) | ||
| 36 | <a href="#html-0">HTML 構文解析器</a>を使って構文解析された文書を意味します。 | ||
| 37 | |||
| 38 | #en | ||
| 39 | Generally, when the specification states that a feature applies to HTML | ||
| 40 | or XHTML, it also includes the other. When a feature specifically only | ||
| 41 | applies to one of the two languages, it is called out by explicitly | ||
| 42 | stating that it does not apply to the other format, as in "for HTML, ... | ||
| 43 | (this does not apply to XHTML)". | ||
| 44 | #ja | ||
| 45 | 一般に、この仕様書が HTML や XHTML に適用される機能を述べる時には、 | ||
| 46 | 他方をも含んでいます。機能がこの2つの言語のうちのいずれかにのみ特に適用される時は、 | ||
| 47 | 他方の書式には適用されないことを明示的に述べることで注意します。 | ||
| 48 | |||
| 49 | #en | ||
| 50 | This specification uses the term <em>document</em> to refer to any use | ||
| 51 | of HTML, ranging from short static documents to long essays or reports | ||
| 52 | with rich multimedia, as well as to fully-fledged interactive | ||
| 53 | applications. | ||
| 54 | #ja | ||
| 55 | この仕様書は、短い静的な文書から豊かな多媒体を用いた長い随筆や報告書まで、 | ||
| 56 | あるいは本格的な対話的アプリケーションも含めて、 | ||
| 57 | あらゆる HTML の利用をも含めて用語<em>文書</em>によって表します。 | ||
| 58 | |||
| 59 | #en | ||
| 60 | apache | 1.5 | For simplicity, terms such as <em>shown</em>, <em>displayed</em>, and |
| 61 | <em>visible</em> might sometimes be used when referring to the way a | ||
| 62 | document is rendered to the user. These terms are not meant to imply a | ||
| 63 | visual medium; they must be considered to apply to other media in | ||
| 64 | equivalent ways. | ||
| 65 | #ja | ||
| 66 | 簡単のため、<em>示す</em>、<em>表示する</em>、 | ||
| 67 | <em>可視</em>などの用語を文書が利用者に対してレンダリングされる方法に言及する時に使うことがあります。 | ||
| 68 | これらの語は視覚媒体を暗示することを意図していません。 | ||
| 69 | これらの語は他の媒体にも等価な方法で適用されると考えなければ[[MUST:なりません]]。 | ||
| 70 | apache | 1.6 | |
| 71 | #en | ||
| 72 | Some of the algorithms in this specification, for historical reasons, | ||
| 73 | require the user agent to <dfn id=pause>pause</dfn> until some condition | ||
| 74 | has been met. While a user agent is paused, it must ensure that no scripts | ||
| 75 | execute (e.g. no event handlers, no timers, etc). User agents should | ||
| 76 | remain responsive to user input while paused, however, albeit without | ||
| 77 | letting the user interact with Web pages where that would involve invoking | ||
| 78 | any script. | ||
| 79 | #ja | ||
| 80 | この仕様書の算法のいくつかは、歴史� |