aboutsummaryrefslogtreecommitdiff
path: root/files/ja
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja')
-rw-r--r--files/ja/conflicting/tools/keyboard_shortcuts/index.html6
-rw-r--r--files/ja/orphaned/map/index.html4
-rw-r--r--files/ja/tools/3d_view/index.html6
-rw-r--r--files/ja/web/api/element/removeattributens/index.html2
-rw-r--r--files/ja/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html4
-rw-r--r--files/ja/web/api/node/index.html4
-rw-r--r--files/ja/web/css/@keyframes/index.html2
-rw-r--r--files/ja/web/css/mozilla_extensions/index.html22
8 files changed, 25 insertions, 25 deletions
diff --git a/files/ja/conflicting/tools/keyboard_shortcuts/index.html b/files/ja/conflicting/tools/keyboard_shortcuts/index.html
index 5450912878..1a6d7d0ea0 100644
--- a/files/ja/conflicting/tools/keyboard_shortcuts/index.html
+++ b/files/ja/conflicting/tools/keyboard_shortcuts/index.html
@@ -77,15 +77,15 @@ original_slug: Tools/Using_the_Source_Editor
</tr>
<tr>
<td>選択範囲のコメント化とコメント解除</td>
- <td>Ctrl-/ {{ fx_minversion_inline("14.0") }}</td>
+ <td>Ctrl-/</td>
</tr>
<tr>
<td>開き括弧へ移動</td>
- <td>Ctrl-[ {{ fx_minversion_inline("14.0") }}</td>
+ <td>Ctrl-[</td>
</tr>
<tr>
<td>閉じ括弧へ移動</td>
- <td>Ctlr-] {{ fx_minversion_inline("14.0") }}</td>
+ <td>Ctlr-]</td>
</tr>
</tbody>
</table>
diff --git a/files/ja/orphaned/map/index.html b/files/ja/orphaned/map/index.html
index add15f8441..970083dc95 100644
--- a/files/ja/orphaned/map/index.html
+++ b/files/ja/orphaned/map/index.html
@@ -47,7 +47,7 @@ original_slug: Map
</tr>
<tr>
<td><code>myMap.clear()</code></td>
- <td>{{ fx_minversion_inline("19") }} Removes all key/value pairs from <code>myMap</code>.</td>
+ <td>Removes all key/value pairs from <code>myMap</code>.</td>
</tr>
<tr>
<th>Property</th>
@@ -57,7 +57,7 @@ original_slug: Map
<td><code>myMap.size</code></td>
<td>
<p>Returns the number of key/value pairs in <code>myMap</code>.</p>
- {{ fx_minversion_inline("19") }}In Firefox 18 and earlier, <code>size</code> was a method. In Firefox 19 and later it is a property.</td>
+ In Firefox 18 and earlier, <code>size</code> was a method. In Firefox 19 and later it is a property.</td>
</tr>
</tbody>
</table>
diff --git a/files/ja/tools/3d_view/index.html b/files/ja/tools/3d_view/index.html
index 2c9ccda1ec..bf47242426 100644
--- a/files/ja/tools/3d_view/index.html
+++ b/files/ja/tools/3d_view/index.html
@@ -67,17 +67,17 @@ original_slug: Tools/Page_Inspector/3D_view
<tr>
<td>選択したノードへフォーカス</td>
<td><kbd>f</kbd></td>
- <td>選択したノードが見えるようにビューを移動します。 {{fx_minversion_inline("13.0")}}</td>
+ <td>選択したノードが見えるようにビューを移動します。</td>
</tr>
<tr>
<td>ビューの初期化</td>
<td><kbd>r</kbd></td>
- <td>ズーム、回転、移動を既定の状態に初期化します。{{fx_minversion_inline("12.0")}}</td>
+ <td>ズーム、回転、移動を既定の状態に初期化します。</td>
</tr>
<tr>
<td>選択中のノードを隠す</td>
<td><kbd>x</kbd></td>
- <td>現在選択しているノードを非表示にします。これは覆い隠されているノードを明らかにする必要がある場合に役立ちます。{{fx_minversion_inline("12.0")}}</td>
+ <td>現在選択しているノードを非表示にします。これは覆い隠されているノードを明らかにする必要がある場合に役立ちます。</td>
</tr>
</tbody>
</table>
diff --git a/files/ja/web/api/element/removeattributens/index.html b/files/ja/web/api/element/removeattributens/index.html
index 57d7763880..4e2dade0a4 100644
--- a/files/ja/web/api/element/removeattributens/index.html
+++ b/files/ja/web/api/element/removeattributens/index.html
@@ -9,7 +9,7 @@ translation_of: Web/API/Element/removeAttributeNS
<p><span class="comment">&lt;code&gt;removeAttributeNS&lt;/code&gt; removes the specified attribute from an element.</span> <code>removeAttributeNS</code> 要素から指定の属性を取り除きます。</p>
-<p><span class="comment">{{ fx_minversion_inline("3") }} In Firefox 3 and later, this method resets DOM values to their defaults.</span> {{ Fx_minversion_inline("3") }} Firefox 3以降ではこのメソッドはDOMの値をデフォルト値にリセットします。<span class="comment">== Syntax ==</span></p>
+<p><span class="comment">In Firefox 3 and later, this method resets DOM values to their defaults.</span> Firefox 3以降ではこのメソッドはDOMの値をデフォルト値にリセットします。<span class="comment">== Syntax ==</span></p>
<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
diff --git a/files/ja/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html b/files/ja/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html
index d0b39af1e0..d155ad6fef 100644
--- a/files/ja/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html
+++ b/files/ja/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html
@@ -144,7 +144,7 @@ translation_of: Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB
<dd>
<p>オブジェクトストアに保存された値は、このデータ値によって編成および取り出しされます。オブジェクトストアは<em><a href="#gloss_keygenerator">キージェネレーター</a></em>、<em><a href="#gloss_keypath">キーパス</a></em>、明示的に指定した値の、3 種類の生成源のいずれかからキーを得られます。キーは、自身の前にあるものより大きな数値を持つデータ型であることが必要です。オブジェクトストア内の各レコードはオブジェクトストア内で一意のキーを持たなければならず、オブジェクトストア内で複数のレコードが同じキーを持つことはできません。</p>
- <p>キーは <a href="/ja/docs/JavaScript/Reference/Global_Objects/String" title="JavaScript/Reference/Global_Objects/String">文字列</a>、<a href="/ja/docs/JavaScript/Reference/Global_Objects/Date" title="JavaScript/Reference/Global Objects/Date">date</a>、浮動小数点数値、<a href="/ja/docs/JavaScript/Reference/Global_Objects/Array" title="JavaScript/Reference/Global Objects/Array">配列</a>のいずれかの型を使用できます。配列では、キーは空の値から無限大までの範囲を使用できます。また、配列の中に配列を含めることができます。文字列または整数値のキーしか使用できないという条件はありません{{fx_minversion_inline("11")}}。</p>
+ <p>キーは <a href="/ja/docs/JavaScript/Reference/Global_Objects/String" title="JavaScript/Reference/Global_Objects/String">文字列</a>、<a href="/ja/docs/JavaScript/Reference/Global_Objects/Date" title="JavaScript/Reference/Global Objects/Date">date</a>、浮動小数点数値、<a href="/ja/docs/JavaScript/Reference/Global_Objects/Array" title="JavaScript/Reference/Global Objects/Array">配列</a>のいずれかの型を使用できます。配列では、キーは空の値から無限大までの範囲を使用できます。また、配列の中に配列を含めることができます。文字列または整数値のキーしか使用できないという条件はありません。</p>
<p>代わりに、<em><a href="#gloss_index">インデックス</a>を使用してオブジェクトストア内のレコードを検索することもできます。</em></p>
</dd>
@@ -162,7 +162,7 @@ translation_of: Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB
<p>オブジェクトまたは配列を保存する場合は、それらのプロパティや値もまた、有効な値をどれでも持つことができます。</p>
- <p>また、<a href="/ja/docs/DOM/Blob" title="DOM/Blob">Blob</a> やファイルも保存可能です。<a href="http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html">仕様書</a> {{fx_minversion_inline("11")}}をご覧ください。</p>
+ <p>また、<a href="/ja/docs/DOM/Blob" title="DOM/Blob">Blob</a> やファイルも保存可能です。<a href="http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html">仕様書</a> をご覧ください。</p>
</dd>
</dl>
diff --git a/files/ja/web/api/node/index.html b/files/ja/web/api/node/index.html
index db5a645811..63b1b11790 100644
--- a/files/ja/web/api/node/index.html
+++ b/files/ja/web/api/node/index.html
@@ -27,7 +27,7 @@ translation_of: Web/API/Node
<dl>
<dt>{{domxref("Node.baseURI")}} {{readonlyInline}}</dt>
<dd>ベース URL を表す {{domxref("DOMString")}} を返します。ベース URL の概念は、言語によって変わります。HTML ではプロトコル、ドメイン名、ディレクトリー構造に対応しており、最後の <code>'/'</code> までのすべてになります。</dd>
- <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline}} {{Fx_minversion_inline("3")}}</dt>
+ <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline}}</dt>
<dd>(ウェブコンテンツでは使用できません) 要素のベース URI を表す、読み取り専用の {{Interface("nsIURI")}} オブジェクトを返します。</dd>
<dt>{{domxref("Node.childNodes")}} {{readonlyInline}}</dt>
<dd>このノードのすべての子孫を含む、生きている {{domxref("NodeList")}} を返します。{{domxref("NodeList")}} が生きているとは、<code>Node</code> の子が変化すれば自動的に {{domxref("NodeList")}} オブジェクトが更新されることを意味します。</dd>
@@ -41,7 +41,7 @@ translation_of: Web/API/Node
<dd>ツリー構造で次のノードを表す {{domxref("Node")}} を返します。該当するノードがない場合は <code>null</code> を返します。</dd>
<dt>{{domxref("Node.nodeName")}} {{readonlyInline}}</dt>
<dd><code>Node</code> の名前を持つ {{domxref("DOMString")}} を返します。名前の構造は、ノードの型によって異なります。例えば、{{domxref("HTMLElement")}} は {{domxref("HTMLAudioElement")}} に対して <code>'audio'</code> というように対応するタグの名前、{{domxref("Text")}} ノードは <code>'#text'</code> という文字列、{{domxref("Document")}} ノードは <code>'#document'</code> という文字列になります。</dd>
- <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline}}{{Fx_minversion_inline("3")}}</dt>
+ <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline}}</dt>
<dd>ノードのプリンシパルを表す {{Interface("nsIPrincipal")}} を返します。</dd>
<dt>{{domxref("Node.nodeType")}}{{readonlyInline}}</dt>
<dd>ノードの型を表す <code>unsigned short</code> を返します。使用できる値:
diff --git a/files/ja/web/css/@keyframes/index.html b/files/ja/web/css/@keyframes/index.html
index 0e1f1f7e53..5d625ffa75 100644
--- a/files/ja/web/css/@keyframes/index.html
+++ b/files/ja/web/css/@keyframes/index.html
@@ -69,7 +69,7 @@ translation_of: Web/CSS/@keyframes
<p>この例では、 <code>50%</code> のキーフレームで、使用される値は <code>top: 10px</code> と <code>left: 20px</code> です。</p>
-<p>{{ fx_minversion_inline("14") }} カスケード的なキーフレームは Firefox 14 から対応しています。</p>
+<p>カスケード的なキーフレームは Firefox 14 から対応しています。</p>
<h3 id="!important_in_a_keyframe" name="!important_in_a_keyframe">キーフレーム内の <code>!important</code></h3>
diff --git a/files/ja/web/css/mozilla_extensions/index.html b/files/ja/web/css/mozilla_extensions/index.html
index a489ce0a0f..80979c27d0 100644
--- a/files/ja/web/css/mozilla_extensions/index.html
+++ b/files/ja/web/css/mozilla_extensions/index.html
@@ -68,10 +68,10 @@ translation_of: Web/CSS/Mozilla_Extensions
<li>{{CSSxRef(":-moz-system-metric(scrollbar-end-backward)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9")}}</li>
<li>{{CSSxRef(":-moz-system-metric(scrollbar-end-forward)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9")}}</li>
<li>{{CSSxRef(":-moz-system-metric(scrollbar-start-backward)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9")}}</li>
- <li>{{CSSxRef(":-moz-system-metric(scrollbar-start-forward)")}} {{Obsolete_Inline}}{{Fx_minversion_inline(3)}}</li>
+ <li>{{CSSxRef(":-moz-system-metric(scrollbar-start-forward)")}} {{Obsolete_Inline}}</li>
<li>{{CSSxRef(":-moz-system-metric(scrollbar-thumb-proportional)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9")}}</li>
<li>{{CSSxRef(":-moz-system-metric(touch-enabled)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9.2")}}</li>
- <li>{{CSSxRef(":-moz-system-metric(windows-default-theme)")}} {{Obsolete_Inline}}{{Fx_minversion_inline(3)}}</li>
+ <li>{{CSSxRef(":-moz-system-metric(windows-default-theme)")}} {{Obsolete_Inline}}</li>
<li>{{CSSxRef("-moz-user-focus")}}</li>
<li>{{CSSxRef("-moz-user-input")}}</li>
<li>{{CSSxRef("-moz-user-modify")}}</li>
@@ -219,12 +219,12 @@ translation_of: Web/CSS/Mozilla_Extensions
<li><code>menupopup</code></li>
<li><code>menuradio</code></li>
<li><code>menuseparator</code></li>
- <li><code>-moz-mac-unified-toolbar</code>{{Fx_MinVersion_Inline(3.5)}}</li>
+ <li><code>-moz-mac-unified-toolbar</code></li>
<li><code>-moz-win-borderless-glass</code></li>
- <li><code>-moz-win-browsertabbar-toolbox</code>{{Fx_minversion_inline(3)}}</li>
- <li><code>-moz-win-communications-toolbox</code>{{Fx_minversion_inline(3)}}</li>
+ <li><code>-moz-win-browsertabbar-toolbox</code></li>
+ <li><code>-moz-win-communications-toolbox</code></li>
<li><code>-moz-win-glass</code></li>
- <li><code>-moz-win-media-toolbox</code>{{Fx_minversion_inline(3)}}</li>
+ <li><code>-moz-win-media-toolbox</code></li>
<li><code>-moz-window-button-box</code></li>
<li><code>-moz-window-button-box-maximized</code></li>
<li><code>-moz-window-button-close</code></li>
@@ -362,7 +362,7 @@ translation_of: Web/CSS/Mozilla_Extensions
<li><code>-moz-mac-menutextselect</code></li>
<li><code>-moz-menuhover</code></li>
<li><code>-moz-menuhovertext</code></li>
- <li><code>-moz-win-communicationstext</code>{{Fx_minversion_inline(3)}}</li>
+ <li><code>-moz-win-communicationstext</code></li>
<li><code>-moz-win-mediatext</code>{{gecko_minversion_inline(1.9)}}</li>
<li><code>-moz-nativehyperlinktext</code>{{Gecko_minversion_inline("1.9.1")}}</li>
</ul>
@@ -518,10 +518,10 @@ translation_of: Web/CSS/Mozilla_Extensions
<div class="index">
<ul>
- <li><code>-moz-min-content</code> {{Fx_minversion_inline(3)}}</li>
- <li><code>-moz-fit-content</code> {{Fx_minversion_inline(3)}}</li>
- <li><code>-moz-max-content</code> {{Fx_minversion_inline(3)}}</li>
- <li><code>-moz-available</code> {{Fx_minversion_inline(3)}}</li>
+ <li><code>-moz-min-content</code></li>
+ <li><code>-moz-fit-content</code></li>
+ <li><code>-moz-max-content</code></li>
+ <li><code>-moz-available</code></li>
</ul>
</div>