diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-03-20 18:32:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-20 18:32:06 -0700 |
commit | dd970ebde4659015cacb03f3cec08ba3662f76b7 (patch) | |
tree | 22fce3103c66822def150bdcd5934b143ce775cd /files/ja/web/api | |
parent | 42fa0779cb86e303db29e3603901b000523173cf (diff) | |
download | translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.gz translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.bz2 translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.zip |
remove fx_minversion_inline macro calls (#258)
Diffstat (limited to 'files/ja/web/api')
-rw-r--r-- | files/ja/web/api/element/removeattributens/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html | 4 | ||||
-rw-r--r-- | files/ja/web/api/node/index.html | 4 |
3 files changed, 5 insertions, 5 deletions
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"><code>removeAttributeNS</code> 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> を返します。使用できる値: |