aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web
diff options
context:
space:
mode:
authorrjohnson <rjohnson@mozilla.com>2021-03-18 17:16:33 -0700
committerIrvin <irvinfly@gmail.com>2021-03-21 00:31:49 +0800
commit8b6621966195ae20c972e812d5cdbed2b6146675 (patch)
treed4a74c330f7f80994c2b5e9f116af8a7e9fca1b8 /files/ja/web
parente73670462cbf6600f4fb821054320743d86de204 (diff)
downloadtranslated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.gz
translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.bz2
translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.zip
remove fx_minversion_header macro calls
Diffstat (limited to 'files/ja/web')
-rw-r--r--files/ja/web/api/document/elementfrompoint/index.html2
-rw-r--r--files/ja/web/api/element/clientleft/index.html2
-rw-r--r--files/ja/web/api/element/clienttop/index.html2
-rw-r--r--files/ja/web/api/html_drag_and_drop_api/multiple_items/index.html2
-rw-r--r--files/ja/web/api/htmlelement/oncopy/index.html2
-rw-r--r--files/ja/web/api/htmlelement/oncut/index.html2
-rw-r--r--files/ja/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html2
-rw-r--r--files/ja/web/api/navigatoronline/online_and_offline_events/index.html1
-rw-r--r--files/ja/web/api/window/showmodaldialog/index.html2
-rw-r--r--files/ja/web/exslt/exsl/node-set/index.html1
-rw-r--r--files/ja/web/exslt/exsl/object-type/index.html1
-rw-r--r--files/ja/web/exslt/index.html2
-rw-r--r--files/ja/web/exslt/math/highest/index.html1
-rw-r--r--files/ja/web/exslt/math/lowest/index.html1
-rw-r--r--files/ja/web/guide/ajax/wai_aria_live_regions_api_support/index.html2
15 files changed, 9 insertions, 16 deletions
diff --git a/files/ja/web/api/document/elementfrompoint/index.html b/files/ja/web/api/document/elementfrompoint/index.html
index 662260e4ae..a196e57501 100644
--- a/files/ja/web/api/document/elementfrompoint/index.html
+++ b/files/ja/web/api/document/elementfrompoint/index.html
@@ -10,7 +10,7 @@ translation_of_original: Web/API/Document/elementFromPoint
original_slug: Web/API/DocumentOrShadowRoot/elementFromPoint
---
<div>
- {{ApiRef()}} {{Fx_minversion_header(3)}}</div>
+ {{ApiRef()}}</div>
<h2 id="Summary" name="Summary">概要</h2>
<p>文書の左上を基点として指定された座標上にある要素を返します。</p>
<h2 id="Syntax" name="Syntax">構文</h2>
diff --git a/files/ja/web/api/element/clientleft/index.html b/files/ja/web/api/element/clientleft/index.html
index 29c8a2bd81..2df6336f37 100644
--- a/files/ja/web/api/element/clientleft/index.html
+++ b/files/ja/web/api/element/clientleft/index.html
@@ -7,7 +7,7 @@ tags:
- Gecko DOM Reference
translation_of: Web/API/Element/clientLeft
---
-<p>{{ Fx_minversion_header(3) }} {{ ApiRef() }} {{ 英語版章題("Summary") }}</p>
+<p>{{ ApiRef() }} {{ 英語版章題("Summary") }}</p>
<h3 id=".E6.A6.82.E8.A6.81" name=".E6.A6.82.E8.A6.81">概要</h3>
<p>要素の左ボーダーの幅のピクセル数です。 要素のテキストの方向が右から左である場合と、 オーバーフローにより左の縦スクロールバーがレンダリングされた場合の縦スクロールバーの幅を含みます。<code>clientLeft</code> は左マージン、または、左パディングを含んでいません。<code>clientLeft</code> は読み込み専用です。</p>
<p><a href="ja/Gecko">Gecko</a> ベースアプリケーションは、 Gecko 1.9 (<a href="ja/Firefox_3">Firefox 3</a>、{{ Bug(111207) }} で実装) から <code>clientLeft</code> をサポートします。このプロパティは、Firefox 2 以前ではサポートされません。 {{ 英語版章題("Syntax") }}</p>
diff --git a/files/ja/web/api/element/clienttop/index.html b/files/ja/web/api/element/clienttop/index.html
index da90253265..95ae5ad2b3 100644
--- a/files/ja/web/api/element/clienttop/index.html
+++ b/files/ja/web/api/element/clienttop/index.html
@@ -8,7 +8,7 @@ tags:
translation_of: Web/API/Element/clientTop
---
<div>
- {{ApiRef}} {{Fx_minversion_header("3")}}</div>
+ {{ApiRef}}</div>
<h2 id="Summary" name="Summary">概要</h2>
<p>要素の上ボーダーの幅のピクセル数です。上マージン、及び、上パディングは含みません。<code>clientTop</code> は読込専用です。</p>
<p><a href="/ja/docs/Gecko">Gecko</a> ベースアプリケーションは、 Gecko 1.9 (<a href="/ja/docs/Mozilla/Firefox/Releases/3">Firefox 3</a>、{{Bug("111207")}} で実装) から <code>clientTop</code> をサポートします。このプロパティは、Firefox 2 以前ではサポートされません。</p>
diff --git a/files/ja/web/api/html_drag_and_drop_api/multiple_items/index.html b/files/ja/web/api/html_drag_and_drop_api/multiple_items/index.html
index 4e2e10318a..23d2cd518f 100644
--- a/files/ja/web/api/html_drag_and_drop_api/multiple_items/index.html
+++ b/files/ja/web/api/html_drag_and_drop_api/multiple_items/index.html
@@ -4,7 +4,7 @@ slug: Web/API/HTML_Drag_and_Drop_API/Multiple_items
translation_of: Web/API/HTML_Drag_and_Drop_API/Multiple_items
original_slug: DragDrop/Dragging_and_Dropping_Multiple_Items
---
-<p>{{ Fx_minversion_header(3.5) }} Mozillaはいくつかの非標準の機能によって、複数の項目のドラッグをサポートしています。それらの機能は<a class="internal" href="/Ja/DragDrop/DataTransfer#types.28.29" title="Ja/DragDrop/DataTransfer#types.28.29">types</a>プロパティや<a class="internal" href="/Ja/DragDrop/DataTransfer#getData.28.29" title="Ja/DragDrop/DataTransfer#getData.28.29">getData</a>、<a class="internal" href="/Ja/DragDrop/DataTransfer#setData.28.29" title="Ja/DragDrop/DataTransfer#setData.28.29">setData</a>、<a class="internal" href="/Ja/DragDrop/DataTransfer#clearData.28.29" title="Ja/DragDrop/DataTransfer#clearData.28.29">clearData</a>の各メソッドに酷似していますが、データの取得や変更、削除の際などに項目のインデックスを追加の引数として要求します。</p>
+<p>Mozillaはいくつかの非標準の機能によって、複数の項目のドラッグをサポートしています。それらの機能は<a class="internal" href="/Ja/DragDrop/DataTransfer#types.28.29" title="Ja/DragDrop/DataTransfer#types.28.29">types</a>プロパティや<a class="internal" href="/Ja/DragDrop/DataTransfer#getData.28.29" title="Ja/DragDrop/DataTransfer#getData.28.29">getData</a>、<a class="internal" href="/Ja/DragDrop/DataTransfer#setData.28.29" title="Ja/DragDrop/DataTransfer#setData.28.29">setData</a>、<a class="internal" href="/Ja/DragDrop/DataTransfer#clearData.28.29" title="Ja/DragDrop/DataTransfer#clearData.28.29">clearData</a>の各メソッドに酷似していますが、データの取得や変更、削除の際などに項目のインデックスを追加の引数として要求します。</p>
<p><a class="internal" href="/Ja/DragDrop/DataTransfer#mozSetDataAt.28.29" title="Ja/DragDrop/DataTransfer#mozSetDataAt.28.29">mozSetDataAt</a>を使うと、<code>dragstart</code>イベントで複数の項目を登録することができます。これは<a class="internal" href="/Ja/DragDrop/DataTransfer#setData.28.29" title="Ja/DragDrop/DataTransfer#setData.28.29">setData</a>メソッドとよく似た働きをします。</p>
<pre>var dt = event.dataTransfer;
dt.mozSetDataAt("text/plain", "ドラッグされるデータ", 0);
diff --git a/files/ja/web/api/htmlelement/oncopy/index.html b/files/ja/web/api/htmlelement/oncopy/index.html
index 52f3c816f6..61174cfee9 100644
--- a/files/ja/web/api/htmlelement/oncopy/index.html
+++ b/files/ja/web/api/htmlelement/oncopy/index.html
@@ -11,7 +11,7 @@ tags:
- Reference
translation_of: Web/API/HTMLElement/oncopy
---
-<div>{{ APIRef("HTML DOM") }}{{SeeCompatTable}} {{ Fx_minversion_header(3) }}</div>
+<div>{{ APIRef("HTML DOM") }}{{SeeCompatTable}}</div>
<p><strong><code>oncopy</code></strong> プロパティは {{domxref("HTMLElement")}} インターフェイスのプロパティで、 {{domxref("Element/copy_event", "copy")}} イベントを処理するイベントハンドラー ({{domxref("EventHandler")}}) です。</p>
diff --git a/files/ja/web/api/htmlelement/oncut/index.html b/files/ja/web/api/htmlelement/oncut/index.html
index 81c6f5d9d6..3e572d1e61 100644
--- a/files/ja/web/api/htmlelement/oncut/index.html
+++ b/files/ja/web/api/htmlelement/oncut/index.html
@@ -8,7 +8,7 @@ tags:
translation_of: Web/API/HTMLElement/oncut
---
<p> </p>
-<p>{{ Fx_minversion_header(3) }} {{ ApiRef() }} {{ 英語版章題("Summary") }}</p>
+<p>{{ ApiRef() }} {{ 英語版章題("Summary") }}</p>
<h3 id=".E6.A6.82.E8.A6.81" name=".E6.A6.82.E8.A6.81">概要</h3>
<p><b>oncut</b> プロパティは、現在の要素での onCut イベントハンドラのコードを返します。</p>
<p>{{ 英語版章題("Syntax") }}</p>
diff --git a/files/ja/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html b/files/ja/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html
index e131010da8..a40aae399b 100644
--- a/files/ja/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html
+++ b/files/ja/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html
@@ -7,8 +7,6 @@ tags:
- Web-Based Protocol Handlers
translation_of: Web/API/Navigator/registerProtocolHandler/Web-based_protocol_handlers
---
-<div>{{Fx_minversion_header(3)}}</div>
-
<h2 id="Background" name="Background">背景</h2>
<p>ウェブページで <code>http</code> ではないプロトコルを使用したリソースへのリンクを見つけることがよくあります。例えば、 <code>mailto:</code> プロトコルです。</p>
diff --git a/files/ja/web/api/navigatoronline/online_and_offline_events/index.html b/files/ja/web/api/navigatoronline/online_and_offline_events/index.html
index 70c0a55c4b..55b21eaa18 100644
--- a/files/ja/web/api/navigatoronline/online_and_offline_events/index.html
+++ b/files/ja/web/api/navigatoronline/online_and_offline_events/index.html
@@ -4,7 +4,6 @@ slug: Web/API/NavigatorOnLine/Online_and_offline_events
translation_of: Web/API/NavigatorOnLine/Online_and_offline_events
---
<div>{{outdated()}}</div>
-<div>{{ Fx_minversion_header(3) }}</div>
<p><a href="ja/Firefox_3_for_developers">Firefox 3</a> は <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/">WHATWG Web Applications 1.0 仕様</a>に従い <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#offline">Online/Offline イベント</a>を実装します。</p>
<h3 id=".E6.A6.82.E8.A6.B3" name=".E6.A6.82.E8.A6.B3">概観</h3>
<p>オフラインに対応する良い Web アプリケーションを構築するためには、アプリケーションが実際にいつオフラインなのか知る必要があります。ついでに言えば、アプリケーションが 'オンライン' の状態に再び戻ったのがいつかを知る必要もあります。効果的に、その要件は次のように分解されます。</p>
diff --git a/files/ja/web/api/window/showmodaldialog/index.html b/files/ja/web/api/window/showmodaldialog/index.html
index fc00fabadd..22e407da74 100644
--- a/files/ja/web/api/window/showmodaldialog/index.html
+++ b/files/ja/web/api/window/showmodaldialog/index.html
@@ -8,7 +8,7 @@ tags:
- Window
translation_of: Web/API/Window/showModalDialog
---
-<div>{{Fx_minversion_header(3)}} {{obsolete_header}}{{APIRef}}</div>
+<div>{{obsolete_header}}{{APIRef}}</div>
<div class="warning">
<p><strong><em>この機能は削除されました。ウェブサイトやアプリケーションを修正してください</em></strong>。</p>
diff --git a/files/ja/web/exslt/exsl/node-set/index.html b/files/ja/web/exslt/exsl/node-set/index.html
index 03f67e3748..486c78fd37 100644
--- a/files/ja/web/exslt/exsl/node-set/index.html
+++ b/files/ja/web/exslt/exsl/node-set/index.html
@@ -9,7 +9,6 @@ translation_of: Web/EXSLT/exsl/node-set
---
<p>
{{ XsltRef() }}
-{{ Fx_minversion_header(3) }}
</p><p><br>
<code>exsl:node-set()</code>は、<code>xsl:variable</code>の値を取得するための選択属性の代わりに、<code>xsl:variable</code>を見た時に得られる返却ツリー・フラグメントからノードセットを返します。これにより、変数内に生成されたXMLを複数ステップで処理させることができる。
</p><p>また、文字列をテキストノードに変換するために<code>exsl:node-set()</code>を使うことができます。
diff --git a/files/ja/web/exslt/exsl/object-type/index.html b/files/ja/web/exslt/exsl/object-type/index.html
index 704757e8a3..6dfff0c67a 100644
--- a/files/ja/web/exslt/exsl/object-type/index.html
+++ b/files/ja/web/exslt/exsl/object-type/index.html
@@ -9,7 +9,6 @@ translation_of: Web/EXSLT/exsl/object-type
---
<p>
{{ XsltRef() }}
-{{ Fx_minversion_header(3) }}
</p><p><br>
<code>exsl:object-type()</code> 指定されたオブジェクトの型を示す文字列を返却する。
</p><p>{{ Note("ほとんどの <a href='\"ja/XSLT\"'>XSLT</a> オブジェクトの型は安全に他の型へ自動変換されることがある。; しかしながら、ある自動変換はエラーを発生させる。特に、非ノードセットをノードセットとして扱う場合がそうである。この関数により、名前付きテンプレートや拡張関数の作者は、引数の値に柔軟性を容易に持たせることができる。") }}
diff --git a/files/ja/web/exslt/index.html b/files/ja/web/exslt/index.html
index e6e843fbef..fde3c0c0c4 100644
--- a/files/ja/web/exslt/index.html
+++ b/files/ja/web/exslt/index.html
@@ -34,7 +34,7 @@ translation_of: Web/EXSLT
</section>
{{QuickLinksWithSubpages("/ja/docs/EXSLT")}}</div>
-<p>{{ Fx_minversion_header(3) }}</p>
+
<p>EXSLTは <a href="ja/XSLT">XSLT</a>の拡張です. 幾つかのモジュールがある。Firefox にサポートされているものを以下に示す:</p>
diff --git a/files/ja/web/exslt/math/highest/index.html b/files/ja/web/exslt/math/highest/index.html
index 9db5221372..5e8a6f514f 100644
--- a/files/ja/web/exslt/math/highest/index.html
+++ b/files/ja/web/exslt/math/highest/index.html
@@ -9,7 +9,6 @@ translation_of: Web/EXSLT/math/highest
---
<p>
{{ XsltRef() }}
-{{ Fx_minversion_header(3) }}
</p><p><br>
<code>math:highest()</code> 指定されたノードセットの最大値を持つノードを返却する。( <code><a href="ja/EXSLT/math/max">math:max()</a></code> を使用して計算した最大値).
</p><p>ノードの文字列を数値に変換した場合、一つのノードが最大値を持つ。
diff --git a/files/ja/web/exslt/math/lowest/index.html b/files/ja/web/exslt/math/lowest/index.html
index 32ffbabff6..dfc0f8805f 100644
--- a/files/ja/web/exslt/math/lowest/index.html
+++ b/files/ja/web/exslt/math/lowest/index.html
@@ -9,7 +9,6 @@ translation_of: Web/EXSLT/math/lowest
---
<p>
{{ XsltRef() }}
-{{ Fx_minversion_header(3) }}
</p><p><br>
<code>math:lowest()</code> 指定されたノードセットの最小値を持つノードを返却する。( <code><a href="ja/EXSLT/math/min">math:min()</a></code> を使用して計算した最小値).
</p><p>ノードの文字列を数値に変換した場合、一つのノードが最小値を持つ。
diff --git a/files/ja/web/guide/ajax/wai_aria_live_regions_api_support/index.html b/files/ja/web/guide/ajax/wai_aria_live_regions_api_support/index.html
index fb3a9d6a63..b787e1d5b3 100644
--- a/files/ja/web/guide/ajax/wai_aria_live_regions_api_support/index.html
+++ b/files/ja/web/guide/ajax/wai_aria_live_regions_api_support/index.html
@@ -6,7 +6,7 @@ tags:
- アクセシビリティ
translation_of: Web/Guide/AJAX/WAI_ARIA_Live_Regions_API_Support
---
-<p>{{ Fx_minversion_header(3) }}</p>
+
<div class="warning">これらの注釈は、スクリーンリーダーの開発者向けです。 開発者は、<a href="/ja/docs/Web/Accessibility/ARIA/ARIA_Live_Regions">ARIAライブリージョン開発者のドキュメント</a>を使用する必要があります。</div>