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) --- .../tools/keyboard_shortcuts/index.html | 6 +++--- files/ja/orphaned/map/index.html | 4 ++-- files/ja/tools/3d_view/index.html | 6 +++--- .../web/api/element/removeattributens/index.html | 2 +- .../basic_concepts_behind_indexeddb/index.html | 4 ++-- files/ja/web/api/node/index.html | 4 ++-- files/ja/web/css/@keyframes/index.html | 2 +- files/ja/web/css/mozilla_extensions/index.html | 22 +++++++++++----------- 8 files changed, 25 insertions(+), 25 deletions(-) (limited to 'files/ja') 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 選択範囲のコメント化とコメント解除 - Ctrl-/ {{ fx_minversion_inline("14.0") }} + Ctrl-/ 開き括弧へ移動 - Ctrl-[ {{ fx_minversion_inline("14.0") }} + Ctrl-[ 閉じ括弧へ移動 - Ctlr-] {{ fx_minversion_inline("14.0") }} + Ctlr-] 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 myMap.clear() - {{ fx_minversion_inline("19") }} Removes all key/value pairs from myMap. + Removes all key/value pairs from myMap. Property @@ -57,7 +57,7 @@ original_slug: Map myMap.size

Returns the number of key/value pairs in myMap.

- {{ fx_minversion_inline("19") }}In Firefox 18 and earlier, size was a method. In Firefox 19 and later it is a property. + In Firefox 18 and earlier, size was a method. In Firefox 19 and later it is a property. 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 選択したノードへフォーカス f - 選択したノードが見えるようにビューを移動します。 {{fx_minversion_inline("13.0")}} + 選択したノードが見えるようにビューを移動します。 ビューの初期化 r - ズーム、回転、移動を既定の状態に初期化します。{{fx_minversion_inline("12.0")}} + ズーム、回転、移動を既定の状態に初期化します。 選択中のノードを隠す x - 現在選択しているノードを非表示にします。これは覆い隠されているノードを明らかにする必要がある場合に役立ちます。{{fx_minversion_inline("12.0")}} + 現在選択しているノードを非表示にします。これは覆い隠されているノードを明らかにする必要がある場合に役立ちます。 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 を返します。使用できる値: 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

この例では、 50% のキーフレームで、使用される値は top: 10pxleft: 20px です。

-

{{ fx_minversion_inline("14") }} カスケード的なキーフレームは Firefox 14 から対応しています。

+

カスケード的なキーフレームは Firefox 14 から対応しています。

キーフレーム内の !important

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
  • {{CSSxRef(":-moz-system-metric(scrollbar-end-backward)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9")}}
  • {{CSSxRef(":-moz-system-metric(scrollbar-end-forward)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9")}}
  • {{CSSxRef(":-moz-system-metric(scrollbar-start-backward)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9")}}
  • -
  • {{CSSxRef(":-moz-system-metric(scrollbar-start-forward)")}} {{Obsolete_Inline}}{{Fx_minversion_inline(3)}}
  • +
  • {{CSSxRef(":-moz-system-metric(scrollbar-start-forward)")}} {{Obsolete_Inline}}
  • {{CSSxRef(":-moz-system-metric(scrollbar-thumb-proportional)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9")}}
  • {{CSSxRef(":-moz-system-metric(touch-enabled)")}} {{Obsolete_Inline}}{{gecko_minversion_inline("1.9.2")}}
  • -
  • {{CSSxRef(":-moz-system-metric(windows-default-theme)")}} {{Obsolete_Inline}}{{Fx_minversion_inline(3)}}
  • +
  • {{CSSxRef(":-moz-system-metric(windows-default-theme)")}} {{Obsolete_Inline}}
  • {{CSSxRef("-moz-user-focus")}}
  • {{CSSxRef("-moz-user-input")}}
  • {{CSSxRef("-moz-user-modify")}}
  • @@ -219,12 +219,12 @@ translation_of: Web/CSS/Mozilla_Extensions
  • menupopup
  • menuradio
  • menuseparator
  • -
  • -moz-mac-unified-toolbar{{Fx_MinVersion_Inline(3.5)}}
  • +
  • -moz-mac-unified-toolbar
  • -moz-win-borderless-glass
  • -
  • -moz-win-browsertabbar-toolbox{{Fx_minversion_inline(3)}}
  • -
  • -moz-win-communications-toolbox{{Fx_minversion_inline(3)}}
  • +
  • -moz-win-browsertabbar-toolbox
  • +
  • -moz-win-communications-toolbox
  • -moz-win-glass
  • -
  • -moz-win-media-toolbox{{Fx_minversion_inline(3)}}
  • +
  • -moz-win-media-toolbox
  • -moz-window-button-box
  • -moz-window-button-box-maximized
  • -moz-window-button-close
  • @@ -362,7 +362,7 @@ translation_of: Web/CSS/Mozilla_Extensions
  • -moz-mac-menutextselect
  • -moz-menuhover
  • -moz-menuhovertext
  • -
  • -moz-win-communicationstext{{Fx_minversion_inline(3)}}
  • +
  • -moz-win-communicationstext
  • -moz-win-mediatext{{gecko_minversion_inline(1.9)}}
  • -moz-nativehyperlinktext{{Gecko_minversion_inline("1.9.1")}}
  • @@ -518,10 +518,10 @@ translation_of: Web/CSS/Mozilla_Extensions
      -
    • -moz-min-content {{Fx_minversion_inline(3)}}
    • -
    • -moz-fit-content {{Fx_minversion_inline(3)}}
    • -
    • -moz-max-content {{Fx_minversion_inline(3)}}
    • -
    • -moz-available {{Fx_minversion_inline(3)}}
    • +
    • -moz-min-content
    • +
    • -moz-fit-content
    • +
    • -moz-max-content
    • +
    • -moz-available
    -- cgit v1.2.3-54-g00ecf