From dd970ebde4659015cacb03f3cec08ba3662f76b7 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Sat, 20 Mar 2021 18:32:06 -0700 Subject: remove fx_minversion_inline macro calls (#258) --- files/ja/web/api/element/removeattributens/index.html | 2 +- .../web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html | 4 ++-- files/ja/web/api/node/index.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'files/ja/web/api') 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

<code>removeAttributeNS</code> removes the specified attribute from an element. removeAttributeNS 要素から指定の属性を取り除きます。

-

{{ fx_minversion_inline("3") }} In Firefox 3 and later, this method resets DOM values to their defaults. {{ Fx_minversion_inline("3") }} Firefox 3以降ではこのメソッドはDOMの値をデフォルト値にリセットします。== Syntax ==

+

In Firefox 3 and later, this method resets DOM values to their defaults. Firefox 3以降ではこのメソッドはDOMの値をデフォルト値にリセットします。== Syntax ==

構文

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

オブジェクトストアに保存された値は、このデータ値によって編成および取り出しされます。オブジェクトストアはキージェネレーターキーパス、明示的に指定した値の、3 種類の生成源のいずれかからキーを得られます。キーは、自身の前にあるものより大きな数値を持つデータ型であることが必要です。オブジェクトストア内の各レコードはオブジェクトストア内で一意のキーを持たなければならず、オブジェクトストア内で複数のレコードが同じキーを持つことはできません。

-

キーは 文字列date、浮動小数点数値、配列のいずれかの型を使用できます。配列では、キーは空の値から無限大までの範囲を使用できます。また、配列の中に配列を含めることができます。文字列または整数値のキーしか使用できないという条件はありません{{fx_minversion_inline("11")}}。

+

キーは 文字列date、浮動小数点数値、配列のいずれかの型を使用できます。配列では、キーは空の値から無限大までの範囲を使用できます。また、配列の中に配列を含めることができます。文字列または整数値のキーしか使用できないという条件はありません。

代わりに、インデックスを使用してオブジェクトストア内のレコードを検索することもできます。

@@ -162,7 +162,7 @@ translation_of: Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB

オブジェクトまたは配列を保存する場合は、それらのプロパティや値もまた、有効な値をどれでも持つことができます。

-

また、Blob やファイルも保存可能です。仕様書 {{fx_minversion_inline("11")}}をご覧ください。

+

また、Blob やファイルも保存可能です。仕様書 をご覧ください。

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
{{domxref("Node.baseURI")}} {{readonlyInline}}
ベース URL を表す {{domxref("DOMString")}} を返します。ベース URL の概念は、言語によって変わります。HTML ではプロトコル、ドメイン名、ディレクトリー構造に対応しており、最後の '/' までのすべてになります。
-
{{domxref("Node.baseURIObject")}} {{Non-standard_inline}} {{Fx_minversion_inline("3")}}
+
{{domxref("Node.baseURIObject")}} {{Non-standard_inline}}
(ウェブコンテンツでは使用できません) 要素のベース URI を表す、読み取り専用の {{Interface("nsIURI")}} オブジェクトを返します。
{{domxref("Node.childNodes")}} {{readonlyInline}}
このノードのすべての子孫を含む、生きている {{domxref("NodeList")}} を返します。{{domxref("NodeList")}} が生きているとは、Node の子が変化すれば自動的に {{domxref("NodeList")}} オブジェクトが更新されることを意味します。
@@ -41,7 +41,7 @@ translation_of: Web/API/Node
ツリー構造で次のノードを表す {{domxref("Node")}} を返します。該当するノードがない場合は null を返します。
{{domxref("Node.nodeName")}} {{readonlyInline}}
Node の名前を持つ {{domxref("DOMString")}} を返します。名前の構造は、ノードの型によって異なります。例えば、{{domxref("HTMLElement")}} は {{domxref("HTMLAudioElement")}} に対して 'audio' というように対応するタグの名前、{{domxref("Text")}} ノードは '#text' という文字列、{{domxref("Document")}} ノードは '#document' という文字列になります。
-
{{domxref("Node.nodePrincipal")}} {{Non-standard_inline}}{{Fx_minversion_inline("3")}}
+
{{domxref("Node.nodePrincipal")}} {{Non-standard_inline}}
ノードのプリンシパルを表す {{Interface("nsIPrincipal")}} を返します。
{{domxref("Node.nodeType")}}{{readonlyInline}}
ノードの型を表す unsigned short を返します。使用できる値: -- cgit v1.2.3-54-g00ecf