aboutsummaryrefslogtreecommitdiff
path: root/files/ja/mdn/guidelines/conventions_definitions/index.html
blob: 74b90bcc789a30480d18dd390dd4b599afacdd68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
---
title: MDN の慣習と定義
slug: MDN/Guidelines/Conventions_definitions
tags:
  - MDN
  - MDN Meta
  - ガイド
  - ガイドライン
  - ドキュメント
translation_of: MDN/Guidelines/Conventions_definitions
---
<div>{{MDNSidebar}}{{IncludeSubnav("/ja/docs/MDN")}}</div>

<p class="summary">この記事では MDN で使用されている慣習や定義、特に文書化する際に人によっては忘れがちなものを紹介します。</p>

<h2 id="Definitions" name="Definitions">定義</h2>

<h3 id="Deprecated_and_obsolete" name="Deprecated_and_obsolete">非推奨と廃止</h3>

<p><strong>非推奨</strong><strong>廃止</strong>は技術や仕様書によく使われている言葉ですが、どのような意味でしょうか?</p>

<dl>
 <dt><ruby>非推奨<rp> (</rp><rt>Deprecated</rt><rp>)</rp></ruby></dt>
 <dd>MDN において<strong>非推奨</strong> の用語は、もう推奨されないものの、まだ実装されており動作する可能性がある API や技術を示すために使用されます。最近では、 <a href="https://github.com/mdn/browser-compat-data/blob/master/schemas/compat-data-schema.md#status-information">browser-compat-data プロジェクト</a>の中で使用される定義を、「その機能はもう推奨されません。将来は削除されるか、互換性のためだけに温存される可能性があります。この機能を使用することは避けてください。」と更新しました。</dd>
 <dt><ruby>廃止<rp> (</rp><rt>Obsolete</rt><rp>)</rp></ruby></dt>
 <dd>MDN において<strong>廃止</strong> の用語は、もう推奨されないだけでなく、ブラウザーでももう実装されていない API や技術を示すために使用されます。しかし、これは混乱しやすもののです。 — 非推奨に似ており、区別することがさほど役立たない (こちらも本番サイトでは使用するべきではない) ものです。従って、私たちはこれを使用するのをやめ、使用されている記述を削除するか、非推奨に置き換えるかしてください。</dd>
</dl>

<h3 id="Experimental" name="Experimental">実験的</h3>

<p><ruby><strong>実験的</strong><rp> (</rp><rt>Experimental</rt><rp>) </rp></ruby>は、聞いた場所や読んだ場所の文脈によって意味が異なる可能性があります。 MDN においてある技術が実験的と記述されている場合、その技術は生まれたばかりで未熟であり、現在ウェブプラットフォームへの追加手続の途中の (または追加が検討されている) 段階であることを意味します。</p>

<p>次の一方または両方が成り立つ場合です。</p>

<ul>
 <li>実装し、既定で有効になっている主要なブラウザーが二つ未満であること。</li>
 <li>仕様の記述が安定しておらず、大きく変わる可能性があること。従って、仕様書の変更によって、将来の版のブラウザーで構文や動作が変更する可能性があること。</li>
</ul>

<p>これらの定義のうちの一方または両方が成り立つ場合、その技術を様々な種類の製品プロジェクト (つまり、単なるデモまたは実験ではない場合) に使用する前に慎重に考えなければなりません。実験的の定義については、 <a href="https://github.com/mdn/browser-compat-data/blob/master/schemas/compat-data-schema.md#status-information">browser-compat-data プロジェクト</a>も参照してください。</p>

<p>逆に、以下のような場合は実験的とは言いません。</p>

<ul>
 <li>二つ以上の主要なブラウザーで実装されている。または、</li>
 <li>仕様の定義が安定していて、変化しそうにない。</li>
</ul>

<p>ここでは<em>または</em>が重要です。 — 通常、ある技術に複数の主要なブラウザーが対応した場合、仕様は安定するでしょうが、これは常に言えるわけではありません。また、技術によっては安定した仕様書がありよく使用されてはいるものの、ブラウザーでのネイティブな対応がない場合もあります (<a href="/en-US/docs/Related/IMSC">IMSC</a> などがその例)。</p>

<h3 id="Archived_pages" name="Archived_pages">アーカイブページ</h3>

<p>アーカイブページは、 MDN の<a href="/ja/docs/Archive">古いコンテンツのアーカイブ</a>に保存されているページです。これらのページには古くなった情報が含まれているため、他の人にとっては直接役に立ちません。</p>

<p>最も一般的なのは、これらは廃止されてもはや信頼されるべきではない Mozilla プロジェクトに関係します。しかし、それらは有用な歴史的記録を形成するのでそれらを単純に削除するのではなく、その中に含まれるパターンやアイデアのいくつかは将来の作業に役立つかもしれません。 良い例は <a href="/ja/docs/Archive/B2G_OS">B2G (Firefox OS) プロジェクト</a>です。</p>

<h4 id="When_should_a_page_be_archived" name="When_should_a_page_be_archived">どのような時にページをアーカイブするか?</h4>

<p>ページをアーカイブするべきである場合は、ページが上記の説明に合う場合です。ページをアーカイブするには、[ページ移動]機能 ([詳細] - [この記事を移動]) を使用して、ページを[アーカイブ]ページツリー (/ja/docs/Archive) に移動します。この機能を使用する権限がない可能性があります。ページのアーカイブを開始する前に、まず MDN コミュニティと話し合う必要があります - <a href="https://discourse.mozilla.org/c/mdn">ディスカッションフォーラム</a>で私たちに相談してください。</p>

<h3 id="Deleted_pages" name="Deleted_pages">削除されたページ</h3>

<p>削除されたページは、 MDN から明示的に削除されたページです - 例えば <code><a href="/ja/docs/Web/API/SharedKeyframeList">SharedKeyframeList</a></code> インターフェイスと <code><a href="/ja/docs/Web/API/SharedKeyframeList/SharedKeyframeList">SharedKeyframeList()</a></code> コンストラクターを見てください。 これらのページには、もはや有用ではない情報が含まれています。また、利用可能にしておくと混乱したり、知っていたりすることが不適切な場合もあります。</p>

<p>次のようなものが該当する可能性があります。</p>

<ul>
 <li>ブラウザーに実装される前に仕様から削除された API 機能のリファレンスページ</li>
 <li>後で悪い手法であることが示され、より良い技術によって置き換えられた手法をカバーする記事</li>
 <li>後で他のより質の高い記事に置き換えられた情報を含む記事</li>
 <li>MDN に不適切なコンテンツを含む記事</li>
 <li>古く、時代遅れで、修正が難しい翻訳記事で、すなわち英語版が推奨されて翻訳し直した方が簡単である場合</li>
</ul>

<h4 id="When_should_a_page_be_deleted" name="When_should_a_page_be_deleted">どのような時にページを削除するか</h4>

<p>上記の説明に合う場合はページを削除する必要があります。ページを削除するには、[このページを削除] 機能 ([詳細設定] &gt; [このページを削除]) を使用してページを削除します。あなたはおそらくこの機能を使う権限を持っていないでしょう、そしてページを削除することを考えるときあなたは最初にそれを MDN コミュニティと議論するべきです - <a href="https://discourse.mozilla.org/c/mdn">ディスカッションフォーラム</a>で私たちに相談してください。</p>

<h3 id="When_to_document_new_technologies" name="When_to_document_new_technologies">新しい技術を記述するとき</h3>

<p>MDN では、新しいウェブ標準技術を適切に文書化することを常に検討しています。私達は、開発者が必要なときにすぐに新機能について学ぶことができるように文書を十分に早く公開することと、定期的に更新したり迅速に削除したりする必要がないように技術が成熟し安定したものになるように十分に遅く公開することのバランスをとるようにしています。</p>

<p>一般的に、新しい技術を文書化することを検討する最も早い定義は、次のとおりです。</p>

<p><em>「この機能が標準化過程にあり、どこかで実装されている場合」</em></p>

<p>新しい技術を文書化することを絶対的に考えるべきであるのは以下のような場合です。</p>

<ul>
 <li>信頼できる標準化団体 (W3C、WHATWG、Khronos、IETFなど) の下で公開された仕様書で指定されており、妥当なレベルの安定性に達している (例えば、 W3C のワーキングドラフトや候補者の勧告、あるいはそれに対して提起された問題の流れから判断すると、仕様はかなり安定しているように見えます)</li>
 <li>他のブラウザー開発者が興味を引く兆しを見せており、少なくとも1つのブラウザーで一貫して実装されている場合 (有効なチケットや「実装」プロセスなど)</li>
</ul>

<p>次のような場合は、新しいテクノロジを文書化することにもっと慎重になるべきです (ただし、意味がある場合はそれを考慮する必要があります)。</p>

<ul>
 <li>仕様書がない、あるいは、変更するべきであるような大まかなメモでしかない場合</li>
 <li>現在それを実装しているブラウザーがゼロまたは1種類であり、対応していないブラウザーが実装する様子を見せていない場合 (それらのブラウザーの開発をしているエンジニアに尋ねたり、ブラウザーのバグトラッカーやメーリングリストなどを調べたりすることで評価することができます)。</li>
</ul>

<p>次のような場合は、その新しい技術を文書化しようと考えないでください。</p>

<ul>
 <li>ウェブに公開された技術ではない場合や、完全に私有の技術である場合</li>
 <li>すでに非推奨になっている、または同様の機能によって置き換えられる見込みがある</li>
</ul>

<h2 id="Conventions" name="Conventions">慣習</h2>

<h3 id="When_something_is_removed_from_the_specification" name="When_something_is_removed_from_the_specification">何かが仕様書から削除されたとき</h3>

<p>新しい仕様の開発中や、 HTML のようなリビングスタンダードの進化の過程で、新しい要素、メソッド、プロパティなどが仕様書に追加され、しばらく存在してから削除されることが時々あります。これはとても速い周期で行われることもあれば、新しい項目が仕様書に数か月から数年の間、削除されずに残っていることもあります。これによって、仕様書から項目が削除されたと判断することが難しくなっています。どうするべきかを決める参考となるガイドラインをいくつか紹介します。</p>

<div class="note">
<p>ここでは「項目」という単語を、仕様書の一部になりうるものすべてを示す意味で使用しています。要素や要素の属性、インターフェイスや個々のメソッド、プロパティ、またはインターフェイスの他のメンバーなどがこれに該当します。</p>
</div>

<ul>
 <li>その項目が<em>どの</em>ブラウザーのリリース版でも<em>決して</em>実装されていない場合 — 設定やフラグで隠されている場合を含めて — 単純にその項目のリファレンスを文書から削除してください。

  <ul>
   <li>If the item has any documentation pages describing only that one item (such as {{domxref("RTCPeerConnection.close()")}}), delete that page. If the removed item is an interface, this means removing any subpages describing the properties and methods on that interface as well.</li>
   <li>Remove the item from any lists of properties, attributes, methods, and so forth. For methods of an interface, that means to remove it from the "Methods" section on the interface's overview page, for example.</li>
   <li>Search the text of the overview page for that interface, element, etc. for any references to the removed item. Remove those references, being sure not to leave weird grammar issues or other problems with the text. This may mean not just deleting words but rewriting a sentence or paragraph to make more sense. It may also mean removing entire sections of content if the description of the item's use is lengthy.</li>
   <li>Similarly, look for any discussion of the item in the guides and tutorials about the relevant API or technology. Remove those references, being sure not to leave weird grammar issues or other problems with the text. This may mean not just deleting words but rewriting a sentence or paragraph to make more sense. It may also mean removing entire sections of content if the description of the item's use is lengthy.</li>
   <li>Search MDN for references to the removed item, in case there are discussions elsewhere. It's unlikely that there are, since if it was never implemented, it's unlikely to be widely discussed. Remove those mentions as well.</li>
   <li>If the <a href="https://github.com/mdn/browser-compat-data">Browser Compatibility Data repository's</a> JSON files contain data for the removed items, delete those objects from the JSON code and submit a PR with that change, explaining why in the commit message and the PR description. Be careful to check that you don't break the JSON syntax while doing this.</li>
  </ul>
 </li>
 <li>アイテムが1つ以上のブラウザーのリリースバージョンに実装している場合 — ただし、設定またはフラグの背後に<em>のみ </em>— ドキュメントからすぐに削除しないでください。代わりに、次のように非推奨としてアイテムをマークします:
  <ul>
   <li>If the item has any documentation pages describing only that one item (such as {{domxref("RTCPeerConnection.close()")}}), add the {{TemplateLink("deprecated_header")}} macro to the top of the page and add the {{tag("Deprecated")}} tag to the page's list of tags.</li>
   <li>On the overview page for the element, interface, or API, find the list of items which includes the item that's been removed from the specification and add the {{TemplateLink("deprecated_inline")}} macro after the item's name in that list.</li>
   <li>Search the informative text of the overview page for that interface, element, etc. for any references to the removed item. Add warning boxes in appropriate places with text along the lines of "[whatever] has been removed from the specification and will be removed from browsers soon. See [link to page] for a new way to do this."</li>
   <li>Similarly, look for any discussion of the item in the guides and tutorials about the relevant API or technology. Add similar warnings.</li>
   <li>Search MDN for references to the removed item, in case there are discussions elsewhere. Add similar warning boxes there as well.</li>
   <li>At some point in the future, a decision may be made to actually remove the item from the documentation; we don't normally do this but if the item was especially unutilized or uninteresting, we may decide to do so.</li>
   <li>Update any relevant entries in the <a href="https://github.com/mdn/browser-compat-data">Browser Compatibility Data repo</a> to reflect the obsolescence of the item(s) affected.</li>
  </ul>
 </li>
 <li>アイテムがブラウザーの1つ以上のリリースビルドで実装された場合 — 設定やフラグを変更する必要な し— 次のように、アイテムを非推奨としてマークします:
  <ul>
   <li>If the item has any documentation pages describing only that one item (such as {{domxref("RTCPeerConnection.close()")}}), add the {{TemplateLink("deprecated_header")}} macro to the top of the page and add the {{tag("Deprecated")}} tag to the page's list of tags.</li>
   <li>On the overview page for the element, interface, or API, find the list of items which includes the item that's been removed from the specification and add the {{TemplateLink("deprecated_inline")}} macro after the item's name in that list.</li>
   <li>Search the informative text of the overview page for that interface, element, etc. for any references to the removed item. Add warning boxes in appropriate places with text along the lines of "[whatever] has been removed from the specification and is deprecated. It may be removed from browsers in the future, so you should not use it. See [link to page] for a new way to do this."</li>
   <li>Similarly, look for any discussion of the item in the guides and tutorials about the relevant API or technology. Add similar warnings.</li>
   <li>Search MDN for references to the removed item, in case there are discussions elsewhere. Add similar warning boxes there as well.</li>
   <li>It's unlikely that these items will be removed from the documentation anytime soon, if ever. It's possible, however, that some or all of the material may be moved to the <a href="/ja/docs/Archive">Archive</a> section of the site.</li>
   <li>Update any relevant entries in the <a href="https://github.com/mdn/browser-compat-data">Browser Compatibility Data repo</a> to reflect the deprecation of the item(s) affected.</li>
  </ul>
 </li>
</ul>

<p>Please use common sense with wording of warning messages and other changes to text suggested by the guidelines above. Different items will require different wording and handling of the situation. When in doubt, feel free to ask for advice on the <a href="https://chat.mozilla.org/#/room/#mdn:mozilla.org">MDN Web Docs chat room</a> on <a href="https://wiki.mozilla.org/Matrix">Matrix</a>, or on the <a href="https://discourse.mozilla.org/c/mdn">MDN Web Docs discussion forum</a>.</p>

<h3 id="Copying_content_within_MDN" name="Copying_content_within_MDN">MDN 内でのコンテンツのコピー</h3>

<p>ときどき、複数のページで同じテキストを再利用する必要が生じる場合 (または、あるページを別のページのテンプレートとして利用したい場合) があります。その場合、3つの選択肢があります。</p>

<ul>
 <li>ページ全体をコピーしたい場合。
  <ol>
   <li>コピーしたいページを閲覧中に、<strong>詳細</strong>(歯車)メニュー内にある、 <strong><a href="/ja/docs/MDN/Contribute/Creating_and_editing_pages#Clone_of_an_existing_page">この記事を複製</a></strong>を選んで下さい。新しいページのエディターのユーザーインターフェイスが、複製されたページの内容がすでに入った状態で開かれます。</li>
   <li>新しい<strong>タイトル</strong><strong>スラグ</strong>を、複製したページに入力します。</li>
   <li>必要に従ってページを編集し、通常と同じように保存します。</li>
  </ol>
 </li>
 <li>ページの一部分だけをコピーしたい場合は、<strong>ページの単純なコピーアンドペーストはやめて下さい。</strong>余計な HTML の断片を作成中のページに埋め込むことになり、誰かが片付けをすることになります。あなたかもしれないし、他の編集者かもしれませんが、誰もそんなことやりたくありません。 MDN のページの一部をコピーする場合、
  <ol>
   <li>ソースページで、<strong>編集</strong>ボタンをクリックします。</li>
   <li><strong>エディターの UI の中で再利用したい部分をコピーします。</strong></li>
   <li><strong>変更を破棄</strong>をクリックして、エディターの UI を終了します。</li>
   <li>貼り付けしたいページのエディターの UI を開きます。</li>
   <li>内容をクリップボードから貼り付けします。</li>
  </ol>

  <div class="note"><strong>Chrome を使用している方へ:</strong> Chrome では一般的に、エディターで文書をコピーして貼り付けた際に、コンテンツに適用されるクラスが含まれません。これを行った後にコンテンツを確認し、失われたスタイルを再適用する必要があります。特にテーブル、構文ボックス、構文の強調表示、コンテンツの非表示部分をチェックしてください。</div>
 </li>
 <li>文字通り、同じコンテンツを多くのページに利用したい場合もあるかもしれません。そんな時は、そのコンテンツを一つのページにまとめてしまうのがいいかもしれません。そして {{TemplateLink("Page")}} マクロを利用して、一つのページから他のページへ素材を転写しましょう。こうすると、参照元のページが更新されると、参照先のページの内容も同様に更新されます(これは強制的に更新したり、参照先のページが定期的に再構築されたりした際に起こります)。</li>
</ul>

<h4 id="Copying_content_from_elsewhere" name="Copying_content_from_elsewhere">他の場所からの内容のコピー</h4>

<p>多くの場合、MDN 以外にも Web 上のどこかにトピックに関する有用なコンテンツがあります。しかし、そのようなコンテンツをコピーすることは、法的にも技術的にも困難を伴うことがあります。</p>

<p>技術的なレベルでは、検索エンジンは通常他の場所で利用可能なコンテンツを再生するために彼らのランキングでサイトにペナルティを課します。したがって、MDN のコンテンツの検索エンジンのランキングを向上させるために、MDN にオリジナルのコンテンツを含めることが好ましいです。MDN から既存のコンテンツにリンクできます。</p>

<p>法的なレベルでは、あなたはコンテンツを寄付する権限を与えられなければならず、そしてそれは <a href="/ja/docs/MDN/About#Copyrights_and_licenses">MDN のライセンス</a>と互換性のある方法でライセンスされそして帰属しなければなりません。</p>

<ul>
 <li><strong>既存のコンテンツを作成し</strong> (あなた自身の目的のためであり、仕事用としてではなく)、それを MDN のライセンスの下で MDN に寄付する意思がある場合、これが最も簡単なケースであり、自由にコンテンツを寄付できます</li>
 <li><strong>コンテンツの著作権が他の人に帰属する場合</strong>、それは MDN のライセンスと互換性があるようにライセンスされている必要があります。弁護士ではない人にとって、互換性のあるライセンスを判断するのは容易ではありません。安全のため、必要に応じて <a href="https://wiki.mozilla.org/MDN#Staff_Team">MDN スタッフチーム</a>のメンバーに連絡してください</li>
</ul>

<h4 id="How_to_communicate_a_spec_conflict" name="How_to_communicate_a_spec_conflict">仕様書が競合したときの調整方法</h4>

<p>なお、時々 (まれに) 仕様書の異なるバージョン (特に W3C と WHATWG) が競合することがあり、例えば一方のバージョンがある機能を非推奨とする一方で、もう一方が非推奨にしない場合などがあります。このような場合、何が真実なのか — 例えば、ブラウザーは実際にどうしているか — を考慮し、「重要」なメモを書いて最新の状態を要約してください。例えば、2019年1月時点の <code><a href="/ja/docs/Web/HTML/Global_attributes/inputmode">inputmode</a></code> グローバル属性には競合があり、次のように要約されています。</p>

<div class="blockIndicator warning">
<p><strong>仕様の競合</strong>: <a href="https://html.spec.whatwg.org/multipage/interaction.html#attr-inputmode">WHATWG の仕様書では <code>inputmode</code> を記述しており</a>、最近のブラウザーでは対応の方向に向かっています。しかし、 <a href="https://www.w3.org/TR/html52/index.html#contents">W3C HTML 5.2 spec</a> は仕様に含めるのをやめています (すなわち廃止扱いにしています)。合意に至るまでは、 WHATWG の定義が正しいとみなすべきでしょう。</p>
</div>